Twitter の持つトレンドトピック情報の位置を取得します。
位置のWOEIDと、正式名称や属する国のような人の目で読めるその他情報をエンコードしたものが応答として取得されます。
A WOEID とは Yahoo! Where On Earth IDのことです。
GET trends/
|
https://api.twitter.com/1.1/trends/available.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
|
ログインして登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
GET
https://api.twitter.com/1.1/trends/available.json
Example RequestGET
|
[
{
"country": "Sweden",
"countryCode": "SE",
"name": "Sweden",
"parentid": 1,
"placeType": {
"code": 12,
"name": "Country"
},
"url": "http://where.yahooapis.com/v1/place/23424954",
"woeid": 23424954
},
{
"country": "United States",
"countryCode": "US",
"name": "New Haven",
"parentid": 23424977,
"placeType": {
"code": 7,
"name": "Town"
},
"url": "http://where.yahooapis.com/v1/place/2458410",
"woeid": 2458410
},
{
"country": "Japan",
"countryCode": "JP",
"name": "Sapporo",
"parentid": 23424856,
"placeType": {
"code": 7,
"name": "Town"
},
"url": "http://where.yahooapis.com/v1/place/1118108",
"woeid": 1118108
},
...
{
"country": "United States",
"countryCode": "US",
"name": "Providence",
"parentid": 23424977,
"placeType": {
"code": 7,
"name": "Town"
},
"url": "http://where.yahooapis.com/v1/place/2477058",
"woeid": 2477058
},
{
"country": "United States",
"countryCode": "US",
"name": "Cincinnati",
"parentid": 23424977,
"placeType": {
"code": 7,
"name": "Town"
},
"url": "http://where.yahooapis.com/v1/place/2380358",
"woeid": 2380358
}
]
Example Result[
{
"country": "Sweden",
"countryCode": "SE",
"name": "Sweden",
"parentid": 1,
"placeType": {
"code": 12,
"name": "Country"
},
"url": "http://where.yahooapis.com/v1/place/23424954",
"woeid": 23424954
},
{
"country": "United States",
"countryCode": "US",
"name": "New Haven",
"parentid": 23424977,
"placeType": {
"code": 7,
"name": "Town"
},
"url": "http://where.yahooapis.com/v1/place/2458410",
"woeid": 2458410
},
{
"country": "Japan",
"countryCode": "JP",
"name": "Sapporo",
"parentid": 23424856,
"placeType": {
"code": 7,
"name": "Town"
},
"url": "http://where.yahooapis.com/v1/place/1118108",
"woeid": 1118108
},
...
{
"country": "United States",
"countryCode": "US",
"name": "Providence",
"parentid": 23424977,
"placeType": {
"code": 7,
"name": "Town"
},
"url": "http://where.yahooapis.com/v1/place/2477058",
"woeid": 2477058
},
{
"country": "United States",
"countryCode": "US",
"name": "Cincinnati",
"parentid": 23424977,
"placeType": {
"code": 7,
"name": "Town"
},
"url": "http://where.yahooapis.com/v1/place/2380358",
"woeid": 2380358
}
]
|