Kader: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „``` { "data": { "team_caption":"rent4office N\u00fcrnberg", "team_shortname":"N\u00fcrnberg", "team_abbrev":"N\u00dcR", "last_update":"2015-05-15 10:…“) |
|||
Zeile 1: | Zeile 1: | ||
== Api Key == | |||
[[Grundsätzliches]] | |||
== URL Schema == | |||
<source lang="bash"> | |||
http://api.zweite-basketball-bundesliga.de/kader/8be6f5bc7a30937ccd761615142ad2e4 | |||
</source> | |||
der erste Parameter ist die anzusprechende Schnittstelle, der zweite der API Key | |||
== Format == | |||
das Format ist JSON, hier die beispielhafte Ausgabe | |||
<source lang="javascript"> | |||
{ | { | ||
"data": | "data": | ||
Zeile 46: | Zeile 62: | ||
] | ] | ||
} | } | ||
</source> |
Version vom 24. Juni 2015, 08:27 Uhr
Api Key
URL Schema
http://api.zweite-basketball-bundesliga.de/kader/8be6f5bc7a30937ccd761615142ad2e4
der erste Parameter ist die anzusprechende Schnittstelle, der zweite der API Key
Format
das Format ist JSON, hier die beispielhafte Ausgabe
{
"data":
{
"team_caption":"rent4office N\u00fcrnberg",
"team_shortname":"N\u00fcrnberg",
"team_abbrev":"N\u00dcR",
"last_update":"2015-05-15 10:15:07"
},
"kader":
[
{
"id":"1872",
"firstname":"Robert",
"lastname":"Oehle",
"position1_short":"C",
"position2_short":"",
"position1":"Center",
"position2":"",
"number":"13",
"captain":"false",
"birthdate":"580255200",
"height":"2.09",
"weight":"118",
"nationality_short":"DE",
"nationality":"Deutschland",
"last_station":"Walter Tigers T\u00fcbingen"
},
{
"id":"1873",
"firstname":"Erik",
"lastname":"Land",
"position1_short":"C",
"position2_short":"",
"position1":"Center",
"position2":"",
"number":"29",
"captain":"false",
"birthdate":"644364000",
"height":"2.05",
"weight":"105",
"nationality_short":"DE",
"nationality":"Deutschland",
"last_station":"New Yorker Phantoms Braunschweig"
}
]
}