GET users/contributors

Updated on Wed, 2012-09-05 11:06

Returns a collection of users who can contribute to the specified account.

Resource URL

https://api.twitter.com/1.1/users/contributors.json

Parameters

A user_id or screen_name is required.

user_id optional

The ID of the user for whom to return results for.

screen_name optional

The screen name of the user for whom to return results for.

include_entities optional

The entities node will be disincluded when set to false.

Example Values: false

skip_status optional

When set to either true, t or 1 statuses will not be included in the returned user objects.

Example Request

GET

https://api.twitter.com/1.1/users/contributors.json?screen_name=twitterapi

  1. [
  2.   {
  3.     "profile_sidebar_fill_color": "DDEEF6",
  4.     "profile_background_tile": false,
  5.     "profile_sidebar_border_color": "C0DEED",
  6.     "name": "Matt Harris",
  7.     "location": "SFO/LHR/YVR/JAX/IAD",
  8.     "profile_image_url": "http://a0.twimg.com/profile_images/554181350/matt_normal.jpg",
  9.     "created_at": "Sat Feb 17 20:49:54 +0000 2007",
  10.     "follow_request_sent": false,
  11.     "id_str": "777925",
  12.     "profile_link_color": "0084B4",
  13.     "is_translator": false,
  14.     "default_profile": true,
  15.     "favourites_count": 210,
  16.     "contributors_enabled": true,
  17.     "url": "http://www.themattharris.com",
  18.     "profile_image_url_https": "https://si0.twimg.com/profile_images/554181350/matt_normal.jpg",
  19.     "utc_offset": -28800,
  20.     "id": 777925,
  21.     "profile_use_background_image": true,
  22.     "listed_count": 304,
  23.     "profile_text_color": "333333",
  24.     "lang": "en",
  25.     "protected": false,
  26.     "followers_count": 7980,
  27.     "profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
  28.     "time_zone": "Pacific Time (US & Canada)",
  29.     "description": "Part of @twitter's Platform Services. Married to @cindyli. Kryptonite hurts me.",
  30.     "geo_enabled": true,
  31.     "profile_background_color": "C0DEED",
  32.     "verified": false,
  33.     "notifications": false,
  34.     "friends_count": 430,
  35.     "status": {
  36.       "coordinates": null,
  37.       "created_at": "Sun Aug 26 16:25:20 +0000 2012",
  38.       "favorited": false,
  39.       "truncated": false,
  40.       "id_str": "239760449338503170",
  41.       "in_reply_to_user_id_str": "17346623",
  42.       "text": "@dhg no.2 - 1 doesn't say anything as 2 and 3 differ. as 1 is silent, 2 assumes he's opposite of 3 and calls out his hat colour /cc @sof",
  43.       "contributors": null,
  44.       "id": 239760449338503170,
  45.       "in_reply_to_status_id_str": null,
  46.       "retweet_count": 0,
  47.       "geo": null,
  48.       "retweeted": false,
  49.       "in_reply_to_user_id": 17346623,
  50.       "place": null,
  51.       "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter for  iPhone</a>",
  52.       "in_reply_to_screen_name": "dhg",
  53.       "in_reply_to_status_id": null
  54.     },
  55.     "statuses_count": 4487,
  56.     "default_profile_image": false,
  57.     "profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
  58.     "screen_name": "themattharris",
  59.     "following": true,
  60.     "show_all_inline_media": false
  61.   },
  62.   {
  63.     "name": "Ryan Sarver",
  64.     "profile_sidebar_border_color": "547980",
  65.     "profile_sidebar_fill_color": "F8FCF2",
  66.     "profile_background_tile": true,
  67.     "created_at": "Mon Feb 26 18:05:55 +0000 2007",
  68.     "profile_image_url": "http://a0.twimg.com/profile_images/1777569006/image1327396628_normal.png",
  69.     "location": "San Francisco, CA",
  70.     "profile_link_color": "547980",
  71.     "follow_request_sent": false,
  72.     "is_translator": false,
  73.     "id_str": "795649",
  74.     "default_profile": false,
  75.     "url": null,
  76.     "favourites_count": 3165,
  77.     "contributors_enabled": true,
  78.     "utc_offset": -28800,
  79.     "id": 795649,
  80.     "profile_image_url_https": "https://si0.twimg.com/profile_images/1777569006/image1327396628_normal.png",
  81.     "listed_count": 1586,
  82.     "profile_use_background_image": true,
  83.     "profile_text_color": "594F4F",
  84.     "protected": false,
  85.     "lang": "en",
  86.     "followers_count": 276404,
  87.     "geo_enabled": true,
  88.     "time_zone": "Pacific Time (US & Canada)",
  89.     "notifications": true,
  90.     "verified": false,
  91.     "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/113854313/xa60e82408188860c483d73444d53e21.png",
  92.     "profile_background_color": "45ADA8",
  93.     "description": "Director, Platform at Twitter. Detroit and Boston export. Foodie and over-the-hill hockey player. @devon's lesser half",
  94.     "profile_background_image_url": "http://a0.twimg.com/profile_background_images/113854313/xa60e82408188860c483d73444d53e21.png",
  95.     "friends_count": 1781,
  96.     "statuses_count": 13730,
  97.     "default_profile_image": false,
  98.     "show_all_inline_media": true,
  99.     "screen_name": "rsarver",
  100.     "following": true
  101.   }
  102. ]