geo.search
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.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/geo/search.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38