User/show

From Justin.tv API Wiki

Jump to: navigation, search

Image:Ambox_notice.png Are you building an app that connects with Twitch? Use the Twitch API Instead!


Returns extended information for a user, specified by user id or login.

Interface

URL: http://api.justin.tv/api/user/show/login.format
Formats: xml, json
Methods: GET
Params: Either the id or login can be included in the url.
Returns: User Object

Examples

{
  "image_url_huge": "http:\/\/static-cdn.justin.tv\/jtv_user_pictures\/justin-320x240-4.jpg",
  "profile_header_border_color": null,
  "favorite_quotes": "I love Justin.tv",
  "sex": "Male",
  "image_url_large": "http:\/\/static-cdn.justin.tv\/jtv_user_pictures\/justin-125x94-4.jpg",
  "profile_about": "Check out my website:\n\nwww.justin.tv\n",
  "profile_background_color": null,
  "image_url_medium": "http:\/\/static-cdn.justin.tv\/jtv_user_pictures\/justin-75x56-4.jpg",
  "id": 1698,
  "broadcaster": true,
  "profile_url": "http:\/\/www.justin.tv\/justin\/profile",
  "profile_link_color": null,
  "image_url_small": "http:\/\/static-cdn.justin.tv\/jtv_user_pictures\/justin-50x37-4.jpg",
  "profile_header_text_color": null,
  "name": "The JUST UN",
  "image_url_tiny": "http:\/\/static-cdn.justin.tv\/jtv_user_pictures\/justin-33x25-4.jpg",
  "login": "justin",
  "profile_header_bg_color": null,
  "location": "San Francisco"
}
Client Libraries