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

# Details API Playground

The [**Details API**](https://docs.mapbox.com/api/search/) provides access to POI (Points of Interest) metadata, boundary details, addresses and places. It provides developers with a streamlined solution for incorporating comprehensive location data into their applications, enhancing user experience with more detailed and context-aware mapping information.

To make a request to the Details API, you need to have the `mapbox_id` for a point of interest. You can get a `mapbox_id` in results from the [Search Box](https://docs.mapbox.com/api/search/search-box/) or [Geocoding APIs](https://docs.mapbox.com/api/search/geocoding/). The playground below includes a search box to help you populate the `mapbox_id` parameter. Search for a restaurant, business, attraction, or other point of interest and adjust the parameters. You can inspect the request URL and the JSON data returned by the Details API.

Related resources:

-   [Search Box API documentation](https://docs.mapbox.com/api/ja/search/search-box/)
-   [Add Address Autofill in a React app](https://docs.mapbox.com/mapbox-search-js/ja/tutorials/add-address-autofill-with-react/)
-   [Improve this map](https://www.mapbox.com/contribute/)

Loading...