The root of the FK API / web services

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

{
    "asrun": "https://frikanalen.no/api/asrun/",
    "category": "https://frikanalen.no/api/categories/",
    "jukebox-csv": "https://frikanalen.no/api/jukebox_csv",
    "obtain-token": "https://frikanalen.no/api/obtain-token",
    "scheduleitems": "https://frikanalen.no/api/scheduleitems/",
    "videofiles": "https://frikanalen.no/api/videofiles/",
    "videos": "https://frikanalen.no/api/videos/",
    "organization": "https://frikanalen.no/api/organization/",
    "user": "https://frikanalen.no/api/user",
    "user/register": "https://frikanalen.no/api/user/register"
}