{ "opencollection": "1.0.0", "info": { "name": "Maps Additional Data Traffic Tiles API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Traffic Tiles", "type": "folder" }, "items": [ { "info": { "name": "Get Raster Incident Tile", "type": "http" }, "http": { "method": "GET", "url": "https://api.tomtom.com/traffic/services/:versionNumber/incidentTile/:style/:zoom/:x/:y.:format", "params": [ { "name": "versionNumber", "value": "", "type": "path" }, { "name": "style", "value": "", "type": "path" }, { "name": "zoom", "value": "", "type": "path" }, { "name": "x", "value": "", "type": "path" }, { "name": "y", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "query" }, { "name": "t", "value": "", "type": "query", "description": "Traffic model ID" } ] }, "docs": "Returns a raster map tile showing traffic incidents." }, { "info": { "name": "Get Raster Flow Tile", "type": "http" }, "http": { "method": "GET", "url": "https://api.tomtom.com/traffic/map/:versionNumber/tile/flow/:style/:zoom/:x/:y.:format", "params": [ { "name": "versionNumber", "value": "", "type": "path" }, { "name": "style", "value": "", "type": "path" }, { "name": "zoom", "value": "", "type": "path" }, { "name": "x", "value": "", "type": "path" }, { "name": "y", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "query" }, { "name": "t", "value": "", "type": "query", "description": "Traffic model ID" } ] }, "docs": "Returns a raster map tile visualizing traffic flow conditions." }, { "info": { "name": "Get Vector Flow Tile", "type": "http" }, "http": { "method": "GET", "url": "https://api.tomtom.com/traffic/map/:versionNumber/tile/flow/:zoom/:x/:y.pbf", "params": [ { "name": "versionNumber", "value": "", "type": "path" }, { "name": "zoom", "value": "", "type": "path" }, { "name": "x", "value": "", "type": "path" }, { "name": "y", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "query" } ] }, "docs": "Returns a vector Protocol Buffer tile with traffic flow data." } ] } ], "bundled": true }