Tilequery API
The Mapbox Tilequery API allows you to retrieve data about specific features from a vector
and rasterarray
tileset source, based on a given longitude and latitude.
A sample Tilequery API request looks like:
https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/tilequery/-122.42901,37.80633.json?access_token=YOUR_MAPBOX_ACCESS_TOKEN
The Tilequery API has optional parameters that can be used to refine the results of a request.
Related resources:
- Tilequery API documentation
- Tilequery API playground
- Create a timezone finder with the Tilequery API tutorial
- Find elevations with the Tilequery API tutorial
- Use the Tilequery API and the Geocoding API to create a healthy food finder tutorial
Was this page helpful?