このエンドポイント へアクセスするには特別なアクセス権が必要で、TV放送をする場合にのみ使用できます。アクセス権の申請をする場合は curator.twitter.comからお願いします。
指定したプロジェクトについての情報を取得します。プロジェクト、そのストリーム、関連のあるコレクションを一覧で表示します。
GET projects/
|
https://curator.twitter.com/broadcast/1/projects/:id
Resource URL
|
Resource Information
Response formats
JSON
XML
Requires authentication?
Yes
Rate limited?
Yes
Requests / 15-min window (user auth)
3750
Requests / 15-min window (app auth)
3750
|
検索するプロジェクトのid 。
出力形式をリクエストします。このパラメータは json
か xml
のどちらかを設定できます。既定値は json
です。
ユーザーの認証トークン。
Parameters
id
required
The id of the project to look up.
format
optional
The output format request. This param can be either
auth
required
Auth token for user. |
ログインして登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
GET
https://curator.twitter.com/broadcast/1/projects/123?auth=<auth_token>
Example RequestGET
|
{ project: { id: 123, title: "Music" }, streams: [ { id: 12345, title: "Katy Perry" }, { id: 123456, title: "Taylor Swift" }, { id: 1234567, title: "Odesza" } ], collections: [ { id: "393773266801659904", title: "Music Superstars", permalink: "https://twitter.com/TwitterMusic/timelines/393773266801659904", description: "Tweets from the music Superstars trending now." } ] }
Example Result{ project: { id: 123, title: "Music" }, streams: [ { id: 12345, title: "Katy Perry" }, { id: 123456, title: "Taylor Swift" }, { id: 1234567, title: "Odesza" } ], collections: [ { id: "393773266801659904", title: "Music Superstars", permalink: "https://twitter.com/TwitterMusic/timelines/393773266801659904", description: "Tweets from the music Superstars trending now." } ] } |