/geo/search.json
GET
/geo/search.json
attached to a statuses/update. Given a latitude and a longitude pair, an IP address, or a name, this
request will return a list of all the valid places that can be used as the place_id when updating a
status.
validate the location he or she is at, and then send the ID of this location with a call to POST
statuses/update.
GET geo/reverse_geocode which provides raw data access, this endpoint can potentially re-order
places with regards to the user who is authenticated. This approach is also preferred for
interactive place matching with the user.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/geo/search.json'
Response Response Example
{}
Request
None
Responses
Modified at 2022-09-10 16:58:08