Skip to main content

Tilequery API

The Mapbox Tilequery API allows you to retrieve data about specific features from a vector tileset, 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= <UserAccessToken />

The Tilequery API has optional parameters that can be used to refine the results of a request.

Related resources:

Was this page helpful?