Retrieve the events being watched/attended by a user's friends. These events can either be public or created by a person who calls the user a friend.
api_key (Required)
Your API application key. If you don't have one,
create one.
token (Required)
An authentication token required to see the user's friends events. (
What's this?)
per_page (Numeric, Optional, Default = 100)
Number of results to return per page. Max is 100 per page.
page (Numeric, Optional, Default = 1)
The page number of results to return.
{
"rsp":{
"stat":"ok",
"version":1,
"event":[
{
"id":1501305,
"name":"Band of Horses",
"description":"
\r\nAchieving musical transcendence is a tricky feat, almost definitively. If it happens at all, it happens naturally and perhaps nobody knows that better than Band of Horses. Buoyed by Ben Bridwell's warm, reverb-heavy vocals (which strangely channel a dichotomous blend of Wayne Coyne, Brian Wilson and Doug Martsch,) Band of Horses' woodsy, dreamy songs ooze with amorphous tension, longing and hope.",
"start_date":"2009-04-17",
"end_date":"",
"start_time":"20:00:00",
"end_time":"",
"personal":0,
"metro_id":1000000,
"venue_id":406491,
"user_id":12757,
"venue_name":"Fox Theater",
"status":"attend",
"username":"1be8431986fe252a95f157180777d21e",
"useractive":1,
"venue_address":"1807 Telegraph Ave",
"venue_city":"Oakland",
"venue_state_name":"California",
"venue_state_code":"CA",
"venue_state_id":1000000,
"venue_country_name":"United States",
"venue_country_code":"us",
"venue_country_id":1000000,
"venue_zip":94612,
"venue_url":"http:\/\/www.thefoxoakland.com\/",
"venue_phone":"",
"ticket_url":"http:\/\/www.ticketmaster.com\/promo\/5j26k7",
"ticket_price":29.5,
"ticket_free":0,
"watchlist":[
{
"user_id":12757,
"name":"Upcoming User 12757",
"username":"1be8431986fe252a95f157180777d21e",
"status":"attend"
}
]
},
{
"id":1503312,
"name":"Mates of State, Black Kids",
"description":"",
"start_date":"2009-04-19",
"end_date":"",
"start_time":"20:00:00",
"end_time":"",
"personal":0,
"metro_id":6,
"venue_id":9164,
"user_id":1,
"venue_name":"Wonder Ballroom",
"status":"attend",
"username":"aefcfdc1ecf1da5cb24de69daaba734a",
"useractive":1,
"venue_address":"128 NE Russell St",
"venue_city":"Portland",
"venue_state_name":"Oregon",
"venue_state_code":"or",
"venue_state_id":38,
"venue_country_name":"United States",
"venue_country_code":"us",
"venue_country_id":1,
"venue_zip":97212,
"venue_url":"http:\/\/www.wonderballroom.com\/",
"venue_phone":"503.284.8686",
"ticket_url":"",
"ticket_price":"",
"ticket_free":0,
"watchlist":[
{
"user_id":1,
"name":"Upcoming User 1",
"username":"aefcfdc1ecf1da5cb24de69daaba734a",
"status":"attend"
}
]
}
]
}
}