{"info":{"_postman_id":"6c7d5abb-04a0-ebf7-dd84-6f9cd6fc0d9e","name":"Traffic API","description":"The **HERE Traffic API** is a RESTful API that provides traffic flow information and traffic map tiles.\n\n\n**Traffic Incident Data**\n\nThe API provides aggregated information about traffic incidents in XML or JSON, including the type and location of each traffic incident, status (whether it is still active), start and end time, and other relevant data.\n\n**Traffic Map Tile Overlays (Traffic Tiles)**\n\nThe Traffic API delivers pre-rendered map tile overlays with traffic information, ready to be displayed by mapping applications. You can request map tiles that show traffic data for a specific area.\n\n**Traffic Flow Data**\n\nThe service offers access to real-time traffic flow data in XML or JSON, including information on speed and congestion for the region(s) defined in each request, and can deliver additional data such as the geometry of the road segments to which the flow data relate.\n\n**Traffic Flow Availability**\n\nThe service allows client applications to access the general traffic information either specified by a map segment (defined as a map view), or in general for the whole world (without the map view).\n\n\nThis example set works with version **6.0.41.1** or higher\n\nAdditional information can be found on [developer.here.com](https://developer.here.com/rest-apis/documentation/traffic)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Traffic Incidents using a corridor","id":"ca5c0224-a4d9-df23-0149-7b1620a32814","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"corridor","type":"text","value":"51.5072,-0.1275;51.50781,-0.13112;51.51006,-0.1346;1000"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.0/incidents.json?corridor=51.5072,-0.1275;51.50781,-0.13112;51.51006,-0.1346;1000&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.0","incidents.json"],"query":[{"key":"corridor","value":"51.5072,-0.1275;51.50781,-0.13112;51.51006,-0.1346;1000"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic incidents for a defined route *\n\nThe request is made using the corridor parameter in the request URL. The Server also supports an XML response.\n\n\n\n* **corridor**  `text`\n \\- A type of spatial filter. The corridor is defined by its path and width. The path is a line along the center of the corridor represented by a series of latitude/longitude pairs. Corridor width is given 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":"ca5c0224-a4d9-df23-0149-7b1620a32814"},{"name":"Traffic Incidents via Proximity","id":"cc8791c0-1a9d-de43-adb2-54e6e5e3e464","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"prox","type":"text","value":"52.5311,13.3644,15000"},{"key":"criticality","type":"text","value":"0,1"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.0/incidents.json?prox=52.5311,13.3644,15000&criticality=0,1&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.0","incidents.json"],"query":[{"key":"prox","value":"52.5311,13.3644,15000"},{"key":"criticality","value":"0,1"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic incident information within specified area*\n\nTraffic incidents can be retrieved through several different request types, based on the addressing schemes that they use to specify their geography. Traffic requests can be output to either XML or JSON format. API also supports filters to limit the amount of information provided in the response. Filters are based on on status, criticality, TMC table IDs, profiles, or start and end times, etc.\n\n\n\n* **prox**  `prox`\n \\- A type of spatial filter. Proximity specifies a circle to search using a latitude, a longitude, and a radius in meters.    e.g. `52.515,13.377,100`\n\n* **criticality**  `multi-enum`\n \\- A filter that selects incident reports according to criticality,  `0`=critical, `1`=major, `2`=minor,  `3`=lowImpact\n\n Valid values are : `0` - critical, `1` - major, `2` - minor, `3` - lowImpact\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":"cc8791c0-1a9d-de43-adb2-54e6e5e3e464"},{"name":"Traffic Incidents within a Bounding Box","id":"b8d9da94-443d-5474-4c64-f6dde29f2ede","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"bbox","type":"text","value":"52.5311,13.3644;52.5114,13.4035"},{"key":"criticality","type":"text","value":"0"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.0/incidents.json?bbox=52.5311,13.3644;52.5114,13.4035&criticality=0&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.0","incidents.json"],"query":[{"key":"bbox","value":"52.5311,13.3644;52.5114,13.4035"},{"key":"criticality","value":"0"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic incident information within specified area*\n\nTraffic incidents can be retrieved through several different request types, based on the addressing schemes that they use to specify their geography. Traffic requests can be output to either XML or JSON format. API also supports filters to limit the amount of information provided in the response. Filters are based on on status, criticality, TMC table IDs, profiles, or start and end times, etc.\n\n\n\n* **bbox**  `bbox`\n \\- A type of spatial filter. A bounding box specifies the top-right and bottom left corners of an area to search.    e.g. `52.515,13.377;52.134,13.978`\n\n* **criticality**  `multi-enum`\n \\- A filter that selects incident reports according to criticality,  `0`=critical, `1`=major, `2`=minor,  `3`=lowImpact\n\n Valid values are : `0` - critical, `1` - major, `2` - minor, `3` - lowImpact\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":"b8d9da94-443d-5474-4c64-f6dde29f2ede"},{"name":"Traffic Map","id":"811bfdce-5bff-802c-2d2a-b054c1b7d715","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.traffic.maps.cit.api.here.com/maptile/2.1/traffictile/newest/normal.day/15/16358/10898/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","traffic","maps","cit","api","here","com"],"path":["maptile","2.1","traffictile","newest","normal.day","15","16358","10898","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a map tile with traffic flow information*\n\nTo obtain a traffic map tile, use the  `traffictile` parameter in the path of the request URL.\n\n\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":"811bfdce-5bff-802c-2d2a-b054c1b7d715"},{"name":"Transparent Traffic Map","id":"0a05c5f7-8100-af7b-96e8-c75b9036d7c0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.traffic.maps.cit.api.here.com/maptile/2.1/flowtile/newest/normal.day/15/16358/10898/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","traffic","maps","cit","api","here","com"],"path":["maptile","2.1","flowtile","newest","normal.day","15","16358","10898","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a transparent tile with traffic flow information*\n\nTo obtain a transparent map tile displaying traffic flow, use the `flowtile` parameter in the path of the request URL.\n\n\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":"0a05c5f7-8100-af7b-96e8-c75b9036d7c0"},{"name":"Transparent Traffic Map via TDA (to be deprecated)","id":"1ef46521-8cec-57a6-92c4-534ddc6a2a36","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://tiles.traffic.cit.api.here.com/traffic/6.0/tiles/8/133/86/256/png32?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["tiles","traffic","cit","api","here","com"],"path":["traffic","6.0","tiles","8","133","86","256","png32"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a transparent tile with traffic flow information*\n\nSupports custom coloring, functional class filters, DLR rendering, sub-segment traffic rendering.\n\n\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":"1ef46521-8cec-57a6-92c4-534ddc6a2a36"},{"name":"Traffic Flow Availability Data","id":"617b3741-94a3-9094-81ba-856f08a4f414","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.0/flowavailability.json?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.0","flowavailability.json"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Flow availability requests allow you to see what traffic flow coverage exists in the current Traffic API.*\n\nT<i></i>he Server also supports an XML response.\n\n\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":"617b3741-94a3-9094-81ba-856f08a4f414"},{"name":"Traffic flow using corridor","id":"b05d91d7-c6e1-1867-d4ba-ed9cd85c615f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"corridor","type":"text","value":"51.5072,-0.1275;51.50781,-0.13112;51.51006,-0.1346;1000"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.1/flow.json?corridor=51.5072,-0.1275;51.50781,-0.13112;51.51006,-0.1346;1000&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.1","flow.json"],"query":[{"key":"corridor","value":"51.5072,-0.1275;51.50781,-0.13112;51.51006,-0.1346;1000"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic flow for a defined route *\n\nThe request is made using the corridor parameter in the request URL. The Server also supports an XML response.\n\n\n\n* **corridor**  `text`\n \\- A type of spatial filter. The corridor is defined by its path and width. The path is a line along the center of the corridor represented by a series of latitude/longitude pairs. Corridor width is given 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":"b05d91d7-c6e1-1867-d4ba-ed9cd85c615f"},{"name":"Requesting Additional Attributes","id":"04512396-87ab-8b10-2221-10b4f01bfe26","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"quadkey","type":"text","value":"0313131311102300330"},{"key":"responseattributes","type":"text","value":"sh,fc"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.1/flow.json?quadkey=0313131311102300330&responseattributes=sh,fc&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.1","flow.json"],"query":[{"key":"quadkey","value":"0313131311102300330"},{"key":"responseattributes","value":"sh,fc"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic flow including shape and functional class information*\n\nServer also supports an XML response.\n\n\n\n* **quadkey**  `quadkey`\n \\- An identifier of a map tile in a grid of tiles spanning the entire globe. A `quadkey` is a single number string from 0 to 21 digits long.\n\n* **responseattributes**  `text`\n \\- A list indicating optional information to be included in the traffic flow data response\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":"04512396-87ab-8b10-2221-10b4f01bfe26"},{"name":"Flow using Proximity","id":"5b3c26ca-54e8-1df9-ab4a-473d4e1bd1bc","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"prox","type":"text","value":"51.5072,-0.1275,100"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.1/flow.json?prox=51.5072,-0.1275,100&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.1","flow.json"],"query":[{"key":"prox","value":"51.5072,-0.1275,100"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic flow for a circle around a defined point*\n\nThe request is made using the `prox` parameter in the request URL. The Server also supports an XML response.\n\n\n\n* **prox**  `prox`\n \\- A type of spatial filter. Proximity specifies a circle to search using a latitude, a longitude, and a radius in meters.    e.g. `52.515,13.377,100`\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":"5b3c26ca-54e8-1df9-ab4a-473d4e1bd1bc"},{"name":"Flow within a Bounding Box","id":"c00e66f7-970f-4d83-2f19-42a94c6047e0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"bbox","type":"text","value":"51.5082,-0.1285;51.5062,-0.1265"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.1/flow.json?bbox=51.5082,-0.1285;51.5062,-0.1265&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.1","flow.json"],"query":[{"key":"bbox","value":"51.5082,-0.1285;51.5062,-0.1265"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic flow information within specified area*\n\nThe request is made using the `bbox` parameter in the request URL. The Server also supports an XML response.\n\n\n\n* **bbox**  `bbox`\n \\- A type of spatial filter. A bounding box specifies the top-right and bottom left corners of an area to search.    e.g. `52.515,13.377;52.134,13.978`\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":"c00e66f7-970f-4d83-2f19-42a94c6047e0"},{"name":"Flow with a Minimum Jam Factor","id":"87b6e34a-47ba-f2f5-49de-df55b52afe6b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"bbox","type":"text","value":"51.5482,-0.1285;51.5062,-0.1245"},{"key":"minjamfactor","type":"text","value":"7"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.1/flow.json?bbox=51.5482,-0.1285;51.5062,-0.1245&minjamfactor=7&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.1","flow.json"],"query":[{"key":"bbox","value":"51.5482,-0.1285;51.5062,-0.1245"},{"key":"minjamfactor","value":"7"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic flow information within specified area*\n\nThe filter in the request is made by adding the `minjamfactor` parameter to the request URL. The server also supports XML response.\n\n\n\n* **bbox**  `bbox`\n \\- A type of spatial filter. A bounding box specifies the top-right and bottom left corners of an area to search.    e.g. `52.515,13.377;52.134,13.978`\n\n* **minjamfactor**  `text`\n \\- An indicator of the minimum jam factor value for traffic flow items to be included in the response\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":"87b6e34a-47ba-f2f5-49de-df55b52afe6b"},{"name":"Flow using Quadkey","id":"ad13c6ed-5d34-ea3a-da49-d0db31433674","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"quadkey","type":"text","value":"0313131311102300"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.1/flow.json?quadkey=0313131311102300&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.1","flow.json"],"query":[{"key":"quadkey","value":"0313131311102300"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic flow information using a quadkey*\n\nThe quadkey unique defines a region of the globe using a standard addressing algorthm, which can also be used with certain map tile services. The server also supports an XML response.\n\n\n\n* **quadkey**  `quadkey`\n \\- An identifier of a map tile in a grid of tiles spanning the entire globe. A `quadkey` is a single number string from 0 to 21 digits long.\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":"ad13c6ed-5d34-ea3a-da49-d0db31433674"},{"name":"Flow using Proximity returning Additional Attributes","id":"f926233b-3f84-23ed-c2d5-892726d750ea","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"prox","type":"text","value":"41.8831,-87.6216,100"},{"key":"responseattributes","type":"text","value":"sh,fc"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://traffic.cit.api.here.com/traffic/6.1/flow.json?prox=41.8831,-87.6216,100&responseattributes=sh,fc&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["traffic","cit","api","here","com"],"path":["traffic","6.1","flow.json"],"query":[{"key":"prox","value":"41.8831,-87.6216,100"},{"key":"responseattributes","value":"sh,fc"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request traffic flow information using proximity, returning shape and functional class*\n\nThe request is made through combining the `prox` parameter and the `responseattributes` in the request URL. The server also supports an XML response.\n\n\n\n* **prox**  `prox`\n \\- A type of spatial filter. Proximity specifies a circle to search using a latitude, a longitude, and a radius in meters.    e.g. `52.515,13.377,100`\n\n* **responseattributes**  `multi-enum`\n \\- A list indicating optional information to be included in the traffic flow data response\n\n Valid values are : `fc` - functionalClass, `sh` - shape\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":"f926233b-3f84-23ed-c2d5-892726d750ea"}]}