指定したユーザーが指定したリストのメンバーかどうか確認します。
https://api.twitter.com/1.1/lists/members/show.json
list_id か slug のどちらかは必ず設定する必要があります。 list_slugを設定した場合は、 owner_screen_name か owner_id のどちらかも設定する必要があります。
リストの数値型id。
数値型idではなく slug を使ってリストを識別することができます。もしslugを使用する場合は、owner_idパラメータや owner_screen_nameパラメータを使ってリストの所有者も指定しなければならないので注意してください。
結果を取得するユーザーのID。ユーザーIDとスクリーンネームが同じ場合に、どちらを指定しているのか明確にするために使います。
結果を取得するユーザーのスクリーンネーム。スクリーンネームとユーザーIDが同じ場合に、どちらを指定しているのか明確にするために使います。
slugで指定したリストを所有するユーザーのスクリーンネーム。
slugで指定したリストを所有するユーザーのユーザーID。
trueか t か 1を設定すると、各ツイートに “entities”と呼ばれるノードが含まれます。 このノードは、ツイートについての様々なメタデータを分割構造で提供します。メタデータには、user_mentions、urls、hashtagsがあります。 現時点のentities は、選択した場合にのみタイムライン上で表示されますが、将来的には既定で表示されるコンポーネントになる予定です。 entitiesの詳細情報についてはTweet Entitiesを参照してください。
trueか t か 1を設定した場合、取得したユーザーオブジェクトにステータス情報は含まれません。
ログインして登録アプリケーションの一覧を参照してください。
GET
https://api.twitter.com/1.1/lists/members/show.json?slug=team&owner_screen_name=twitter&screen_name=froginthevalley
{
"id": "657693",
"id_str": "657693",
"is_translator": false,
"default_profile": false,
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/jtb0IaGT",
"indices": [
0,
20
],
"display_url": "afroginthevalley.com",
"expanded_url": "http://afroginthevalley.com/"
}
]
},
"description": {
"urls": []
}
},
"show_all_inline_media": false,
"profile_use_background_image": false,
"profile_text_color": "999999",
"utc_offset": -18000,
"listed_count": 302,
"name": "Sylvain Carle",
"notifications": false,
"profile_sidebar_border_color": "87CB00",
"geo_enabled": true,
"follow_request_sent": false,
"url": "http://t.co/jtb0IaGT",
"lang": "en",
"profile_image_url_https": "https://si0.twimg.com/profile_images/1532782858/sylvaincarle-2011-profile-480_normal.png",
"created_at": "Thu Jan 18 00:10:45 +0000 2007",
"protected": false,
"followers_count": 4281,
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/228591248/bg-14.png",
"screen_name": "froginthevalley",
"profile_background_tile": true,
"friends_count": 2367,
"profile_sidebar_fill_color": "333333",
"description": "Developer Advocate at Twitter. Internet, opensource, media & geo/local geek. See also @sylvaincarle for LANG=FR.",
"time_zone": "Eastern Time (US & Canada)",
"default_profile_image": false,
"location": "San Francisco",
"profile_image_url": "http://a0.twimg.com/profile_images/1532782858/sylvaincarle-2011-profile-480_normal.png",
"favourites_count": 1790,
"following": false,
"profile_background_color": "000000",
"verified": false,
"statuses_count": 8191,
"status": {
"entities": {
"urls": [
{
"url": "http://t.co/GtBxX0IW",
"indices": [
54,
74
],
"display_url": "example.com",
"expanded_url": "http://www.example.com"
},
{
"url": "http://t.co/2E5hDjME",
"indices": [
94,
114
],
"display_url": "example.com",
"expanded_url": "http://example.com"
}
],
"hashtags": [],
"user_mentions": [
{
"name": "VO5",
"indices": [
0,
6
],
"screen_name": "MyVO5",
"id": "485879570",
"id_str": "485879570"
}
]
},
"geo": null,
"place": null,
"in_reply_to_screen_name": "MyVO5",
"in_reply_to_user_id": 485879570,
"retweeted": false,
"in_reply_to_status_id": 243404113679888400,
"created_at": "Wed Sep 05 17:45:14 +0000 2012",
"possibly_sensitive": false,
"in_reply_to_status_id_str": "243404113679888385",
"contributors": null,
"favorited": false,
"source": "YoruFukurou",
"in_reply_to_user_id_str": "485879570",
"retweet_count": 0,
"id": "< Unable to parse in Javascript >",
"id_str": "243404435752099841",
"coordinates": null,
"truncated": false,
"text": "@MyVO5 make sure you configure your domain correctly, http://t.co/GtBxX0IW is not the same as http://t.co/2E5hDjME (also, refresh cache)."
},
"contributors_enabled": false,
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/228591248/bg-14.png",
"profile_link_color": "009DFF"
}