サイトのトップへ戻る

Twitter 開発者 ドキュメント日本語訳

GET collections/:id/content

このエンドポイント へアクセスするには特別なアクセス権が必要で、TV放送をする場合にのみ使用できます。アクセス権の申請をする場合は curator.twitter.comからお願いします。

コレクションの中で最新のコンテンツを取得します。



リソースURL

https://curator.twitter.com/broadcast/1/collections/:id/content



リソース情報

応答形式
JSON
XML
認証は必要ですか?
はい
レート制限はありますか?
はい
リクエスト回数 / 15分枠 (ユーザー認証の場合)
3750
リクエスト回数 / 15分枠 (アプリケーション認証の場合)
3750


パラメータ

id 必須

コレクションのid。

auth 必須

ユーザーの認証トークン。

limit 任意

取得する要素の数。設定しなかった場合、既定値は 25 です。

page 任意

ページ指定に使用します。前回のリクエストで取得した next_page値か prev_page 値を設定します。 next_pageを設定すると古い結果のページを取得し、 prev_page を設定すると新しい結果のページを取得します。

format 任意

出力形式をリクエストします。このパラメータは jsonxmlのどちらかを設定できます。既定値は jsonです。



OAuth 署名ジェネレータ

ログインして登録アプリケーションの一覧を参照してください。



リクエスト例

GET

https://curator.twitter.com/broadcast/1/collections/500383202481938432/content?auth=<auth_token>&limit=25



応答結果の例

{
  "prev_page": "-369134308824828672",
  "status": {
    "message": "OK",
    "code": 200
  },
  "data": [
    {
      "contributors": null,
      "text": "@phil1ppa Groot gelijk! Leuk te zien ondanks oudere uitzending #topgear #recycle",
      "geo": null,
      "retweeted": false,
      "reply_count": 0,
      "in_reply_to_screen_name": "phil1ppa",
      "truncated": false,
      "lang": "nl",
      "entities": {
        "symbols": [],
        "urls": [],
        "hashtags": [
          {
            "text": "topgear",
            "indices": [
              63,
              71
              ]
            },
            {
            "text": "recycle",
            "indices": [
              72,
              80
            ]
          }
        ],
        "user_mentions": [
          {
            "id": 30213954,
            "name": "pwadsworth",
            "indices": [
              0,
              9
            ],
            "screen_name": "phil1ppa",
            "id_str": "30213954"
          }
        ]
      },
      "sort_index": "369134308824828672",
      "in_reply_to_status_id_str": "500381688787382272",
      "id": 500382563211690000,
      "source": "Twitter for Windows Phone",
      "in_reply_to_user_id_str": "30213954",
      "favorited": false,
      "in_reply_to_status_id": 500381688787382300,
      "retweet_count": 0,
      "created_at": "Fri Aug 15 20:44:34 +0000 2014",
      "in_reply_to_user_id": 30213954,
      "favorite_count": 0,
      "id_str": "500382563211689986",
      "place": null,
      "user": {
        "location": "Nederhorst den Berg, NL",
        "default_profile": false,
        "profile_background_tile": true,
        "statuses_count": 31294,
        "lang": "en",
        "profile_link_color": "088253",
        "profile_banner_url": "https://pbs.twimg.com/profile_banners/7396802/1407954473",
        "id": 7396802,
        "following": null,
        "protected": false,
        "favourites_count": 27,
        "profile_text_color": "634047",
        "description": "Global marketing business. Looking for driven people who aim to create positive change. Chaîne des   Rôtisseurs, JCI, Kiwanis. http://linkd.in/joostboers",
        "verified": false,
        "contributors_enabled": false,
        "profile_sidebar_border_color": "D3D2CF",
        "name": "Joost",
        "profile_background_color": "EDECE9",
        "created_at": "Wed Jul 11 08:53:06 +0000 2007",
        "is_translation_enabled": false,
        "default_profile_image": false,
        "followers_count": 4178,
        "profile_image_url_https": "https://pbs.twimg.com/profile_images/499622367262294018/Btz_RF2O_normal.jpeg",
        "geo_enabled": true,
        "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/60403241/twitter-achtergrond-online  .jpg",
        "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/60403241/twitter-achtergrond  -online.jpg",
        "follow_request_sent": null,
        "url": "http://www.feeling-healthy.net",
        "utc_offset": 7200,
        "time_zone": "Amsterdam",
        "notifications": null,
        "profile_use_background_image": true,
        "friends_count": 3990,
        "profile_sidebar_fill_color": "E3E2DE",
        "screen_name": "JoostBoers",
        "id_str": "7396802",
        "profile_image_url": "http://pbs.twimg.com/profile_images/499622367262294018/Btz_RF2O_normal.jpeg",
        "listed_count": 156,
        "is_translator": false
      },
      "coordinates": null
    }
],
  "next_page": "369134308824828672"
}