user_id
パラメータかscreen_name
パラメータで設定したユーザーについての様々な情報を取得します。
可能であれば、ツイート主の最新ツイートも内部に取得されます。
多くのユーザーオブジェクトを一括で取得する場合はGET users / lookupを使用します。
プロテクトユーザーの最新のツイートを見るには、そのユーザーをフォローしていなければなりません。 プロテクトユーザーをフォローしていない場合は、そのユーザーのツイートは除外されます。 ツイートは常にcurrent_status フィールド内に取得される訳ではありません。
https://api.twitter.com/1.1/users/show.json
結果を取得するユーザーのID。このメソッドではidかscreen_name のうちどちらか一つは必ず設定する必要があります。
サンプル値: 12345
結果を取得するユーザーのスクリーンネーム。このメソッドではidかscreen_name のうちどちらか一つは必ず設定する必要があります。
サンプル値: noradio
false
を設定した場合、entities
ノードは含まれません。
サンプル値: false
ログインして登録アプリケーションの一覧を参照してください。
GET
https://api.twitter.com/1.1/users/show.json?screen_name=rsarver
{ "profile_sidebar_fill_color": "F8FCF2", "profile_sidebar_border_color": "547980", "profile_background_tile": true, "name": "Ryan Sarver", "profile_image_url": "http://a0.twimg.com/profile_images/1777569006/image1327396628_normal.png", "created_at": "Mon Feb 26 18:05:55 +0000 2007", "location": "San Francisco, CA", "follow_request_sent": false, "profile_link_color": "547980", "is_translator": false, "id_str": "795649", "default_profile": false, "contributors_enabled": true, "favourites_count": 3162, "url": null, "profile_image_url_https": "https://si0.twimg.com/profile_images/1777569006/image1327396628_normal.png", "utc_offset": -28800, "id": 795649, "profile_use_background_image": true, "listed_count": 1586, "profile_text_color": "594F4F", "lang": "en", "followers_count": 276334, "protected": false, "notifications": true, "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/113854313/xa60e82408188860c483d73444d53e21.png", "profile_background_color": "45ADA8", "verified": false, "geo_enabled": true, "time_zone": "Pacific Time (US & Canada)", "description": "Director, Platform at Twitter. Detroit and Boston export. Foodie and over-the-hill hockey player. @devon's lesser half", "default_profile_image": false, "profile_background_image_url": "http://a0.twimg.com/profile_background_images/113854313/xa60e82408188860c483d73444d53e21.png", "status": { "coordinates": null, "favorited": false, "truncated": false, "created_at": "Sat Aug 25 19:33:11 +0000 2012", "retweeted_status": { "coordinates": null, "favorited": false, "truncated": false, "created_at": "Sat Aug 25 19:20:36 +0000 2012", "id_str": "239442171466493953", "entities": { "urls": [ { "expanded_url": "http://nbcnews.to/NtkRTJ", "url": "http://t.co/f8ivBrVd", "indices": [ 102, 122 ], "display_url": "nbcnews.to/NtkRTJ" } ], "hashtags": [ ], "user_mentions": [ ] }, "in_reply_to_user_id_str": null, "contributors": null, "text": "Neil Armstrong has died at the age of 82 from complications from heart operations he had 3 weeks ago. http://t.co/f8ivBrVd", "retweet_count": 112, "in_reply_to_status_id_str": null, "id": 239442171466493953, "geo": null, "retweeted": false, "possibly_sensitive": false, "in_reply_to_user_id": null, "place": null, "in_reply_to_screen_name": null, "source": "web", "in_reply_to_status_id": null }, "id_str": "239445335481647105", "entities": { "urls": [ { "expanded_url": "http://nbcnews.to/NtkRTJ", "url": "http://t.co/f8ivBrVd", "indices": [ 115, 135 ], "display_url": "nbcnews.to/NtkRTJ" } ], "hashtags": [ ], "user_mentions": [ { "name": "NBC News", "id_str": "14173315", "id": 14173315, "indices": [ 3, 11 ], "screen_name": "NBCNews" } ] }, "in_reply_to_user_id_str": null, "contributors": null, "text": "RT @NBCNews: Neil Armstrong has died at the age of 82 from complications from heart operations he had 3 weeks ago. http://t.co/f8ivBrVd", "retweet_count": 112, "in_reply_to_status_id_str": null, "id": 239445335481647105, "geo": null, "retweeted": false, "possibly_sensitive": false, "in_reply_to_user_id": null, "place": null, "in_reply_to_screen_name": null, "source": "Twitter for iPhone", "in_reply_to_status_id": null }, "statuses_count": 13728, "friends_count": 1780, "following": true, "show_all_inline_media": true, "screen_name": "rsarver" }