Hi,
I am trying to find the category Ids of below categories using the places api. But could not find anything similar to the one I am looking for.
places-api url: 'https://places-api.arcgis.com/arcgis/rest/services/places-service/v1/categories?token=<ACCESS_TOKEN>&f=pjson'
Category list
Appreciate, if anyone can help with this.
Thanks
Hello!
The ArcGIS Places service enables you to access points of interest (POI) data, covering over 1,000 feature categories including:
For a more detailed description of the categories, please refer to this blog post. You can also explore the currently supported categories using the online Places Category Finder. Note that POI categories may change with each data refresh.
You can also obtain the complete list of supported categories in JSON format, using the Places service:
https://places-api.arcgis.com/arcgis/rest/services/places-service/v1/categories?token=<YOUR_VALID_API_KEY>
You can also search for specific categories using an optional search parameter. For example, to find all POI categories with "fire" in the name, use:
https://places-api.arcgis.com/arcgis/rest/services/places-service/v1/categories?filter=fire&token=<YOUR_VALID_API_KEY>
To submit those REST requests, you will need a valid API Key. You can sign up for a free ArcGIS Location Platform developer account here: Get Started with ArcGIS.
I hope this helps. If you have any questions, feel free to ask! Thank you for your question.
Tony