Location Search
Updated: Jul 22, 2025
Copy for LLM
The Threads location search endpoint allows you to search for locations which can then be tagged in Threads posts. See Location Tagging for more information.
GET /location_search
Search for locations by query or by coordinates.
| Name | Description |
|---|---|
access_token
string
| Required. Threads Graph API user access token. |
query
string
| Optional. The query string to search for. |
latitude
float
| Optional. The latitude coordinate to search for. This must be used with longitude. |
longitude
float
| Optional. The longitude coordinate to search for. This must be used with latitude. |
fields
string
| Optional. A comma-separated list of the fields to be returned. Values: id (default), name, address, city, country, latitude, longitude, postal_code |