/geo/places.json
POST
/geo/places.json
given latitude and longitude.
name of the place you wish to create. The query will return an array of places which are similar to
the one you wish to create, and a token. If the place you wish to create isn't in the returned array
you can use the token with this method to create a new one.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/1.1/geo/places.json'
Response Response Example
{}
Request
None
Responses
Modified at 2022-09-10 16:58:08