Willkommen! API made by karrie.software with the power of django-rest-framework.org

GET /api/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "team": "https://wannspieltbig.de/api/team/",
    "tournament": "https://wannspieltbig.de/api/tournament/",
    "lineup": "https://wannspieltbig.de/api/lineup/",
    "match_all": "https://wannspieltbig.de/api/match_all/",
    "match_upcoming": "https://wannspieltbig.de/api/match_upcoming/",
    "match_livescore": "https://wannspieltbig.de/api/match_livescore/",
    "fpl": "https://wannspieltbig.de/api/fpl/"
}