User/events

From Justin.tv API Wiki

Jump to: navigation, search

Get all events a user is subscribed to.

Interface

URL: http://api.justin.tv/api/user/events/login.format
Formats: xml, json
Methods: GET
Params: Must provide a login for the target user. Optional limit and offset params (defaults are 20 for limit and 0 for offset). Results returned are limited to 100. Results are returned in start_date order. (Should we offer setting a start date and an end date?)
Returns: Event Object

Examples

[
 {
  "title": "Justin working",
  "channel":
  {
   "id": 111006
  },
  "tags": null,
  "id": 12532,
  "length": 900,
  "description": "",
  "channel_id": 111006,
  "start_time": "2008/02/14 04:45:00 +0000"
 },
 ...]
Client Libraries