APIs
Authentication
Admin API
On This Page
Data API
GeoJSON
GET https://api.maptiler.com/data/{dataId}/features.json
GeoJSON containing the vector features.
Request
Security: API Key
Path Parameters
Parameters | Type | Description |
---|---|---|
dataId | string |
Identifier of the data. See MapTiler Cloud Datasets
|
Example requests
https://api.maptiler.com/data/{dataId}/features.json?key=YOUR_MAPTILER_API_KEY
Response
Code | Content | Description |
---|---|---|
200 | application/json | GeoJSON object https://tools.ietf.org/html/rfc7946 |