指定した位置に最も近い、Twitter でトレンドトピック情報を持つ位置の情報を取得します。
位置のWOEID
と、正式名称や属する国のような人の目で読めるその他情報をエンコードしたものが応答として取得されます。
WOEID
とは Yahoo! Where On Earth IDのことです。
GET trends/
|
https://api.twitter.com/1.1/trends/closest.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes
Rate limited?
Yes
Requests / 15-min window (user auth)
15
Requests / 15-min window (app auth)
15
|
long
パラメータを設定した場合、有効なトレンド位置が座標形式で、近い位置から遠い位置の距離順に並べられます。
経度の有効範囲は -90.0 から +90.0です(南がマイナス、北がプラス)。
サンプル値: 37.781157
lat
パラメータを設定した場合、有効なトレンド位置が座標形式で、近い位置から遠い位置の距離順に並べられます。
経度の有効範囲は経度の有効範囲は -180.0 から +180.0です(西がマイナス、東がプラス)。.
サンプル値: -122.400612831116
Parameters
lat
required
If provided with a Example Values:
long
required
If provided with a Example Values: |
ログイン して登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
GET
https://api.twitter.com/1.1/trends/closest.json?lat=37.781157&long=-122.400612831116
Example RequestGET
|
[ { "country": "Australia", "countryCode": "AU", "name": "Australia", "parentid": 1, "placeType": { "code": 12, "name": "Country" }, "url": "http://where.yahooapis.com/v1/place/23424748", "woeid": 23424748 } ]
Example Result[ { "country": "Australia", "countryCode": "AU", "name": "Australia", "parentid": 1, "placeType": { "code": 12, "name": "Country" }, "url": "http://where.yahooapis.com/v1/place/23424748", "woeid": 23424748 } ] |