Skip to content

Instantly share code, notes, and snippets.

@RichardBlair
Created July 5, 2011 15:36
Show Gist options
  • Save RichardBlair/1065080 to your computer and use it in GitHub Desktop.
Save RichardBlair/1065080 to your computer and use it in GitHub Desktop.
/api/v1/brand/55/pod/?format=json&username=your_username&api_key=your_apikey
{
"meta":{
"limit":20,
"next":null,
"offset":0,
"previous":null,
"total_count":3
},
"objects":[
{
"active":true,
"brand":"/api/v1/brand/55/",
"created_at":"2011-05-24T13:50:28",
"id":"1",
"is_archived":false,
"name":"Richard Blair",
"seriesdata":"/api/v1/brand/55/pod/1/seriesdata/",
"type":"twitter_profile",
"updated_at":"2011-06-21T10:18:07",
"uri":"http://twitter.com/richardlblair"
},
{
"active":true,
"brand":"/api/v1/brand/55/",
"created_at":"2011-06-08T14:09:03",
"id":"2",
"is_archived":false,
"name":"The SWIX Team",
"seriesdata":"/api/v1/brand/55/pod/2/seriesdata/",
"type":"twitter_profile",
"updated_at":"2011-06-21T10:18:17",
"uri":"http://twitter.com/swixhq"
},
{
"active":true,
"brand":"/api/v1/brand/55/",
"created_at":"2011-06-10T15:52:34",
"id":"3",
"is_archived":false,
"name":"Richard Blair",
"seriesdata":"/api/v1/brand/55/pod/3/seriesdata/",
"type":"facebook_profile",
"updated_at":"2011-06-10T15:52:34",
"uri":"example.com"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment