Skip to content

Instantly share code, notes, and snippets.

@RichardBlair
Created July 5, 2011 15:16
Show Gist options
  • Save RichardBlair/1065033 to your computer and use it in GitHub Desktop.
Save RichardBlair/1065033 to your computer and use it in GitHub Desktop.
/api/v1/brand/?format=json&username=your_username&api_key=your_apikey
{
"meta":{
"limit":20,
"next":null,
"offset":0,
"previous":null,
"total_count":4
},
"objects":[
{
"account":"/api/v1/account/19/",
"created_at":"2011-05-24T13:14:57",
"css":null,
"event":[
{
"brand":"/api/v1/brand/55/",
"created_at":"2011-05-31T08:37:16",
"date":"2011-06-09T00:00:00",
"deleted":false,
"id":"12",
"name":"Epic event"
},
{
"brand":"/api/v1/brand/55/",
"created_at":"2011-05-31T08:37:33",
"date":"2011-06-07T00:00:00",
"deleted":false,
"id":"13",
"name":"rguiriuhgreiouggreiugreiu"
},
{
"brand":"/api/v1/brand/55/",
"created_at":"2011-06-29T11:25:57",
"date":"2011-06-01T00:00:00",
"deleted":false,
"id":"27",
"name":"berbreberbe"
}
],
"id":"55",
"logo":null,
"name":"Default Brand",
"pod":[
{
"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"
}
]
},
{
"account":"/api/v1/account/19/",
"created_at":"2011-05-31T08:36:29",
"css":null,
"event":[
],
"id":"56",
"logo":null,
"name":"R_Brand_1",
"pod":[
]
},
{
"account":"/api/v1/account/19/",
"created_at":"2011-05-31T08:36:36",
"css":null,
"event":[
],
"id":"57",
"logo":null,
"name":"R_Brand_2",
"pod":[
]
},
{
"account":"/api/v1/account/19/",
"created_at":"2011-05-31T08:36:52",
"css":null,
"event":[
],
"id":"58",
"logo":null,
"name":"R_Brand_3",
"pod":[
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment