{"info":{"_postman_id":"a6068851-fd0d-ff1b-9138-48fa7c6f4b64","name":"Routing API","description":"Examples for routing_nlp_7.2.72 or higher","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Many to many matrix routing","id":"69d718e5-1400-2aaa-17d7-182c46e42a5a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"start0","value":"52.5139,13.3576","type":"text"},{"key":"start1","value":"52.5214,13.4155","type":"text"},{"key":"start2","value":"52.5253,13.3693","type":"text"},{"key":"destination0","value":"52.5411,13.2127","type":"text"},{"key":"destination1","value":"52.5163,13.3780","type":"text"},{"key":"destination2","value":"52.4920,13.2849","type":"text"},{"key":"destination3","value":"52.4987,13.5228","type":"text"},{"key":"destination4","value":"52.5547,13.4578","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculatematrix.json?start0=52.5139,13.3576&start1=52.5214,13.4155&start2=52.5253,13.3693&destination0=52.5411,13.2127&destination1=52.5163,13.3780&destination2=52.4920,13.2849&destination3=52.4987,13.5228&destination4=52.5547,13.4578&mode=fastest;car&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculatematrix.json"],"query":[{"key":"start0","value":"52.5139,13.3576"},{"key":"start1","value":"52.5214,13.4155"},{"key":"start2","value":"52.5253,13.3693"},{"key":"destination0","value":"52.5411,13.2127"},{"key":"destination1","value":"52.5163,13.3780"},{"key":"destination2","value":"52.4920,13.2849"},{"key":"destination3","value":"52.4987,13.5228"},{"key":"destination4","value":"52.5547,13.4578"},{"key":"mode","value":"fastest;car"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Matrix routing request with three start points and five destinations*\n\nMatrix calculations are made using the `calculatematrix` endpoint and appending a three start parameters (`start0, ``start1, ``start2)` and multiple consecutively numbered `destination` parameters to the request.\n  \n\n\n\n* **start0**  `latlng`\n \\- First start point for the route calculations.    e.g. `52.515,13.377`  \n\n* **start1**  `latlng`\n \\- Second start point for the route calculations.    e.g. `52.515,13.377`  \n\n* **start2**  `latlng`\n \\- Third start point for the route calculations.    e.g. `52.515,13.377`  \n\n* **destination0**  `latlng`\n \\- First destination point for the route calculations.    e.g. `52.4,13.5`  \n\n* **destination1**  `latlng`\n \\- Second destination point for the route calculations.    e.g. `52.4,13.5`  \n\n* **destination2**  `latlng`\n \\- Third destination point for the route calculations.    e.g. `52.4,13.5`  \n\n* **destination3**  `latlng`\n \\- Fourth destination point for the route calculations.    e.g. `52.4,13.5`    \n\n* **destination4**  `latlng`\n \\- Fifth destination point for the route calculations.    e.g. `52.4,13.5`  \n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`  \n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an app_id with every request.    \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an app_code with every request.    "},"response":[],"_postman_id":"69d718e5-1400-2aaa-17d7-182c46e42a5a"},{"name":"Distance-based isoline with destination as center","id":"175b2796-de9f-8d52-4979-0c3940e1ec7c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"fastest;pedestrian","type":"text"},{"key":"destination","value":"52.5160,13.3778","type":"text"},{"key":"rangetype","value":"distance","type":"text"},{"key":"range","value":"200","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?mode=fastest;pedestrian&destination=52.5160,13.3778&rangetype=distance&range=200&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["isoline","route","cit","api","here","com"],"path":["routing","7.2","calculateisoline.json"],"query":[{"key":"mode","value":"fastest;pedestrian"},{"key":"destination","value":"52.5160,13.3778"},{"key":"rangetype","value":"distance"},{"key":"range","value":"200"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request an isoline that will reach a destination within a defined distance of travel*\n\nDistance-based reverse flow requests are made using the `calculateisoline` endpoint and specifying the `destination` and `rangetype=distance` parameters.\n\n\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **destination**  `latlng`\n \\- Destination of the reverse flow calculation.    e.g. `52.515,13.377`\n\n* **rangetype**  `text`\n \\- Specifies type of range. Possible values are distance, time. For distance the unit is  meters. For time the unit is seconds.  rangetype=distance  rangetype=time    \n\n* **range**  `number`\n \\- Range of isoline. Several comma separated values can be specified. The unit is defined by  parameter rangetype  range=1000  range=1000,2000,3000    \n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.  \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.  "},"response":[],"_postman_id":"175b2796-de9f-8d52-4979-0c3940e1ec7c"},{"name":"Time-based isoline with destination as center","id":"5f112dca-9998-ac05-63c0-8c5f07b30888","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"fastest;car","type":"text"},{"key":"destination","value":"52.5160,13.3778","type":"text"},{"key":"rangetype","value":"time","type":"text"},{"key":"range","value":"120","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?mode=fastest;car&destination=52.5160,13.3778&rangetype=time&range=120&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["isoline","route","cit","api","here","com"],"path":["routing","7.2","calculateisoline.json"],"query":[{"key":"mode","value":"fastest;car"},{"key":"destination","value":"52.5160,13.3778"},{"key":"rangetype","value":"time"},{"key":"range","value":"120"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request an isoline that will reach a destination within a given time*\n\nTime-based reverse flow requests are made using the `calculateisoline` endpoint and specifying the `destination` and `rangetype=time` parameters.\n\n\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **destination**  `latlng`\n \\- Destination of the reverse flow calculation.    e.g. `52.515,13.377`\n\n* **rangetype**  `text`\n \\- Specifies type of range. Possible values are distance, time. For distance the unit is  meters. For time the unit is seconds.  rangetype=distance  rangetype=time    \n\n* **range**  `number`\n \\- Range of isoline. Several comma separated values can be specified. The unit is defined by  parameter rangetype  range=1000  range=1000,2000,3000  \n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.  \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.  "},"response":[],"_postman_id":"5f112dca-9998-ac05-63c0-8c5f07b30888"},{"name":"Previously calculated route information","id":"46a6e083-231e-aa6e-3236-cce4c2d92722","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"fastest;truck","type":"text"},{"key":"routeid","value":"AHUACAAAAB4AAAA/AAAAmAAAAJMAAAB42mOYzMDOxAAEYKLhVaNjlcGtWAYoSJhwV5SFQciK4f9/iMCH/QxIgAuIed4oH2ZiKI2pcnxTeAauMe7CHdHtDEIWeDQe3tLEygi1FwwyZvh/FwHSnQ6cAJeBHItoOpUO","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/getroute.json?mode=fastest;truck&routeid=AHUACAAAAB4AAAA/AAAAmAAAAJMAAAB42mOYzMDOxAAEYKLhVaNjlcGtWAYoSJhwV5SFQciK4f9/iMCH/QxIgAuIed4oH2ZiKI2pcnxTeAauMe7CHdHtDEIWeDQe3tLEygi1FwwyZvh/FwHSnQ6cAJeBHItoOpUO&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","getroute.json"],"query":[{"key":"mode","value":"fastest;truck"},{"key":"routeid","value":"AHUACAAAAB4AAAA/AAAAmAAAAJMAAAB42mOYzMDOxAAEYKLhVaNjlcGtWAYoSJhwV5SFQciK4f9/iMCH/QxIgAuIed4oH2ZiKI2pcnxTeAauMe7CHdHtDEIWeDQe3tLEygi1FwwyZvh/FwHSnQ6cAJeBHItoOpUO"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request information about a previously calculated route*\n\nPrevious routes can be retrieved using the `getroute` endpoint and appending a `routeid` to the request. The `routeid` in question has been generated from a previous request. Note that server map updates usually invalidates `routeid` value computed on previous map versions. If it is the case, the `routeid` computation should be requested again on the map in current  use.\n  \n\n\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`  \n\n* **routeid**  `text`\n \\- Route identifier for which the detailed route information is being requested.  \n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.  \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.  "},"response":[],"_postman_id":"46a6e083-231e-aa6e-3236-cce4c2d92722"},{"name":"Hazardous goods","id":"0b5bea90-8c6b-af84-fe60-aed3950b7a34","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5851,13.2795","type":"text"},{"key":"waypoint1","value":"52.5369,13.2645","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"shippedhazardousgoods","value":"flammable,harmfulToWater","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5851,13.2795&waypoint1=52.5369,13.2645&mode=fastest;truck&shippedhazardousgoods=flammable,harmfulToWater&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5851,13.2795"},{"key":"waypoint1","value":"52.5369,13.2645"},{"key":"mode","value":"fastest;truck"},{"key":"shippedhazardousgoods","value":"flammable,harmfulToWater"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a truck route for a vehicle transporting hazardous goods*\n\nEnvironmental restrictions can be added to the routing request, through adding the `shippedhazardousgoods` parameter to the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **shippedhazardousgoods**  `multi-enum`\n \\- Truck routing only, list of hazardous materials in the vehicle.\n\n    Valid values are : `combustible`, `corrosive`, `explosive`, `flammable`, `gas`, `harmfulToWater`, `organic`, `other`, `poison`, `poisonousInhalation`, `radioActive`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"0b5bea90-8c6b-af84-fe60-aed3950b7a34"},{"name":"Truck route from A to B","id":"6e601159-20fc-6c46-d568-dcbd340c97df","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"41.9798,-87.8801","type":"text"},{"key":"waypoint1","value":"41.9043,-87.9216","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=41.9798,-87.8801&waypoint1=41.9043,-87.9216&mode=fastest;truck&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"41.9798,-87.8801"},{"key":"waypoint1","value":"41.9043,-87.9216"},{"key":"mode","value":"fastest;truck"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a truck route between two points*\n\nFastest truck routes can be requested by setting the `mode` parameter to `fastest;truck` in the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"6e601159-20fc-6c46-d568-dcbd340c97df"},{"name":"Avoiding a specified area","id":"928fce4e-a1a5-6eb3-bd01-025ae5056725","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"50.0522,8.2180","type":"text"},{"key":"waypoint1","value":"50.0957,8.5280","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"avoidareas","value":"50.1062,8.2811;50.0180,8.4253","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=50.0522,8.2180&waypoint1=50.0957,8.5280&mode=fastest;truck&avoidareas=50.1062,8.2811;50.0180,8.4253&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"50.0522,8.2180"},{"key":"waypoint1","value":"50.0957,8.5280"},{"key":"mode","value":"fastest;truck"},{"key":"avoidareas","value":"50.1062,8.2811;50.0180,8.4253"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a route avoiding a defined area by specifying a bounding box*\n\nAreas of road can be avoided through adding an array of bounding boxes to the `avoidareas` parameter added to the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **avoidareas**  `bbox`\n \\- Areas which the route must not cross - an array of bounding boxes\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"928fce4e-a1a5-6eb3-bd01-025ae5056725"},{"name":"Toll summary by country","id":"77dccf91-c188-adf3-3ef5-95dbdfe86848","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.3182,13.5540","type":"text"},{"key":"waypoint1","value":"48.7416,2.3626","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"routeattributes","value":"none,sc","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.3182,13.5540&waypoint1=48.7416,2.3626&mode=fastest;truck&routeattributes=none,sc&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.3182,13.5540"},{"key":"waypoint1","value":"48.7416,2.3626"},{"key":"mode","value":"fastest;truck"},{"key":"routeattributes","value":"none,sc"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a truck route with toll road summary by country*\n\nRoute attributes can be suppressed through adding the `routeattributes=none` to the request URL. Toll information can be requested through adding `sc` to the value of the `routeattributes` parameter.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **routeattributes**  `multi-enum`\n \\- Which route attributes are included in the response.    e.g. `shape`\n\n    Valid values are : `none`, `bb` - boundingBox, `lg` - legs, `no` - notes, `sh` - shape, `sm` - summary, `sc` - summaryByCountry, `wp` - waypoints\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"77dccf91-c188-adf3-3ef5-95dbdfe86848"},{"name":"Truck route via an intermediate point","id":"55d7f2d9-11f6-5e48-4537-c5e17491bc39","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"50.0522,8.2180","type":"text"},{"key":"waypoint1","value":"50.0460,8.5561","type":"text"},{"key":"waypoint2","value":"50.0957,8.5280","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=50.0522,8.2180&waypoint1=50.0460,8.5561&waypoint2=50.0957,8.5280&mode=fastest;truck&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"50.0522,8.2180"},{"key":"waypoint1","value":"50.0460,8.5561"},{"key":"waypoint2","value":"50.0957,8.5280"},{"key":"mode","value":"fastest;truck"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a truck route from A to C with an additional stopover at point B*\n\nAdditional waypoint parameters (`waypoint0`, `waypoint1`, `waypoint2` etc...) can be added consecutively to the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **waypoint2**  `latlng`\n \\- Third point through which the route must pass.\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"55d7f2d9-11f6-5e48-4537-c5e17491bc39"},{"name":"Link information for a location","id":"1b467bb3-726a-df2a-0b31-ac30de4d99b2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint","value":"52.5308,13.3846","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/getlinkinfo.json?waypoint=52.5308,13.3846&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","getlinkinfo.json"],"query":[{"key":"waypoint","value":"52.5308,13.3846"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request detailed information about a path segment in the routing network given one of its coordinates*\n\nLink information can be retrieved using the `getlinkinfo` endpoint, and specifying a coordinate (<i>52.5308°N, 13.3846°E</i>) using the `waypoint` parameter.\n\n\n\n* **waypoint**  `latlng`\n \\- Point through which the route must pass.    e.g. `52.515,13.377`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"1b467bb3-726a-df2a-0b31-ac30de4d99b2"},{"name":"Weight restrictions","id":"310465fd-2813-9b5b-1365-2b85aa5144a3","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"39.2923,-76.6088","type":"text"},{"key":"waypoint1","value":"39.2976,-76.5940","type":"text"},{"key":"mode","value":"fastest;truck;traffic:disabled;","type":"text"},{"key":"limitedweight","value":"20","type":"text"},{"key":"weightperaxle","value":"10","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=39.2923,-76.6088&waypoint1=39.2976,-76.5940&mode=fastest;truck;traffic:disabled;&limitedweight=20&weightperaxle=10&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"39.2923,-76.6088"},{"key":"waypoint1","value":"39.2976,-76.5940"},{"key":"mode","value":"fastest;truck;traffic:disabled;"},{"key":"limitedweight","value":"20"},{"key":"weightperaxle","value":"10"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a truck route for a heavy vehicle specifying axel or laden weights*\n\nWeight restrictions can be added to a routing request, through adding the  `limitedweight` and `weightperaxle` parameters to the request URL.\n  \n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **limitedweight**  `number`\n \\- Truck routing only, vehicle weight including trailers and shipped goods, in tons.\n\n* **weightperaxle**  `number`\n \\- The maximum weight each axel of the vehicle is permitted to carry in tons\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"310465fd-2813-9b5b-1365-2b85aa5144a3"},{"name":"Link Information using linkId","id":"635c823b-7892-3761-5b67-04744e5b29ac","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"linkids","value":"%2B931447247","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/getlinkinfo.json?linkids=%2B931447247&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","getlinkinfo.json"],"query":[{"key":"linkids","value":"%2B931447247"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request detailed information about a path segment in the routing network given a linkid*\n\nLink information can be retrieved using the `getlinkinfo` endpoint, by specifying one or more comma separated linkIds using the `linkids` parameter. The `linkids` have been generated from a previous request. Note that positive direction '+' in link Ids has to be URL encoded.\n  \n  \n\n\n\n* **linkids**  `text`\n \\- Link identifiers for which the detailed information is being requested.\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"635c823b-7892-3761-5b67-04744e5b29ac"},{"name":"Distance-based isoline with start as center","id":"1ef68490-77d4-5673-3b87-c0a84c7062fe","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"fastest;pedestrian","type":"text"},{"key":"start","value":"52.5160,13.3778","type":"text"},{"key":"rangetype","value":"distance","type":"text"},{"key":"range","value":"2000","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?mode=fastest;pedestrian&start=52.5160,13.3778&rangetype=distance&range=2000&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["isoline","route","cit","api","here","com"],"path":["routing","7.2","calculateisoline.json"],"query":[{"key":"mode","value":"fastest;pedestrian"},{"key":"start","value":"52.5160,13.3778"},{"key":"rangetype","value":"distance"},{"key":"range","value":"2000"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request the shape outlining the area that can be reached within a defined distance of travel*\n\nDistance-based isochrone calculations are made using the `calculateisoline` endpoint and specifying the `start` and `rangetype=distance` parameters.\n\n\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **start**  `latlng`\n \\- Center of the isoline request.    e.g. `52.515,13.377`\n\n* **rangetype**  `text`\n \\- Specifies type of range. Possible values are distance, time. For distance the unit is  meters. For time the unit is seconds.  rangetype=distance  rangetype=time    \n\n* **range**  `number`\n \\- Distance of the isoline (from the center point) in meters  \n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.  \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.  "},"response":[],"_postman_id":"1ef68490-77d4-5673-3b87-c0a84c7062fe"},{"name":"Abnormal loads","id":"445de691-96a5-37b0-9bd6-4f45eaae478a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"42.3653,-71.0622","type":"text"},{"key":"waypoint1","value":"42.3714,-71.0280","type":"text"},{"key":"mode","value":"fastest;truck;traffic:disabled;","type":"text"},{"key":"height","value":"3","type":"text"},{"key":"width","value":"2.5","type":"text"},{"key":"length","value":"7","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=42.3653,-71.0622&waypoint1=42.3714,-71.0280&mode=fastest;truck;traffic:disabled;&height=3&width=2.5&length=7&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"42.3653,-71.0622"},{"key":"waypoint1","value":"42.3714,-71.0280"},{"key":"mode","value":"fastest;truck;traffic:disabled;"},{"key":"height","value":"3"},{"key":"width","value":"2.5"},{"key":"length","value":"7"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a truck route for long, tall or wide vehicles*\n\nDimension restrictions can be added to a routing request, through adding the `height`,  `width` and `length`  parameters to the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **height**  `number`\n \\- Truck routing only, vehicle height in meters\n\n* **width**  `number`\n \\- Truck routing only, vehicle width in meters\n\n* **length**  `number`\n \\- Truck routing only, vehicle length in meters\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"445de691-96a5-37b0-9bd6-4f45eaae478a"},{"name":"Truck route from A to B with shape information","id":"f772737f-fdc9-5948-6939-cef89e1b776b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"41.9798,-87.8801","type":"text"},{"key":"waypoint1","value":"41.9043,-87.9216","type":"text"},{"key":"mode","value":"fastest;truck;traffic:default;","type":"text"},{"key":"routeattributes","value":"sh","type":"text"},{"key":"maneuverattributes","value":"di,sh","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=41.9798,-87.8801&waypoint1=41.9043,-87.9216&mode=fastest;truck;traffic:default;&routeattributes=sh&maneuverattributes=di,sh&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"41.9798,-87.8801"},{"key":"waypoint1","value":"41.9043,-87.9216"},{"key":"mode","value":"fastest;truck;traffic:default;"},{"key":"routeattributes","value":"sh"},{"key":"maneuverattributes","value":"di,sh"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a truck route between two points including additional information*\n\nThe shape of the overall route can be requested through adding `routeattributes=shape` to the request URL. Additional information for each maneuver (such as the shape and direction) can requested through adding the `maneuverattributes` parameter to the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **routeattributes**  `multi-enum`\n \\- Which route attributes are included in the response.    e.g. `shape`\n\n    Valid values are : `none`, `bb` - boundingBox, `lg` - legs, `no` - notes, `sh` - shape, `sm` - summary, `sc` - summaryByCountry, `wp` - waypoints\n\n* **maneuverattributes**  `multi-enum`\n \\- Which maneuver attributes are included in the response.\n\n    Valid values are : `none`, `ac` - action, `bt` - baseTime, `di` - direction, `eq` - equipment, `fe` - freewayExit, `fj` - freewayJunction, `ix` - indices, `la` - lane, `le` - length, `li` - link, `nm` - nextManeuver, `nr` - nextRoadName, `nu` - nextRoadNumber, `no` - notes, `po` - position, `rn` - roadName, `ru` - roadNumber, `rt` - roadTemplate, `sh` - shape, `sp` - signPost, `ti` - time, `tm` - trafficTime, `tt` - travelTime\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"f772737f-fdc9-5948-6939-cef89e1b776b"},{"name":"Time-based isoline with start point as center","id":"54a512b1-0597-7668-8fb3-e589e7eb9aa1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"fastest;car","type":"text"},{"key":"start","value":"52.5160,13.3778","type":"text"},{"key":"rangetype","value":"time","type":"text"},{"key":"range","value":"300","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?mode=fastest;car&start=52.5160,13.3778&rangetype=time&range=300&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["isoline","route","cit","api","here","com"],"path":["routing","7.2","calculateisoline.json"],"query":[{"key":"mode","value":"fastest;car"},{"key":"start","value":"52.5160,13.3778"},{"key":"rangetype","value":"time"},{"key":"range","value":"300"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request the shape outlining the area that can be reached within a given time*\n\nTime-based isochrone calculations are made using the `calculateisoline` endpoint and specifying the `start` and `rangetype=time` parameters.\n\n\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **start**  `latlng`\n \\- Center of the isoline request.    e.g. `52.515,13.377`\n\n* **rangetype**  `text`\n \\- Specifies type of range. Possible values are distance, time. For distance the unit is  meters. For time the unit is seconds.  rangetype=distance  rangetype=time    \n\n* **range**  `number`\n \\- Range of isoline. Several comma separated values can be specified. The unit is defined by  parameter rangetype  range=1000  range=1000,2000,3000  \n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.  \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.  "},"response":[],"_postman_id":"54a512b1-0597-7668-8fb3-e589e7eb9aa1"},{"name":"Alternative routes","id":"cf7e3e66-c0da-41c2-2262-0fa58547ec98","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5214,13.4155","type":"text"},{"key":"waypoint1","value":"52.5253,13.3693","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"alternatives","value":"4","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5214,13.4155&waypoint1=52.5253,13.3693&mode=fastest;car&alternatives=4&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5214,13.4155"},{"key":"waypoint1","value":"52.5253,13.3693"},{"key":"mode","value":"fastest;car"},{"key":"alternatives","value":"4"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request multiple alternative routes within a single request*\n\nThe alternative routes can be requested by setting the `alternatives` parameter to a desired number of routes. Alternative routes can be unavailable, thus they are not guaranteed to be returned. If at least one via point is used in a route request, returning alternative routes is not supported. 0 stands for \"no alternative routes\", i.e. only optimal route is returned.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- First routing mode. Determines how the route is calculated.    e.g. `fastest;car;traffic:disabled`\n\n* **alternatives**  `number`\n \\- Maximum number of alternative routes that will be calculated and \nreturned.     Type: `xs:integer.` `  alternatives=3`  \n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"cf7e3e66-c0da-41c2-2262-0fa58547ec98"},{"name":"One to many matrix routing","id":"0dc64d43-29a1-71ee-1754-fca5863aebfc","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"fastest;truck;traffic:disabled;","type":"text"},{"key":"start0","value":"40.7790,-73.9622","type":"text"},{"key":"destination0","value":"40.7482,-73.9860","type":"text"},{"key":"destination1","value":"40.7558,-73.9870","type":"text"},{"key":"destination2","value":"40.7054,-73.9961","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculatematrix.json?mode=fastest;truck;traffic:disabled;&start0=40.7790,-73.9622&destination0=40.7482,-73.9860&destination1=40.7558,-73.9870&destination2=40.7054,-73.9961&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculatematrix.json"],"query":[{"key":"mode","value":"fastest;truck;traffic:disabled;"},{"key":"start0","value":"40.7790,-73.9622"},{"key":"destination0","value":"40.7482,-73.9860"},{"key":"destination1","value":"40.7558,-73.9870"},{"key":"destination2","value":"40.7054,-73.9961"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Simultaneously calculate route distances to multiple locations*\n\nMatrix calculations are made using the `calculatematrix` endpoint and appending a `start0` parameter and multiple consecutively numbered `destination` parameters to the request.\n\n\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g.fastest;car;traffic:disabled`\n\n* **start0**  `latlng`\n \\- Start point for the route calculations.    e.g. `52.515,13.377`\n\n* **destination0**  `latlng`\n \\- First destination point for the route calculations.    e.g. `52.4,13.5`\n\n* **destination1**  `latlng`\n \\- Second destination point for the route calculations.    e.g. `52.3,13.4`\n\n* **destination2**  `latlng`\n \\- Third destination point for the route calculations.    e.g. `52.6,13.3`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"0dc64d43-29a1-71ee-1754-fca5863aebfc"},{"name":"Truck route trailer restrictions","id":"94818666-3957-f79d-8a87-89e9fd31e8b1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"46.6441,8.5920","type":"text"},{"key":"waypoint1","value":"46.9721,9.5725","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"trailersCount","value":"1","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=46.6441,8.5920&waypoint1=46.9721,9.5725&mode=fastest;truck&trailersCount=1&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"46.6441,8.5920"},{"key":"waypoint1","value":"46.9721,9.5725"},{"key":"mode","value":"fastest;truck"},{"key":"trailersCount","value":"1"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a truck route for a vehicle with a trailer*\n\nTrailer restrictions can be added to a routing request by setting the `trailersCount` parameter with value different from 0 in the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **trailersCount**  `number`\n \\- Truck routing only, specifies number of trailers pulled by a vehicle. The provided value must  be between 0 and 4. Defaults to 0.    \n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.  \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.  "},"response":[],"_postman_id":"94818666-3957-f79d-8a87-89e9fd31e8b1"},{"name":"Additional route settings","id":"0762630f-c873-8ea6-3443-75e8f0a6aa1b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car;traffic:enabled","type":"text"},{"key":"routeattributes","value":"sh","type":"text"},{"key":"maneuverattributes","value":"di,sh","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"},{"key":"departure","value":"now","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car;traffic:enabled&routeattributes=sh&maneuverattributes=di,sh&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&departure=now","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5160,13.3779"},{"key":"waypoint1","value":"52.5206,13.3862"},{"key":"mode","value":"fastest;car;traffic:enabled"},{"key":"routeattributes","value":"sh"},{"key":"maneuverattributes","value":"di,sh"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"departure","value":"now"}]},"description":"*Request a route specifying additional route settings.*\n\nFastest car routes taking current traffic conditions into account can be requested by setting the `mode` parameter to `fastest;car;traffic:enabled` and `departure` to `now` in the request URL. The shape of the overall route can be requested through adding `routeattributes=shape` to the request URL. Additional information for each maneuver (such as the shape and direction) can requested through adding the `maneuverattributes` parameter to the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **routeattributes**  `multi-enum`\n \\- Which route attributes are included in the response.    e.g. `shape`\n\n    Valid values are : `bb` - boundingBox, `gr` - groups, `lg` - legs, `li` - lines, `no` - notes, `ri` - routeId, `sh` - shape, `sm` - summary, `sc` - summaryByCountry, `wp` - waypoints\n\n* **maneuverattributes**  `multi-enum`\n \\- Which maneuver attributes are included in the response.\n\n    Valid values are : `ac` - action, `bt` - baseTime, `bb` - boundingBox, `di` - direction, `eq` - equipment, `fe` - freewayExit, `fj` - freewayJunction, `ix` - indices, `la` - lane, `le` - length, `li` - link, `nm` - nextManeuver, `nr` - nextRoadName, `nu` - nextRoadNumber, `no` - notes, `pl` - platform, `po` - position, `pt` - publicTransportLine, `rn` - roadName, `ru` - roadNumber, `rs` - roadShield, `rt` - roadTemplate, `sh` - shape, `sq` - shapeQuality, `sp` - signPost, `sa` - startAngle, `ti` - time, `tm` - trafficTime, `tt` - travelTime, `wt` - waitTime\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.\n\n* **departure**  `text`\n \\- Time when travel is expected to start."},"response":[],"_postman_id":"0762630f-c873-8ea6-3443-75e8f0a6aa1b"},{"name":"Changing from the metric system","id":"1c4cbddb-a8a7-5d13-fd1d-31328e8a8a63","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"language","value":"en-us","type":"text"},{"key":"metricSystem","value":"imperial","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car&language=en-us&metricSystem=imperial&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5160,13.3779"},{"key":"waypoint1","value":"52.5206,13.3862"},{"key":"mode","value":"fastest;car"},{"key":"language","value":"en-us"},{"key":"metricSystem","value":"imperial"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a route with instructional distances given in miles and yards*\n\nThe unit of measurement of the maneuver instructions can be altered by setting the `metricSystem` parameter to `imperial` in the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **language**  `enum`\n \\- Language used for maneuever instructions. For example `en-us`\n\n    Valid values are : `af` - Afrikaans, `sq` - Albanian, `am` - Amharic, `ar-sa` - Arabic - Saudi Arabia, `hy` - Armenian, `as` - Assamese, `az-latn` - Azerbaijani - Latin, `bn-bd` - Bangla - Bangladesh, `bn-in` - Bangla - India, `eu` - Basque, `be` - Belarusian, `bs` - Bosnian - Latin, `bg` - Bulgarian, `ca` - Catalan, `ku-arab` - Central Kurdish - Arabic, `zh-cn` - Chinese - Simplified China, `zh-tw` - Chinese - Traditional Taiwan, `zh-hk` - Chinese - Traditional Hong Kong, `hr` - Croatian, `cs-cz` - Czech – Czech Republic, `da-dk` - Danish – Denmark, `prs-arab` - Dari - Arabic, `nl-nl` - Dutch – Netherlands, `et` - Estonian, `en-gb` - English – United Kingdom, `en-us` - English – United States, `fil-latn` - Filipino - Latin, `fi-fi` - Finnish – Finland, `fr-fr` - French – France, `gl` - Galician, `ka` - Georgian, `de-de` - German – Germany, `el-gr` - Greek – Greece, `gu` - Gujarati, `ha-latn` - Hausa - Latin, `he` - Hebrew, `hi` - Hindi, `hu-hu` - Hungarian – Hungary, `is` - Icelandic, `id-id` - Indonesian - Indonesia, `ga` - Irish, `xh` - IsiXhosa, `zu-za` - IsiZulu, `it-it` - Italian – Italy, `ja-jp` - Japanese – Japan, `kn` - Kannada, `kk` - Kazakh, `km` - Khmer, `quc-latn` - K'iche' - Latin, `rw-rw` - Kinyarwanda - Rwanda, `sw` - KiSwahili, `kok` - Konkani, `ko` - Korean, `ky-cyrl` - Kyrgyz - Latin, `lv` - Latvian, `lt` - Lithuanian, `lb` - Luxembourgish, `mk` - Macedonian, `ms-my` - Malay - Malaysia, `ml` - Malayalam, `mt` - Maltese, `mi-latn` - Maori - Latin, `mr` - Marathi, `mn-cyrl` - Mongolian - Cyrillic, `ne-np` - Nepali - Nepal, `nb` - Norwegian Bokmal, `nn` - Norwegian Nynorsk, `or` - Odia, `fa` - Persian, `pl-pl` - Polish – Poland, `pt-br` - Portuguese – Brazil, `pt-pt` - Portuguese – Portugal, `pa` - Punjabi Gurmukhi, `pa-arab` - Punjabi - Arabic, `quz-latn-pe` - Quechua, `ro-ro` - Romanian – Romania, `ru-ru` - Russian – Russia, `gd-latn` - Scottish Gaelic - Latin, `sr-cyrl-ba` - Serbian - Cyrillic - Bosnia, `sr-cyrl-rs` - Serbian - Cyrillic - Serbia, `sr-latn-rs` - Serbian - Latin - Serbia, `nso` - Sesotho Sa Leboa, `tn` - Setswana, `sd_arab` - Sindhi - Arabic, `si` - Sinhala, `sk` - Slovak, `sl-sl` - Slovenian – Slovenia, `es-es` - Spanish – Spain, `sv-se` - Swedish – Sweden, `tg-cyrl` - Tajik - Cyrillic, `ta` - Tamil, `tt-cyrl` - Tatar - Cyrillic, `te` - Telugu, `th` - Thai, `ti` - Tigrinya Ethiopia, `tr-tr` - Turkish – Turkey, `tk-latn` - Turkmen - Latin, `uk` - Ukrainian, `ur` - Urdu, `ug-arab` - Uyghur - Arabic, `uz-cyrl` - Uzbek - Cyrillic, `ca-es` - Valencian - Spain, `vi` - Vietnamese, `cy` - Welsh, `wo-latn` - Wolof - Latin, `yo-latn` - Yoruba - Latin\n\n* **metricSystem**  `enum`\n \\- The system of units to be used with instructions. Either imperial or metric. Metric is the default.\n\n    Valid values are : `imperial`, `metric`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"1c4cbddb-a8a7-5d13-fd1d-31328e8a8a63"},{"name":"Multi-language support","id":"6c03d0d6-4d36-f676-157c-239c6ce75c06","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"language","value":"fr-fr","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car&language=fr-fr&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5160,13.3779"},{"key":"waypoint1","value":"52.5206,13.3862"},{"key":"mode","value":"fastest;car"},{"key":"language","value":"fr-fr"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request route instructions in a foreign language*\n\nThe language of the maneuver instructions can be altered by setting the `language` in the request URL. Consult the  Routing API Reference for a full list of available languages.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **language**  `enum`\n \\- Language used for maneuever instructions. For example `en-us`\n\n    Valid values are : `af` - Afrikaans, `sq` - Albanian, `am` - Amharic, `ar-sa` - Arabic - Saudi Arabia, `hy` - Armenian, `as` - Assamese, `az-latn` - Azerbaijani - Latin, `bn-bd` - Bangla - Bangladesh, `bn-in` - Bangla - India, `eu` - Basque, `be` - Belarusian, `bs` - Bosnian - Latin, `bg` - Bulgarian, `ca` - Catalan, `ku-arab` - Central Kurdish - Arabic, `zh-cn` - Chinese - Simplified China, `zh-tw` - Chinese - Traditional Taiwan, `zh-hk` - Chinese - Traditional Hong Kong, `hr` - Croatian, `cs-cz` - Czech – Czech Republic, `da-dk` - Danish – Denmark, `prs-arab` - Dari - Arabic, `nl-nl` - Dutch – Netherlands, `et` - Estonian, `en-gb` - English – United Kingdom, `en-us` - English – United States, `fil-latn` - Filipino - Latin, `fi-fi` - Finnish – Finland, `fr-fr` - French – France, `gl` - Galician, `ka` - Georgian, `de-de` - German – Germany, `el-gr` - Greek – Greece, `gu` - Gujarati, `ha-latn` - Hausa - Latin, `he` - Hebrew, `hi` - Hindi, `hu-hu` - Hungarian – Hungary, `is` - Icelandic, `id-id` - Indonesian - Indonesia, `ga` - Irish, `xh` - IsiXhosa, `zu-za` - IsiZulu, `it-it` - Italian – Italy, `ja-jp` - Japanese – Japan, `kn` - Kannada, `kk` - Kazakh, `km` - Khmer, `quc-latn` - K'iche' - Latin, `rw-rw` - Kinyarwanda - Rwanda, `sw` - KiSwahili, `kok` - Konkani, `ko` - Korean, `ky-cyrl` - Kyrgyz - Latin, `lv` - Latvian, `lt` - Lithuanian, `lb` - Luxembourgish, `mk` - Macedonian, `ms-my` - Malay - Malaysia, `ml` - Malayalam, `mt` - Maltese, `mi-latn` - Maori - Latin, `mr` - Marathi, `mn-cyrl` - Mongolian - Cyrillic, `ne-np` - Nepali - Nepal, `nb` - Norwegian Bokmal, `nn` - Norwegian Nynorsk, `or` - Odia, `fa` - Persian, `pl-pl` - Polish – Poland, `pt-br` - Portuguese – Brazil, `pt-pt` - Portuguese – Portugal, `pa` - Punjabi Gurmukhi, `pa-arab` - Punjabi - Arabic, `quz-latn-pe` - Quechua, `ro-ro` - Romanian – Romania, `ru-ru` - Russian – Russia, `gd-latn` - Scottish Gaelic - Latin, `sr-cyrl-ba` - Serbian - Cyrillic - Bosnia, `sr-cyrl-rs` - Serbian - Cyrillic - Serbia, `sr-latn-rs` - Serbian - Latin - Serbia, `nso` - Sesotho Sa Leboa, `tn` - Setswana, `sd_arab` - Sindhi - Arabic, `si` - Sinhala, `sk` - Slovak, `sl-sl` - Slovenian – Slovenia, `es-es` - Spanish – Spain, `sv-se` - Swedish – Sweden, `tg-cyrl` - Tajik - Cyrillic, `ta` - Tamil, `tt-cyrl` - Tatar - Cyrillic, `te` - Telugu, `th` - Thai, `ti` - Tigrinya Ethiopia, `tr-tr` - Turkish – Turkey, `tk-latn` - Turkmen - Latin, `uk` - Ukrainian, `ur` - Urdu, `ug-arab` - Uyghur - Arabic, `uz-cyrl` - Uzbek - Cyrillic, `ca-es` - Valencian - Spain, `vi` - Vietnamese, `cy` - Welsh, `wo-latn` - Wolof - Latin, `yo-latn` - Yoruba - Latin\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"6c03d0d6-4d36-f676-157c-239c6ce75c06"},{"name":"Avoiding a form of public transport","id":"041873ec-3b23-168e-74f5-ebb4734310e4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5208,13.4093","type":"text"},{"key":"waypoint1","value":"52.5034,13.3295","type":"text"},{"key":"mode","value":"fastest;publicTransport","type":"text"},{"key":"avoidtransporttypes","value":"railMetro,railLight,railRegional,trainRegional","type":"text"},{"key":"combineChange","value":"true","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5208,13.4093&waypoint1=52.5034,13.3295&mode=fastest;publicTransport&avoidtransporttypes=railMetro,railLight,railRegional,trainRegional&combineChange=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5208,13.4093"},{"key":"waypoint1","value":"52.5034,13.3295"},{"key":"mode","value":"fastest;publicTransport"},{"key":"avoidtransporttypes","value":"railMetro,railLight,railRegional,trainRegional"},{"key":"combineChange","value":"true"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a public transport route avoiding rail*\n\nThe use of forms of public transport can be prohibited through adding a comma delimited list of public transport types (`railMetro,railLight,railRegional,trainRegional`) to the `avoidtransporttypes` parameter in the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **avoidtransporttypes**  `multi-enum`\n \\- Types of transport which the route must not use.\n\n    Valid values are : `aerial`, `busPublic`, `busTouristic`, `busIntercity`, `busExpress`, `inclined`, `monoRail`, `privateService`, `railMetro`, `railMetroRegional`, `railLight`, `railRegional`, `trainRegional`, `trainIntercity`, `trainHighSpeed`, `water`\n\n* **combineChange**  `enum`\n \\- Enables the change maneuver in the route response, which indicates a public transit line change.\n\n    Valid values are : `true`, `false`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"041873ec-3b23-168e-74f5-ebb4734310e4"},{"name":"Getting route information within viewbounds","id":"c3c8e690-b54f-6df3-c75e-a0cab7a49193","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5168,13.3885","type":"text"},{"key":"waypoint1","value":"52.5166,13.3935","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"viewbounds","value":"52.5178,13.3856;52.5159,13.3928","type":"text"},{"key":"representation","value":"dragNDrop","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5168,13.3885&waypoint1=52.5166,13.3935&mode=fastest;car&viewbounds=52.5178,13.3856;52.5159,13.3928&representation=dragNDrop&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5168,13.3885"},{"key":"waypoint1","value":"52.5166,13.3935"},{"key":"mode","value":"fastest;car"},{"key":"viewbounds","value":"52.5178,13.3856;52.5159,13.3928"},{"key":"representation","value":"dragNDrop"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request partial route information for maneuvers within a given area*\n\nWe set the viewport to a boundingbox using the `viewbounds` parameter to one that does not include the whole route e.g. it does not include the Bebelplatz. By setting the `representation` parameter to `dragNDrop` to retrieve a list of latitudes &amp; longitudes that make up the route shape that is within the viewbounds. Note that route end point is no longer on the same road as the start point.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **viewbounds**  `bbox`\n \\- View bounds are specified as pair of coordinates.\n\n* **representation**  `enum`\n \\- Representation of the route.    e.g. `dragNDrop`\n\n    Valid values are : `display`, `dragNDrop`, `linkPaging`, `navigation`, `overview`, `turnByTurn`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"c3c8e690-b54f-6df3-c75e-a0cab7a49193"},{"name":"Avoiding a specified stretch of road","id":"9eb62f7a-aecb-d5e4-2758-f122450c4be7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car;traffic:disabled","type":"text"},{"key":"avoidlinks","value":"%2B799574071,%2B781539155","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car;traffic:disabled&avoidlinks=%2B799574071,%2B781539155&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5160,13.3779"},{"key":"waypoint1","value":"52.5206,13.3862"},{"key":"mode","value":"fastest;car;traffic:disabled"},{"key":"avoidlinks","value":"%2B799574071,%2B781539155"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a route avoiding a specific road as defined by an avoidLink*\n\nStretches of road can be avoided through adding a comma delimited list of link Ids to the `avoidlinks` parameter added to the request URL. Note that positive direction '+' in link Ids has to be URL encoded.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **avoidlinks**  `text`\n \\- Links which the route must not cross. A list of LinkIdType.\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"9eb62f7a-aecb-d5e4-2758-f122450c4be7"},{"name":"Avoid motorways","id":"fdc32c56-317d-8b7b-ed1a-2ccf78053822","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"51.4798,-0.6248","type":"text"},{"key":"waypoint1","value":"51.4814,-0.4531","type":"text"},{"key":"mode","value":"fastest;car;motorway:-3","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=51.4798,-0.6248&waypoint1=51.4814,-0.4531&mode=fastest;car;motorway:-3&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"51.4798,-0.6248"},{"key":"waypoint1","value":"51.4814,-0.4531"},{"key":"mode","value":"fastest;car;motorway:-3"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a route preferring or avoiding specific types of road*\n\nRouting preferences can be added by extending the `mode` parameter of the request URL by adding a semi-colon delimited list of route link flags. In this case the addition of `motorway:-3` to the `mode` parameter indicates a strict exclusion of motorways. Consult the Routing API Reference for a full description of `mode` parameter and different feature weights.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"fdc32c56-317d-8b7b-ed1a-2ccf78053822"},{"name":"Route with an intermediate stop point","id":"0a1ef6d7-520e-a840-44c0-d66d9f6d982a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"40.7480,-73.9862","type":"text"},{"key":"waypoint1","value":"40.7500,-73.9933","type":"text"},{"key":"waypoint2","value":"40.7558,-73.9869","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=40.7480,-73.9862&waypoint1=40.7500,-73.9933&waypoint2=40.7558,-73.9869&mode=fastest;car&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"40.7480,-73.9862"},{"key":"waypoint1","value":"40.7500,-73.9933"},{"key":"waypoint2","value":"40.7558,-73.9869"},{"key":"mode","value":"fastest;car"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a route from A to B with stop at an intermediate point C*\n\nAdditional waypoint parameters (`waypoint0`, `waypoint1`, `waypoint2` etc...) can be added consecutively to the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **waypoint2**  `latlng`\n \\- Third point through which the route must pass.\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"0a1ef6d7-520e-a840-44c0-d66d9f6d982a"},{"name":"Timetabled public transport route","id":"fb0b8c7c-79f3-abdc-1743-198bfd240fc4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"51.5099,-0.1344","type":"text"},{"key":"waypoint1","value":"51.5181,-0.1264","type":"text"},{"key":"mode","value":"fastest;publicTransportTimeTable","type":"text"},{"key":"combineChange","value":"true","type":"text"},{"key":"departure","value":"now","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=51.5099,-0.1344&waypoint1=51.5181,-0.1264&mode=fastest;publicTransportTimeTable&combineChange=true&departure=now&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"51.5099,-0.1344"},{"key":"waypoint1","value":"51.5181,-0.1264"},{"key":"mode","value":"fastest;publicTransportTimeTable"},{"key":"combineChange","value":"true"},{"key":"departure","value":"now"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a public transport route between two points specifying a departure time*\n\nTimetabled public transport routes can be requested by setting the `mode` parameter to `fastest;publicTransportTimeTable` in the request URL, and including either an `arrival` or `departure` time in `yyyy-mm-ddThh:mm:ss` format. You can use `now `keyword as `departure` to use current time. Note that not all transit authorities offer timetabled routes.  The addition of the `combineChange` parameter has enabled the `change` maneuver generation in the route response if necessary.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **combineChange**  `enum`\n \\- Enables the change maneuver in the route response, which indicates a public transit line change.\n\n Valid values are : `true`, `false`\n\n* **departure**  `text`\n \\- Time when travel is expected to start.\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"fb0b8c7c-79f3-abdc-1743-198bfd240fc4"},{"name":"Route from A to B using public transport ","id":"9906de5b-d5ad-0917-99c8-2d7bbfc2160f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5208,13.4093","type":"text"},{"key":"waypoint1","value":"52.5034,13.3295","type":"text"},{"key":"mode","value":"fastest;publicTransport","type":"text"},{"key":"combineChange","value":"true","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5208,13.4093&waypoint1=52.5034,13.3295&mode=fastest;publicTransport&combineChange=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5208,13.4093"},{"key":"waypoint1","value":"52.5034,13.3295"},{"key":"mode","value":"fastest;publicTransport"},{"key":"combineChange","value":"true"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a route between two points using public transport*\n\nFastest public transport routes can be requested by setting the `mode` parameter to `fastest;publicTransport` in the request URL. Note that the addition of the `combineChange` parameter has enabled the `change` maneuever generation in the route response if necessary.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **combineChange**  `enum`\n \\- Enables the change maneuver in the route response, which indicates a public transit line change.\n\n    Valid values are : `true`, `false`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"9906de5b-d5ad-0917-99c8-2d7bbfc2160f"},{"name":"Pedestrian route from A to B","id":"6f6bdef9-825e-9248-1423-9342d203707d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"51.5141,-0.0999","type":"text"},{"key":"waypoint1","value":"51.5081,-0.0985","type":"text"},{"key":"mode","value":"fastest;pedestrian","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=51.5141,-0.0999&waypoint1=51.5081,-0.0985&mode=fastest;pedestrian&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"51.5141,-0.0999"},{"key":"waypoint1","value":"51.5081,-0.0985"},{"key":"mode","value":"fastest;pedestrian"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a walking route between two points*\n\nFastest pedestrian routes can be requested by setting the `mode` parameter to `fastest;pedestrian` in the request URL. Consult the Routing API Reference for a full description of `mode` parameter.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"6f6bdef9-825e-9248-1423-9342d203707d"},{"name":"Car route from A to B","id":"df08b684-2593-9b4a-f9e2-21bb504cb90d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car;traffic:enabled","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"},{"key":"departure","value":"now","type":"text"}]},"url":{"raw":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car;traffic:enabled&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&departure=now","protocol":"https","host":["route","cit","api","here","com"],"path":["routing","7.2","calculateroute.json"],"query":[{"key":"waypoint0","value":"52.5160,13.3779"},{"key":"waypoint1","value":"52.5206,13.3862"},{"key":"mode","value":"fastest;car;traffic:enabled"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"departure","value":"now"}]},"description":"*Request a driving route between two points*\n\nThe currently fastest car route can be requested by setting the `mode` parameter to `fastest;car;traffic:enabled` and `departure` parameter to `now` in the request URL.\n\n\n\n* **waypoint0**  `latlng`\n \\- Start point of the route.    e.g. `52.515,13.377`\n\n* **waypoint1**  `latlng`\n \\- Second point through which the route must pass.    e.g. `52.6172,13.3833`\n\n* **mode**  `text`\n \\- Routing mode determines how the route is calculated.    e.g. `fastest;car;traffic:disabled.`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.\n\n* **departure**  `text`\n \\- Time when travel is expected to start."},"response":[],"_postman_id":"df08b684-2593-9b4a-f9e2-21bb504cb90d"}]}