Locations
Updated: May 27, 2025
Copy for LLM
You can retrieve Threads location objects by individual ID. See Location Tagging for more information.
GET /{location-id}
Retrieve a location by its ID.
| Name | Description |
|---|---|
access_token
string
| Required.
Threads Graph API user access token. |
location-id
string
| Required.
The path parameter of the Threads location identifier. |
fields
string
| Optional. A comma-separated list of the fields to be returned. Values: id (default), name, address, city, country, latitude, longitude, postal_code |