> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/playground/ja/llms.txt)

# Tilequery API Playground

The [**Mapbox Tilequery API**](https://docs.mapbox.com/api/maps/#tilequery) allows you to retrieve features from vector tilesets based on a given longitude and latitude. The endpoint also gives you the ability to add a radius to the query to retrieve nearby features, as well as several other optional parameters for customizing the output.

To generate a Tilequery API request, enter values for each parameter or click the map below to query at a point.

For custom tilesets, replace `mapbox.mapbox-streets-v8` or `mapbox.mapbox-terrain-v2` with the [tileset ID](https://docs.mapbox.com/help/glossary/tileset-id/) of the tileset you want to query.

> **Note**
> 
> Use of the Mapbox Tilequery API endpoint is rate limited to 600 requests per minute. (If you require a higher rate limit, [contact us](https://www.mapbox.com/contact/sales/).) Exceeding the limit of 600 requests per minute will result in an `HTTP 429 Too Many Requests` response. For information on rate limit headers, see the Rate limits section of the [Mapbox API documentation](https://docs.mapbox.com/api/#rate-limit-headers) .

Related resources:

-   [Tilequery API documentation](https://docs.mapbox.com/api/ja/maps/#tilequery)
-   [Create a timezone finder with the Tilequery API tutorial](https://docs.mapbox.com/help/ja/tutorials/create-a-timezone-finder-with-mapbox-tilequery-api/)
-   [Find elevations with the Tilequery API tutorial](https://docs.mapbox.com/help/ja/tutorials/find-elevations-with-tilequery-api/)
-   [Improve this map](https://www.mapbox.com/contribute/)

Loading...