Skip to content

Instantly share code, notes, and snippets.

@jmrboosties
Last active January 8, 2016 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmrboosties/f61b534be6e6295a75af to your computer and use it in GitHub Desktop.
Save jmrboosties/f61b534be6e6295a75af to your computer and use it in GitHub Desktop.
{
"feed": [
{
"activities": [
{
"id": 123,
"stream_id": "3422a800-b7a9-11e4-8080-80005095e0b3",
"verb":"artist_tracking",
"category":"me",
"description_key":"tracked",
"timestamp":"2016-01-07T17:48:09+0000",
"like_count":0,
"is_liked":false,
"actor": {
"user": 123 //Key name artist if the actor is an artist
},
"object": {
"artist": 123, //Key name event if the object is an event, we will branch off of that stub to get artist and venue
"tour_trailer_media_id": 123,
"place": {
"location": "San Diego, CA",
"latitude": "32.72737",
"longitude": "-117.17065"
},
"post": {
"message": "Test 😾😾😻😻👽👽"
}
}
}
]
}
],
"artists": [
{
"id": 22843,
"name": "Demi Lovato",
"media_id": 4416619,
"on_tour": true,
"tracker_count": 1427159
}
],
"events": [
{
"id": 13169465,
"title": null,
"starts_at": "2015-12-11T20:00:00",
"venue_id": 1911663,
"media_id": 4416619,
"artist_id": 22843,
"rsvp_count": 272
}
],
"venues": [
{
"id": 1911663,
"name": "Madison Square Garden",
"location": "New York, NY",
"latitude": "40.7141667",
"longitude": "-74.0063889"
}
],
"users": [
{
"id": 9181630,
"first_name": "Perry",
"last_name": "Landesberg",
"facebook_uid": "601872713",
"media_id": null,
"location": "New York, NY"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment