Created
July 5, 2011 17:14
-
-
Save RichardBlair/1065305 to your computer and use it in GitHub Desktop.
/api/v1/brand/55/pod/1/seriesdata/?format=json&username=your_username&api_key=your_apikey
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta":{ | |
"limit":20, | |
"next":null, | |
"offset":0, | |
"previous":null, | |
"total_count":12 | |
}, | |
"objects":[ | |
{ | |
"followers":27, | |
"friends":57, | |
"id":"29", | |
"listed":0, | |
"measured_at":"2011-02-23T00:00:00", | |
"statuses":137, | |
"updated_at":"2011-02-23T00:00:00" | |
}, | |
{ | |
"followers":3, | |
"friends":33, | |
"id":"14", | |
"listed":0, | |
"measured_at":"2011-05-18T00:00:00", | |
"statuses":113, | |
"updated_at":"2011-05-18T13:50:28" | |
}, | |
{ | |
"followers":4, | |
"friends":34, | |
"id":"13", | |
"listed":0, | |
"measured_at":"2011-05-19T00:00:00", | |
"statuses":114, | |
"updated_at":"2011-05-19T13:50:28" | |
}, | |
{ | |
"followers":5, | |
"friends":35, | |
"id":"12", | |
"listed":0, | |
"measured_at":"2011-05-20T00:00:00", | |
"statuses":115, | |
"updated_at":"2011-05-20T13:50:28" | |
}, | |
{ | |
"followers":6, | |
"friends":36, | |
"id":"11", | |
"listed":0, | |
"measured_at":"2011-05-21T00:00:00", | |
"statuses":116, | |
"updated_at":"2011-05-21T13:50:28" | |
}, | |
{ | |
"followers":7, | |
"friends":37, | |
"id":"10", | |
"listed":0, | |
"measured_at":"2011-05-22T00:00:00", | |
"statuses":117, | |
"updated_at":"2011-05-22T13:50:28" | |
}, | |
{ | |
"followers":17, | |
"friends":47, | |
"id":"9", | |
"listed":0, | |
"measured_at":"2011-05-23T00:00:00", | |
"statuses":127, | |
"updated_at":"2011-05-23T13:50:28" | |
}, | |
{ | |
"followers":17, | |
"friends":47, | |
"id":"8", | |
"listed":0, | |
"measured_at":"2011-05-23T00:00:00", | |
"statuses":127, | |
"updated_at":"2011-05-23T13:50:28" | |
}, | |
{ | |
"followers":27, | |
"friends":57, | |
"id":"1", | |
"listed":0, | |
"measured_at":"2011-05-24T00:00:00", | |
"statuses":137, | |
"updated_at":"2011-05-24T13:50:28" | |
}, | |
{ | |
"followers":37, | |
"friends":67, | |
"id":"2", | |
"listed":5, | |
"measured_at":"2011-05-25T00:00:00", | |
"statuses":147, | |
"updated_at":"2011-05-25T13:50:28" | |
}, | |
{ | |
"followers":27, | |
"friends":63, | |
"id":"3", | |
"listed":0, | |
"measured_at":"2011-05-26T00:00:00", | |
"statuses":148, | |
"updated_at":"2011-05-26T14:32:44" | |
}, | |
{ | |
"followers":37, | |
"friends":89, | |
"id":"27", | |
"listed":0, | |
"measured_at":"2011-07-18T20:15:16", | |
"statuses":279, | |
"updated_at":"2011-06-21T10:18:07" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment