Endpunkt getgeocode
Mit dem Endpunkt getgeocode können Sie mit einem beliebigen Textwert nach Geokoordinaten suchen.
https://app.{instanz}.via-cloud.de/api/geo/getgeocode?
Parameter | notwendig | Beschreibung |
---|---|---|
q | ✔ | Wenn normales Geocoding benutzt wird, ist dieser Parameter notwendig. Hier wird der Suchtext für die Adresse übergeben. Beispiel: Königsbrücker Str. 96/Haus 41, 01099 Dresden |
locale | Sprache der ausgegebenen Suchergebnisse. Standard: de (deutsch) Verfügbar: fr (französisch), en (englisch), de (deutsch), it (italienisch) | |
limit | Anzahl der zurück gegebenen Ergebnisse. Standard: 5 Verfügbar: Integer | |
provider | Provider, welcher die Geocodierung übernehmen soll: Standard: default Hinweis: Die Preise können je nach Provider variieren. | |
api-key | ✔ | ihr API-Schlüssel ist für diese Schnittstelle immer notwendig. |
Ergebnis
{ "hits": [ { "osm_id": 586710722, "extent": [ 13.7593205, 51.080963, 13.7603664, 51.0798764 ], "country": "Deutschland", "city": "Dresden", "postcode": "01099", "point": { "lng": 13.759985802512254, "lat": 51.08059885 }, "osm_type": "W", "osm_key": "building", "housenumber": "96", "street": "Königsbrücker Straße", "osm_value": "yes", "name": "Königsbrücker Straße", "state": "Sachsen" }, { "osm_id": 586715535, "extent": [ 13.7606148, 51.0813086, 13.7610969, 51.0810929 ], "country": "Deutschland", "city": "Dresden", "postcode": "01099", "point": { "lng": 13.760862111835312, "lat": 51.08119925 }, "osm_type": "W", "osm_key": "building", "housenumber": "96", "street": "Königsbrücker Straße", "osm_value": "yes", "name": "Geb. 31", "state": "Sachsen" }, { "osm_id": 636836622, "extent": [ 13.7605394, 51.0801055, 13.7608632, 51.0799149 ], "country": "Deutschland", "city": "Dresden", "postcode": "01099", "point": { "lng": 13.76070660103338, "lat": 51.08001675 }, "osm_type": "W", "osm_key": "building", "housenumber": "96", "street": "Königsbrücker Straße", "osm_value": "commercial", "name": "Halle 11", "state": "Sachsen" }, { "osm_id": 586714843, "extent": [ 13.7603298, 51.080861, 13.7620709, 51.0801887 ], "country": "Deutschland", "city": "Dresden", "postcode": "01099", "point": { "lng": 13.761092882762707, "lat": 51.08056015 }, "osm_type": "W", "osm_key": "building", "housenumber": "96", "street": "Königsbrücker Straße", "osm_value": "yes", "name": "Halle 12", "state": "Sachsen" }, { "osm_id": 4167137223, "osm_type": "N", "country": "Deutschland", "osm_key": "leisure", "housenumber": "96 Halle 8", "city": "Dresden", "street": "Königsbrücker Straße", "osm_value": "sports_centre", "postcode": "01099", "name": "Mandala Boulderhalle GmbH", "state": "Sachsen", "point": { "lng": 13.7601293, "lat": 51.0799639 } } ], "took": 10 }
Endpunkt getaddress
Mit dem Endpunkt getaddress können Sie mit beliebigen Geokoordinaten nach einer Adresse suchen.
https://app.{instanz}.via-cloud.de/api/geo/getaddress?
Parameter | notwendig | Beschreibung |
---|---|---|
point | ✔ | Punkt, für den die Adresse reverse geocodiert werden soll. Beispiel: 51.081184, 13.762828 |
locale | Sprache der ausgegebenen Suchergebnisse. Standard: de (deutsch) Verfügbar: fr (französisch), en (englisch), de (deutsch), it (italienisch) | |
limit | Anzahl der zurück gegebenen Ergebnisse. Standard: 5 Verfügbar: Integer | |
provider | Provider, welcher die Geocodierung übernehmen soll: Standard: default Hinweis: Die Preise können je nach Provider variieren. | |
api-key | ✔ | ihr API-Schlüssel ist für diese Schnittstelle immer notwendig. |
Ergebnis
{ "hits": [ { "osm_id": 2431051236, "osm_type": "N", "country": "Deutschland", "osm_key": "place", "housenumber": "7", "city": "Dresden", "street": "Charlotte-Bühler-Straße", "osm_value": "house", "postcode": "01099", "name": "Charlotte-Bühler-Straße", "state": "Sachsen", "point": { "lng": 13.7632006, "lat": 51.081452 } }, { "osm_id": 266837825, "osm_type": "N", "country": "Deutschland", "osm_key": "shop", "city": "Dresden", "street": "Bertha-Benz-Platz", "osm_value": "tyres", "postcode": "01099", "name": "Dresdner Reifen Zentrale", "state": "Sachsen", "point": { "lng": 13.7621802, "lat": 51.0814194 } }, { "osm_id": 191921552, "osm_type": "W", "extent": [ 13.7619026, 51.0813304, 13.7627414, 51.0809773 ], "country": "Deutschland", "osm_key": "highway", "city": "Dresden", "osm_value": "service", "postcode": "01099", "name": "Bertha-Benz-Platz", "state": "Sachsen", "point": { "lng": 13.7620112, "lat": 51.0813304 } }, { "osm_id": 2431051288, "osm_type": "N", "country": "Deutschland", "osm_key": "place", "housenumber": "5", "city": "Dresden", "street": "Charlotte-Bühler-Straße", "osm_value": "house", "postcode": "01099", "name": "Charlotte-Bühler-Straße", "state": "Sachsen", "point": { "lng": 13.7623262, "lat": 51.081688 } }, { "osm_id": 3789754887, "osm_type": "N", "country": "Deutschland", "osm_key": "man_made", "city": "Dresden", "street": "Charlotte-Bühler-Straße", "osm_value": "street_cabinet", "postcode": "01099", "name": "Charlotte-Bühler-Straße", "state": "Sachsen", "point": { "lng": 13.7620717, "lat": 51.0816092 } } ], "took": 9 }
Endpunkt getjourney
Mit dem Endpunkt getjourney können Sie sich die Verbindungen zwischen zwei Adressen und/oder Haltestellen suchen.
https://app.{instanz}.via-cloud.de/api/oepnv/getjourney?
Parameter | notwendig | Beschreibung |
---|---|---|
origin | ✔ | Start der Reiseverbindung - Adresse oder Name der Haltestelle. Beispiel: Königsbrücker Straße 96, Dresden |
destination | ✔ | Ende der Reiseverbindung - Adresse oder Name der Haltestelle. Beispiel: Hauptbahnhof, Dresden |
results | Anzahl der zurück gegebenen Ergebnisse. Standard: 5 Verfügbar: Integer | |
time | Startzeit der Verbindung. Standard: aktuelle Uhrzeit Hinweis: Die Schnittstelle benutzt immer den aktuellen Tag. | |
api-key | ✔ | ihr API-Schlüssel ist für diese Schnittstelle immer notwendig. |
Ergebnis
[ { "type": "journey", "legs": [ { "origin": { "type": "location", "latitude": 51.0806, "longitude": 13.759986, "address": "Königsbrücker Straße 96, 01187 Dresden" }, "destination": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "departure": "2019-06-18T09:41:00.000+02:00", "arrival": "2019-06-18T09:43:00.000+02:00", "mode": "walking", "public": true, "distance": 185 }, { "origin": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "destination": { "type": "stop", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "departure": "2019-06-18T09:43:00.000+02:00", "arrival": "2019-06-18T10:02:00.000+02:00", "polyline": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "geometry": { "type": "Point", "coordinates": [ 13.76012, 51.08188 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75605, 51.0771 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75289, 51.07382 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75073, 51.07143 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74763, 51.06795 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74621, 51.06289 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74594, 51.05798 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7471, 51.05247 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74368, 51.04891 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73777, 51.04388 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73501, 51.04138 ] } }, { "type": "Feature", "properties": { "type": "stop", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "geometry": { "type": "Point", "coordinates": [ 13.73358, 51.03978 ] } } ] }, "id": "1|1326329|20|80|18062019", "line": { "type": "line", "id": "str-8", "fahrtNr": "26423", "name": "STR 8", "public": true, "class": 256, "productCode": 8, "mode": "train", "product": "tram", "operator": { "type": "operator", "id": "dresdner-verkehrsbetriebe", "name": "Dresdner Verkehrsbetriebe" } }, "direction": "Südvorstadt", "cycle": { "min": 300, "max": 300 } }, { "origin": { "type": "stop", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "destination": { "type": "stop", "id": "600977992", "name": "Dresden Hauptbahnhof", "location": { "type": "location", "latitude": 51.039771, "longitude": 13.733117 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } } }, "departure": "2019-06-18T10:02:00.000+02:00", "arrival": "2019-06-18T10:03:00.000+02:00", "mode": "walking", "public": true, "distance": 40 }, { "origin": { "type": "stop", "id": "600977992", "name": "Dresden Hauptbahnhof", "location": { "type": "location", "latitude": 51.039771, "longitude": 13.733117 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } } }, "destination": { "type": "location", "latitude": 51.040392, "longitude": 13.731463, "address": "Hauptbahnhof Dresden" }, "departure": "2019-06-18T10:03:00.000+02:00", "arrival": "2019-06-18T10:07:00.000+02:00", "mode": "walking", "public": true, "distance": 318 } ], "refreshToken": "¶HKI¶G@F$A=2@O=Königsbrücker Straße 96, 01187 Dresden@X=13759986@Y=51080600@u=3@a=128@$A=1@O=Heeresbäckerei, Dresden@L=972208@a=128@$201906180941$201906180943$$$1$§T$A=1@O=Heeresbäckerei, Dresden@L=972208@a=128@$A=1@O=Hauptbahnhof, Dresden@L=977992@a=128@$201906180943$201906181002$STR 8$$1$§W$A=1@O=Hauptbahnhof, Dresden@L=977992@a=128@$A=1@O=Dresden Hauptbahnhof@L=600977992@a=128@$201906181002$201906181003$$$1$§G@F$A=1@O=Dresden Hauptbahnhof@L=600977992@a=128@$A=2@O=Hauptbahnhof Dresden@X=13731463@Y=51040392@u=3@a=128@$201906181003$201906181007$$$1$¶GP¶ft@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§bt@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§tf@$f@$f@$f@$f@$f@$§", "price": { "amount": null, "hint": "No pricing information available." } }, { "type": "journey", "legs": [ { "origin": { "type": "location", "latitude": 51.0806, "longitude": 13.759986, "address": "Königsbrücker Straße 96, 01187 Dresden" }, "destination": { "type": "stop", "id": "8070851", "name": "Dresden S-Bf Industriegelände", "location": { "type": "location", "latitude": 51.08647, "longitude": 13.763258 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "departure": "2019-06-18T09:45:00.000+02:00", "arrival": "2019-06-18T09:54:00.000+02:00", "mode": "walking", "public": true, "distance": 734 }, { "origin": { "type": "stop", "id": "8070851", "name": "Dresden S-Bf Industriegelände", "location": { "type": "location", "latitude": 51.08647, "longitude": 13.763258 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "destination": { "type": "stop", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "departure": "2019-06-18T09:54:00.000+02:00", "arrival": "2019-06-18T09:57:00.000+02:00", "mode": "walking", "public": true, "distance": 113 }, { "origin": { "type": "stop", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "destination": { "type": "stop", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "departure": "2019-06-18T09:57:00.000+02:00", "arrival": "2019-06-18T10:09:00.000+02:00", "polyline": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "type": "stop", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "geometry": { "type": "Point", "coordinates": [ 13.76277, 51.08744 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.76222, 51.08684 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.76222, 51.08684 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7506, 51.07419 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74806, 51.07156 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74629, 51.07217 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74657, 51.07172 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7467, 51.07104 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74648, 51.07033 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74594, 51.06965 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74037, 51.06601 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74037, 51.06601 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73957, 51.0655 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73868, 51.06604 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73868, 51.06604 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73814, 51.06479 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73685, 51.06368 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73467, 51.06244 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7304, 51.06095 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72978, 51.06065 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72909, 51.06018 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72793, 51.05907 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72406, 51.05624 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72422, 51.05615 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72259, 51.05485 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7216, 51.05389 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71999, 51.0517 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71963, 51.05074 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71949, 51.04873 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7194, 51.04873 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71949, 51.04873 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71966, 51.04796 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71958, 51.04783 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71958, 51.04783 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72001, 51.04679 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72054, 51.04594 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72154, 51.04476 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72261, 51.0439 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72366, 51.04327 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72754, 51.04132 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72925, 51.04058 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73089, 51.04004 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73103, 51.04021 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73132, 51.04011 ] } }, { "type": "Feature", "properties": { "type": "stop", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "geometry": { "type": "Point", "coordinates": [ 13.7314, 51.04022 ] } } ] }, "id": "1|315396|3|80|18062019", "line": { "type": "line", "id": "s-2", "fahrtNr": "32723", "name": "S 2", "public": true, "class": 16, "productCode": 4, "mode": "train", "product": "suburban", "operator": { "type": "operator", "id": "db-regio-ag-sudost", "name": "DB Regio AG Südost" } }, "direction": "Pirna", "departurePlatform": "1", "arrivalPlatform": "18", "cycle": { "min": 1800, "max": 1800 } }, { "origin": { "type": "stop", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "destination": { "type": "stop", "id": "658010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040895, "longitude": 13.732335 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "departure": "2019-06-18T10:09:00.000+02:00", "arrival": "2019-06-18T10:11:00.000+02:00", "mode": "walking", "public": true, "distance": 52 }, { "origin": { "type": "stop", "id": "658010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040895, "longitude": 13.732335 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "destination": { "type": "location", "latitude": 51.040392, "longitude": 13.731463, "address": "Hauptbahnhof Dresden" }, "departure": "2019-06-18T10:11:00.000+02:00", "arrival": "2019-06-18T10:12:00.000+02:00", "mode": "walking", "public": true, "distance": 107 } ], "refreshToken": "¶HKI¶G@F$A=2@O=Königsbrücker Straße 96, 01187 Dresden@X=13759986@Y=51080600@u=3@a=128@$A=1@O=Dresden S-Bf Industriegelände@L=8070851@a=128@$201906180945$201906180954$$$1$§W$A=1@O=Dresden S-Bf Industriegelände@L=8070851@a=128@$A=1@O=Dresden Industriegelände@L=8011418@a=128@$201906180954$201906180957$$$1$§T$A=1@O=Dresden Industriegelände@L=8011418@a=128@$A=1@O=Dresden Hbf@L=8010085@a=128@$201906180957$201906181009$S 2$$1$§W$A=1@O=Dresden Hbf@L=8010085@a=128@$A=1@O=Dresden Hbf@L=658010085@a=128@$201906181009$201906181011$$$1$§G@F$A=1@O=Dresden Hbf@L=658010085@a=128@$A=2@O=Hauptbahnhof Dresden@X=13731463@Y=51040392@u=3@a=128@$201906181011$201906181012$$$1$¶GP¶ft@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§bt@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§tf@$f@$f@$f@$f@$f@$§", "price": { "amount": null, "hint": "No pricing information available." } }, { "type": "journey", "legs": [ { "origin": { "type": "location", "latitude": 51.0806, "longitude": 13.759986, "address": "Königsbrücker Straße 96, 01187 Dresden" }, "destination": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "departure": "2019-06-18T09:46:00.000+02:00", "arrival": "2019-06-18T09:48:00.000+02:00", "mode": "walking", "public": true, "distance": 185 }, { "origin": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "destination": { "type": "stop", "id": "975243", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.04103, "longitude": 13.732848 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "departure": "2019-06-18T09:48:00.000+02:00", "arrival": "2019-06-18T10:08:00.000+02:00", "polyline": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "geometry": { "type": "Point", "coordinates": [ 13.76012, 51.08188 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75605, 51.0771 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75289, 51.07382 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75073, 51.07143 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74763, 51.06795 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74621, 51.06289 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74594, 51.05798 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7471, 51.05247 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74368, 51.04891 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73777, 51.04388 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73501, 51.04138 ] } }, { "type": "Feature", "properties": { "type": "stop", "id": "975243", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.04103, "longitude": 13.732848 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "geometry": { "type": "Point", "coordinates": [ 13.73284, 51.04103 ] } } ] }, "id": "1|1326062|21|80|18062019", "line": { "type": "line", "id": "str-7", "fahrtNr": "25419", "name": "STR 7", "public": true, "class": 256, "productCode": 8, "mode": "train", "product": "tram", "operator": { "type": "operator", "id": "dresdner-verkehrsbetriebe", "name": "Dresdner Verkehrsbetriebe" } }, "direction": "Pennrich", "cycle": { "min": 300, "max": 300 } }, { "origin": { "type": "stop", "id": "975243", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.04103, "longitude": 13.732848 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "destination": { "type": "stop", "id": "670975243", "name": "Dresden Hauptbahnhof", "location": { "type": "location", "latitude": 51.040895, "longitude": 13.732335 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "975243", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.04103, "longitude": 13.732848 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } } }, "departure": "2019-06-18T10:08:00.000+02:00", "arrival": "2019-06-18T10:12:00.000+02:00", "mode": "walking", "public": true, "distance": 164 }, { "origin": { "type": "stop", "id": "670975243", "name": "Dresden Hauptbahnhof", "location": { "type": "location", "latitude": 51.040895, "longitude": 13.732335 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "975243", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.04103, "longitude": 13.732848 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } } }, "destination": { "type": "location", "latitude": 51.040392, "longitude": 13.731463, "address": "Hauptbahnhof Dresden" }, "departure": "2019-06-18T10:12:00.000+02:00", "arrival": "2019-06-18T10:13:00.000+02:00", "mode": "walking", "public": true, "distance": 107 } ], "refreshToken": "¶HKI¶G@F$A=2@O=Königsbrücker Straße 96, 01187 Dresden@X=13759986@Y=51080600@u=3@a=128@$A=1@O=Heeresbäckerei, Dresden@L=972208@a=128@$201906180946$201906180948$$$1$§T$A=1@O=Heeresbäckerei, Dresden@L=972208@a=128@$A=1@O=Hauptbahnhof, Dresden@L=975243@a=128@$201906180948$201906181008$STR 7$$1$§W$A=1@O=Hauptbahnhof, Dresden@L=975243@a=128@$A=1@O=Dresden Hauptbahnhof@L=670975243@a=128@$201906181008$201906181012$$$1$§G@F$A=1@O=Dresden Hauptbahnhof@L=670975243@a=128@$A=2@O=Hauptbahnhof Dresden@X=13731463@Y=51040392@u=3@a=128@$201906181012$201906181013$$$1$¶GP¶ft@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§bt@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§tf@$f@$f@$f@$f@$f@$§", "price": { "amount": null, "hint": "No pricing information available." } }, { "type": "journey", "legs": [ { "origin": { "type": "location", "latitude": 51.0806, "longitude": 13.759986, "address": "Königsbrücker Straße 96, 01187 Dresden" }, "destination": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "departure": "2019-06-18T09:51:00.000+02:00", "arrival": "2019-06-18T09:53:00.000+02:00", "mode": "walking", "public": true, "distance": 185 }, { "origin": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "destination": { "type": "stop", "id": "972209", "name": "S-Bahnhof Industriegelände, Dresden", "location": { "type": "location", "latitude": 51.087189, "longitude": 13.763564 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "departure": "2019-06-18T09:53:00.000+02:00", "arrival": "2019-06-18T09:54:00.000+02:00", "polyline": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "geometry": { "type": "Point", "coordinates": [ 13.76012, 51.08188 ] } }, { "type": "Feature", "properties": { "type": "stop", "id": "972209", "name": "S-Bahnhof Industriegelände, Dresden", "location": { "type": "location", "latitude": 51.087189, "longitude": 13.763564 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "geometry": { "type": "Point", "coordinates": [ 13.76356, 51.08718 ] } } ] }, "id": "1|1326123|18|80|18062019", "line": { "type": "line", "id": "str-7", "fahrtNr": "25660", "name": "STR 7", "public": true, "class": 256, "productCode": 8, "mode": "train", "product": "tram", "operator": { "type": "operator", "id": "dresdner-verkehrsbetriebe", "name": "Dresdner Verkehrsbetriebe" } }, "direction": "Weixdorf", "cycle": { "min": 300, "max": 300 } }, { "origin": { "type": "stop", "id": "972209", "name": "S-Bahnhof Industriegelände, Dresden", "location": { "type": "location", "latitude": 51.087189, "longitude": 13.763564 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "destination": { "type": "stop", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "departure": "2019-06-18T09:54:00.000+02:00", "arrival": "2019-06-18T09:57:00.000+02:00", "mode": "walking", "public": true, "distance": 62 }, { "origin": { "type": "stop", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "destination": { "type": "stop", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "departure": "2019-06-18T09:57:00.000+02:00", "arrival": "2019-06-18T10:09:00.000+02:00", "polyline": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "type": "stop", "id": "8011418", "name": "Dresden Industriegelände", "location": { "type": "location", "latitude": 51.087441, "longitude": 13.762773 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": true, "suburban": true, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "geometry": { "type": "Point", "coordinates": [ 13.76277, 51.08744 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.76222, 51.08684 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.76222, 51.08684 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7506, 51.07419 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74806, 51.07156 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74629, 51.07217 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74657, 51.07172 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7467, 51.07104 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74648, 51.07033 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74594, 51.06965 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74037, 51.06601 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74037, 51.06601 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73957, 51.0655 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73868, 51.06604 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73868, 51.06604 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73814, 51.06479 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73685, 51.06368 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73467, 51.06244 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7304, 51.06095 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72978, 51.06065 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72909, 51.06018 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72793, 51.05907 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72406, 51.05624 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72422, 51.05615 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72259, 51.05485 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7216, 51.05389 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71999, 51.0517 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71963, 51.05074 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71949, 51.04873 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7194, 51.04873 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71949, 51.04873 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71966, 51.04796 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71958, 51.04783 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.71958, 51.04783 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72001, 51.04679 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72054, 51.04594 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72154, 51.04476 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72261, 51.0439 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72366, 51.04327 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72754, 51.04132 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.72925, 51.04058 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73089, 51.04004 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73103, 51.04021 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73132, 51.04011 ] } }, { "type": "Feature", "properties": { "type": "stop", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "geometry": { "type": "Point", "coordinates": [ 13.7314, 51.04022 ] } } ] }, "id": "1|315396|3|80|18062019", "line": { "type": "line", "id": "s-2", "fahrtNr": "32723", "name": "S 2", "public": true, "class": 16, "productCode": 4, "mode": "train", "product": "suburban", "operator": { "type": "operator", "id": "db-regio-ag-sudost", "name": "DB Regio AG Südost" } }, "direction": "Pirna", "departurePlatform": "1", "arrivalPlatform": "18", "cycle": { "min": 1800, "max": 1800 } }, { "origin": { "type": "stop", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "destination": { "type": "stop", "id": "658010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040895, "longitude": 13.732335 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "departure": "2019-06-18T10:09:00.000+02:00", "arrival": "2019-06-18T10:11:00.000+02:00", "mode": "walking", "public": true, "distance": 52 }, { "origin": { "type": "stop", "id": "658010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040895, "longitude": 13.732335 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "destination": { "type": "location", "latitude": 51.040392, "longitude": 13.731463, "address": "Hauptbahnhof Dresden" }, "departure": "2019-06-18T10:11:00.000+02:00", "arrival": "2019-06-18T10:12:00.000+02:00", "mode": "walking", "public": true, "distance": 107 } ], "refreshToken": "¶HKI¶G@F$A=2@O=Königsbrücker Straße 96, 01187 Dresden@X=13759986@Y=51080600@u=3@a=128@$A=1@O=Heeresbäckerei, Dresden@L=972208@a=128@$201906180951$201906180953$$$1$§T$A=1@O=Heeresbäckerei, Dresden@L=972208@a=128@$A=1@O=S-Bahnhof Industriegelände, Dresden@L=972209@a=128@$201906180953$201906180954$STR 7$$1$§W$A=1@O=S-Bahnhof Industriegelände, Dresden@L=972209@a=128@$A=1@O=Dresden Industriegelände@L=8011418@a=128@$201906180954$201906180957$$$1$§T$A=1@O=Dresden Industriegelände@L=8011418@a=128@$A=1@O=Dresden Hbf@L=8010085@a=128@$201906180957$201906181009$S 2$$1$§W$A=1@O=Dresden Hbf@L=8010085@a=128@$A=1@O=Dresden Hbf@L=658010085@a=128@$201906181009$201906181011$$$1$§G@F$A=1@O=Dresden Hbf@L=658010085@a=128@$A=2@O=Hauptbahnhof Dresden@X=13731463@Y=51040392@u=3@a=128@$201906181011$201906181012$$$1$¶GP¶ft@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§bt@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§tf@$f@$f@$f@$f@$f@$§", "price": { "amount": null, "hint": "No pricing information available." } }, { "type": "journey", "legs": [ { "origin": { "type": "location", "latitude": 51.0806, "longitude": 13.759986, "address": "Königsbrücker Straße 96, 01187 Dresden" }, "destination": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "departure": "2019-06-18T09:51:00.000+02:00", "arrival": "2019-06-18T09:53:00.000+02:00", "mode": "walking", "public": true, "distance": 185 }, { "origin": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "destination": { "type": "stop", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "departure": "2019-06-18T09:53:00.000+02:00", "arrival": "2019-06-18T10:12:00.000+02:00", "polyline": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "type": "stop", "id": "972208", "name": "Heeresbäckerei, Dresden", "location": { "type": "location", "latitude": 51.081886, "longitude": 13.760121 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": true, "taxi": false } }, "geometry": { "type": "Point", "coordinates": [ 13.76012, 51.08188 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75605, 51.0771 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75289, 51.07382 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.75073, 51.07143 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74763, 51.06795 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74621, 51.06289 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74594, 51.05798 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.7471, 51.05247 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.74368, 51.04891 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73777, 51.04388 ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 13.73501, 51.04138 ] } }, { "type": "Feature", "properties": { "type": "stop", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "geometry": { "type": "Point", "coordinates": [ 13.73358, 51.03978 ] } } ] }, "id": "1|1326329|21|80|18062019", "line": { "type": "line", "id": "str-8", "fahrtNr": "26426", "name": "STR 8", "public": true, "class": 256, "productCode": 8, "mode": "train", "product": "tram", "operator": { "type": "operator", "id": "dresdner-verkehrsbetriebe", "name": "Dresdner Verkehrsbetriebe" } }, "direction": "Südvorstadt", "cycle": { "min": 300, "max": 300 } }, { "origin": { "type": "stop", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } }, "destination": { "type": "stop", "id": "600977992", "name": "Dresden Hauptbahnhof", "location": { "type": "location", "latitude": 51.039771, "longitude": 13.733117 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } } }, "departure": "2019-06-18T10:12:00.000+02:00", "arrival": "2019-06-18T10:13:00.000+02:00", "mode": "walking", "public": true, "distance": 40 }, { "origin": { "type": "stop", "id": "600977992", "name": "Dresden Hauptbahnhof", "location": { "type": "location", "latitude": 51.039771, "longitude": 13.733117 }, "products": { "nationalExp": false, "national": false, "regionalExp": false, "regional": false, "suburban": false, "bus": false, "ferry": false, "subway": false, "tram": false, "taxi": false }, "station": { "type": "station", "id": "977992", "name": "Hauptbahnhof, Dresden", "location": { "type": "location", "latitude": 51.03978, "longitude": 13.733585 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false }, "station": { "type": "station", "id": "8010085", "name": "Dresden Hbf", "location": { "type": "location", "latitude": 51.040221, "longitude": 13.731409 }, "products": { "nationalExp": true, "national": true, "regionalExp": true, "regional": true, "suburban": true, "bus": true, "ferry": false, "subway": false, "tram": true, "taxi": false } } } }, "destination": { "type": "location", "latitude": 51.040392, "longitude": 13.731463, "address": "Hauptbahnhof Dresden" }, "departure": "2019-06-18T10:13:00.000+02:00", "arrival": "2019-06-18T10:17:00.000+02:00", "mode": "walking", "public": true, "distance": 318 } ], "refreshToken": "¶HKI¶G@F$A=2@O=Königsbrücker Straße 96, 01187 Dresden@X=13759986@Y=51080600@u=3@a=128@$A=1@O=Heeresbäckerei, Dresden@L=972208@a=128@$201906180951$201906180953$$$1$§T$A=1@O=Heeresbäckerei, Dresden@L=972208@a=128@$A=1@O=Hauptbahnhof, Dresden@L=977992@a=128@$201906180953$201906181012$STR 8$$1$§W$A=1@O=Hauptbahnhof, Dresden@L=977992@a=128@$A=1@O=Dresden Hauptbahnhof@L=600977992@a=128@$201906181012$201906181013$$$1$§G@F$A=1@O=Dresden Hauptbahnhof@L=600977992@a=128@$A=2@O=Hauptbahnhof Dresden@X=13731463@Y=51040392@u=3@a=128@$201906181013$201906181017$$$1$¶GP¶ft@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§bt@0@2000@120@0@100@1@1000@0@@@@@false@0@-1@$f@$f@$f@$f@$f@$§tf@$f@$f@$f@$f@$f@$§", "price": { "amount": null, "hint": "No pricing information available." } } ]
Endpunkt getroute
Mit dem Endpunkt getroute können Sie sich die Route zwischen mehreren Adressen / Geopunkte suchen.
https://app.{instanz}.via-cloud.de/api/geo/getroute?
Parameter | notwendig | Beschreibung |
---|---|---|
points | ✔ ¹ | Punkte in chronologischer Reihenfolge, begonnen an dem Startpunkt und endet mit dem Ziel. Beispiel: [[51.080983, 13.762925],[51.065169, 13.741362],[51.040472, 13.730119],[51.080983, 13.762925]] |
addresses | ✔ ² | Adressen in chronologischer Reihenfolge, begonnen mit der Startadresse und endet mit der Zieladresse. Beispiel: [[Charlotte-Bühler-Straße 37, 01099 Dresden],[Schlesischer Pl. 1, 01097 Dresden],[Wiener Platz 4, 01069 Dresden],[Charlotte-Bühler-Straße 37, 01099 Dresden]] |
vehicle | Anzahl der zurück gegebenen Ergebnisse. Standard: car Verfügbar: car, bike, foot, truck, small_truck | |
locale | Sprache der generierten Wegbeschreibung. Standard: en Hinweis: de, en, pt, es | |
api-key | ✔ | ihr API-Schlüssel ist für diese Schnittstelle immer notwendig. |
Ergebnis
Endpunkt checkstudent
Mit dem Endpunkt checkstudent können sie eine Notwendigkeits- & Zumutbarkeitsprüfung durchführen.
https://app.{instanz}.via-cloud.de/api/oepnv/checkstudent?
Parameter | notwendig | Beschreibung |
---|---|---|
student | ✔ | Adresse des Schülers Beispiel: Königsbrücker Straße 96, 01187 Dresden |
school | ✔ | Adresse der Schule Beispiel: Marienallee 12, 01099 Dresden |
min_entfernung | ✔ | Mindestentfernung Fußweg, ab der eine ÖPNV-Beförderung notwendig wird in Metern. Beispiel: 2000 |
max_schulwegezeit | Maximale Dauer des Schulwegs in Minuten. Standard: 120 Verfügbar: Integer | |
max_haltestellenweg | Maximale Länge des Wegs von Zuhause zur Haltestelle plus von der Haltestelle zur Schule in Metern. Standard: 3000 Verfügbar: Integer | |
max_wartezeit | Maximale Wartezeit an Haltestellen und Schule in Minuten. Standard: 60 Verfügbar: Integer | |
min_startzeit | Früheste Startzeit als Uhrzeit. Standard: 05:00 Verfügbar: String im Format hh:mm | |
richtung | Festlegung ob Hinfahrt (Zuhause → Schule) oder Rückfahrt (Schule → Zuhause) Standard: 0 Verfügbar: 0 (Hinfahrt), 1 (Rückfahrt) | |
api-key | ✔ | ihr API-Schlüssel ist für diese Schnittstelle immer notwendig. |
Ergebnis