サイトのトップへ戻る

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

GET lists/subscribers/show

指定したユーザーが指定したリストの購読者かどうかを確認します。購読者だった場合、そのユーザーを返します。



リソース URL

https://api.twitter.com/1.1/lists/subscribers/show.json



リソース情報

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


パラメータ

list_idslug のどちらかは必ず設定する必要があります。list_slugを設定した場合は、 owner_screen_nameowner_idも設定する必要があります。

owner_screen_name 任意

slugで指定したリストを所有するユーザーのスクリーンネーム。

owner_id 任意

slugで指定したリストを所有するユーザーのユーザーID。

list_id 必須

リストの数値型id

slug 必須

数値型idではなく slug を使ってリストを識別することができます。もしslugを使用する場合は、 owner_idパラメータや owner_screen_nameパラメータを使ってリストの所有者も指定しなければならないので注意してください。

user_id 必須

結果を取得するユーザーのID。ユーザーIDとスクリーンネームが同じ場合に、どちらを指定しているのか明確にするために使います。

screen_name 必須

結果を取得するユーザーのスクリーンネーム。スクリーンネームとユーザーIDが同じ場合に、どちらを指定しているのか明確にするために使います。.

include_entities 任意

truet1を設定すると、各ツイートに “entities”と呼ばれるノードが含まれます。 このノードは、ツイートについての様々なメタデータを分割構造で提供します。メタデータには、user_mentions、urls、hashtagsがあります。 現時点のentities は、選択した場合にのみタイムライン上で表示されますが、将来的には既定で表示されるコンポーネントになる予定です。 entitiesの詳細情報についてはTweet Entitiesを参照してください。

skip_status 任意

truet1を設定した場合、取得したユーザーオブジェクトにステータス情報は含まれません。



OAuth 署名ジェネレータ

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



リクエスト例

GET

https://api.twitter.com/1.1/lists/subscribers/show.json?slug=team&owner_screen_name=twitter&screen_name=episod



応答結果の例

{
  "id": "819797",
  "id_str": "819797",
  "is_translator": false,
  "default_profile": false,
  "entities": {
    "url": {
      "urls": [
        {
          "url": "http://t.co/Lxw7upbN",
          "indices": [
            0,
            20
          ],
          "display_url": "rebelmouse.com/episod/",
          "expanded_url": "http://www.rebelmouse.com/episod/"
        }
      ]
    },
    "description": {
      "urls": []
    }
  },
  "show_all_inline_media": true,
  "profile_use_background_image": true,
  "profile_text_color": "D20909",
  "utc_offset": -28800,
  "listed_count": 341,
  "name": "Taylor Singletary",
  "notifications": false,
  "profile_sidebar_border_color": "000000",
  "geo_enabled": true,
  "follow_request_sent": false,
  "url": "http://t.co/Lxw7upbN",
  "lang": "en",
  "profile_image_url_https": "https://si0.twimg.com/profile_images/2574556418/dk93ji5e3w4rwscaabt3_normal.png",
  "created_at": "Wed Mar 07 22:23:19 +0000 2007",
  "protected": false,
  "followers_count": 7180,
  "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/643655842/hzfv12wini4q60zzrthg.png",
  "screen_name": "episod",
  "profile_background_tile": true,
  "friends_count": 5452,
  "profile_sidebar_fill_color": "FBFBFB",
  "description": "Reality Technician, Twitter API team, synthesizer enthusiast; a most excellent adventure in timelines. Missive commander.",
  "time_zone": "Pacific Time (US & Canada)",
  "default_profile_image": false,
  "location": "San Francisco, CA",
  "profile_image_url": "http://a0.twimg.com/profile_images/2574556418/dk93ji5e3w4rwscaabt3_normal.png",
  "profile_banner_url": "https://si0.twimg.com/profile_banners/819797/1346803502",
  "favourites_count": 16076,
  "following": true,
  "profile_background_color": "000000",
  "verified": false,
  "statuses_count": 18132,
  "status": {
    "entities": {
      "urls": [
        {
          "url": "http://t.co/4mdAn0tF",
          "indices": [
            16,
            36
          ],
          "display_url": "youtube.com/watch?v=pPkNtg…",
          "expanded_url": "http://www.youtube.com/watch?v=pPkNtg3Fvwk&feature=youtube_gdata_player"
        }
      ],
      "hashtags": [],
      "user_mentions": []
    },
    "geo": null,
    "place": null,
    "in_reply_to_screen_name": null,
    "in_reply_to_user_id": null,
    "retweeted": false,
    "in_reply_to_status_id": null,
    "created_at": "Wed Sep 05 15:57:09 +0000 2012",
    "possibly_sensitive": false,
    "in_reply_to_status_id_str": null,
    "contributors": null,
    "favorited": false,
    "source": "YouTube on iOS",
    "in_reply_to_user_id_str": null,
    "retweet_count": 0,
    "id": "< Unable to parse in Javascript >",
    "id_str": "243377236902821888",
    "coordinates": null,
    "truncated": false,
    "text": "Current status  http://t.co/4mdAn0tF"
  },
  "contributors_enabled": false,
  "profile_background_image_url": "http://a0.twimg.com/profile_background_images/643655842/hzfv12wini4q60zzrthg.png",
  "profile_link_color": "C71818"
}