認証ユーザーの保存されている検索クエリを取得します。
GET saved_searches/
|
https://api.twitter.com/1.1/saved_searches/list.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes
Requests / 15-min window (user auth)
15
|
ログイン して登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
GET
https://api.twitter.com/1.1/saved_searches/list.json
Example RequestGET
|
[
{
"created_at": "Tue Jun 15 09:37:24 +0000 2010",
"id": 9569704,
"id_str": "9569704",
"name": "@twitterapi",
"position": null,
"query": "@twitterapi"
},
{
"created_at": "Tue Jun 15 09:38:04 +0000 2010",
"id": 9569730,
"id_str": "9569730",
"name": "@twitter OR twitterapi OR "twitter api" OR "@anywhere"",
"position": null,
"query": "@twitter OR twitterapi OR "twitter api" OR "@anywhere""
}
]
Example Result[
{
"created_at": "Tue Jun 15 09:37:24 +0000 2010",
"id": 9569704,
"id_str": "9569704",
"name": "@twitterapi",
"position": null,
"query": "@twitterapi"
},
{
"created_at": "Tue Jun 15 09:38:04 +0000 2010",
"id": 9569730,
"id_str": "9569730",
"name": "@twitter OR twitterapi OR "twitter api" OR "@anywhere"",
"position": null,
"query": "@twitter OR twitterapi OR "twitter api" OR "@anywhere""
}
]
|