{ "opencollection": "1.0.0", "info": { "name": "MapTiler Coordinates Data API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Data", "type": "folder" }, "items": [ { "info": { "name": "GeoJSON", "type": "http" }, "http": { "method": "GET", "url": "https://api.maptiler.com/data/:dataId/features.json", "params": [ { "name": "dataId", "value": "", "type": "path", "description": "Identifier of the data. See [MapTiler Datasets](https://cloud.maptiler.com/data/)." } ] }, "docs": "GeoJSON containing the vector features." } ] } ], "bundled": true }