{"info":{"_postman_id":"30cbe292-4b35-6546-cb45-190f6cf0287a","name":"Platform Data Extension API","description":"The **HERE Platform Data Extension** is an API that provides HERE content which is not accessible through other HERE Platform APIs. PDE groups HERE core map data into thematic layers. Each layer contains geographical tiles. Each tile contains a list of data records. Each data record contains attributes. Content is delivered per tile as JSON or plain text file.\n\nEach thematic data layer serves a specific use case, e.g. driver warnings, Junction View guidance, fuel efficient driving behavior, safety related driving behavior or polygons of a certain admin level. Each layer contains only the data required for its use case.\n\nThis example set works with version **1.4.0** or higher\n\nAdditional information can be found on [developer.here.com](https://developer.here.com/platform-extensions/documentation/platform-data)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Platform Static Data","id":"7a827678-92b0-7e83-0bf5-d24ab326886d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"region","type":"text","value":"EU"},{"key":"release","type":"text","value":"LATEST"},{"key":"content","type":"text","value":"TC_VEH_TYPES"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"http://pde.cit.api.here.com/1/static.json?region=EU&release=LATEST&content=TC_VEH_TYPES&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"http","host":["pde","cit","api","here","com"],"path":["1","static.json"],"query":[{"key":"region","value":"EU"},{"key":"release","value":"LATEST"},{"key":"content","value":"TC_VEH_TYPES"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request enumerated content from a static data table*\n\nTo request static data use the static.json endpoint and provide the name of the data table using the `content` parameter\n\n\n\n* **region**  `text`\n \\- Map Coverage Region.    e.g. `APAC`, `NA`, `EU`\n\n* **release**  `text`\n \\- Map release quarter    e.g. `2014Q4` or `LATEST`\n\n* **content**  `text`\n \\- The name of the static content table 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":"7a827678-92b0-7e83-0bf5-d24ab326886d"},{"name":"Available Attributes within a Map Data Layer","id":"e90b80ed-03c9-8637-c584-d7d66dd65a13","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"region","type":"text","value":"NA"},{"key":"release","type":"text","value":"LATEST"},{"key":"layer","type":"text","value":"CITY_POI_0"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"http://pde.cit.api.here.com/1/doc/layer.json?region=NA&release=LATEST&layer=CITY_POI_0&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"http","host":["pde","cit","api","here","com"],"path":["1","doc","layer.json"],"query":[{"key":"region","value":"NA"},{"key":"release","value":"LATEST"},{"key":"layer","value":"CITY_POI_0"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request which attributes are available within a specified map data layer*\n\nTo make a request for map data layer information, use the `layer``.json` endpoint, supplying the `release`, `layer` and `region` parameters.\n\n\n\n* **region**  `text`\n \\- Map Coverage Region.    e.g. `APAC`, `NA`, `EU`\n\n* **release**  `text`\n \\- Map release quarter    e.g. `2014Q4` or `LATEST`\n\n* **layer**  `text`\n \\- Thematic layer\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":"e90b80ed-03c9-8637-c584-d7d66dd65a13"},{"name":"Available Map Data Layers","id":"981eadc8-3a2f-f1e1-9d81-9d87b2af8a81","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"region","type":"text","value":"EU"},{"key":"release","type":"text","value":"2014Q4"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"http://pde.cit.api.here.com/1/doc/layers.json?region=EU&release=2014Q4&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"http","host":["pde","cit","api","here","com"],"path":["1","doc","layers.json"],"query":[{"key":"region","value":"EU"},{"key":"release","value":"2014Q4"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request which data layers can be accessed within a specified map region and release*\n\nTo make a request for data layer availability information, use the `layers.json` endpoint, supplying the `release` and `region` parameters.\n\n\n\n* **region**  `text`\n \\- Map Coverage Region.    e.g. `APAC`, `NA`, `EU`\n\n* **release**  `text`\n \\- Map release quarter    e.g. `2014Q4` or `LATEST`\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":"981eadc8-3a2f-f1e1-9d81-9d87b2af8a81"},{"name":"Available Attributes","id":"d7193ea5-80fd-f95f-433c-2e79b23be305","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"region","type":"text","value":"EU"},{"key":"release","type":"text","value":"LATEST"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"http://pde.cit.api.here.com/1/doc/attributes.json?region=EU&release=LATEST&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"http","host":["pde","cit","api","here","com"],"path":["1","doc","attributes.json"],"query":[{"key":"region","value":"EU"},{"key":"release","value":"LATEST"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request which map data layers contain which attributes*\n\nTo make a request for map data layer information, use the `attributes``.json` endpoint, supplying the `release` and `region` parameters.\n  \n\n\n\n* **region**  `text`\n \\- Map Coverage Region.    e.g. `APAC`, `NA`, `EU`\n\n* **release**  `text`\n \\- Map release quarter    e.g. `2014Q4` or `LATEST`\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":"d7193ea5-80fd-f95f-433c-2e79b23be305"},{"name":"Platform Data","id":"9e0ff8af-0c15-b970-f110-f74a3e4d581b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"region","type":"text","value":"EU"},{"key":"release","type":"text","value":"LATEST"},{"key":"layer","type":"text","value":"CITY_POI_2"},{"key":"level","type":"text","value":"7"},{"key":"tilex","type":"text","value":"127"},{"key":"tiley","type":"text","value":"100"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"http://pde.cit.api.here.com/1/tile.json?region=EU&release=LATEST&layer=CITY_POI_2&level=7&tilex=127&tiley=100&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"http","host":["pde","cit","api","here","com"],"path":["1","tile.json"],"query":[{"key":"region","value":"EU"},{"key":"release","value":"LATEST"},{"key":"layer","value":"CITY_POI_2"},{"key":"level","value":"7"},{"key":"tilex","value":"127"},{"key":"tiley","value":"100"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request data from a specific data layer about a specified location*\n\nTo request data  from a specified data layer, use the t`ile.json` endpoint, and include the `region`, `release` and `layer` parameters. The area covered is specified by the `level`, `tilex` and `tiley` parameters\n\n\n\n* **region**  `text`\n \\- Map Coverage Region.    e.g. `APAC`, `NA`, `EU`\n\n* **release**  `text`\n \\- Map release quarter    e.g. `2014Q4` or `LATEST`\n\n* **layer**  `text`\n \\- Thematic layer\n\n* **level**  `text`\n \\- Specifies the size of the requested tile\n\n* **tilex**  `text`\n \\- Specifies the tile number in West-East direction. This depends on the level.\n\n* **tiley**  `text`\n \\- Specifies the tile number in South-North direction. This depends on the level.\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":"9e0ff8af-0c15-b970-f110-f74a3e4d581b"},{"name":"Map Data Availability and Freshness","id":"dd9b51d5-49b5-233e-ac5c-67cd11ae8da9","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":"http://pde.cit.api.here.com/1/doc/maps.json?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"http","host":["pde","cit","api","here","com"],"path":["1","doc","maps.json"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request the release date and area covered by each available map region*\n\nTo make a request for release date information, use the `maps.json` endpoint.\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":"dd9b51d5-49b5-233e-ac5c-67cd11ae8da9"}]}