Location Search

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.

NameDescription

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