-
Notifications
You must be signed in to change notification settings - Fork 0
API Funktionen: Favoriten
Marcus Jaschen edited this page Nov 5, 2013
·
9 revisions
/api/v1/favorites/users.json
n/a
{
"status": "OK",
"messages": [],
"data": {
{
"user": {
"duration": "13163",
"entries": "110",
"id": "64876",
"name": "twobeers",
"points": "865",
"url": "http://winterpokal.mtb-news.de/users/view/64876"
}
},
{
"user": {
"duration": "3190",
"entries": "30",
"id": "1464",
"name": "rob",
"points": "197",
"url": "http://winterpokal.mtb-news.de/users/view/1464"
}
}
}
}
/api/v1/favorites/teams.json
n/a
{
"status": "OK",
"messages": [],
"data": [
{
"id": "215",
"name": "ueberheblichewichser",
"url": "http://winterpokal.mtb-news.de/teams/view/215"
},
{
"id": "610",
"name": "Bock Auf Ballern!",
"url": "http://winterpokal.mtb-news.de/teams/view/610"
}
]
}