Django REST framework
  • Log in
  • Api Root
GET
  • json
  • api

Api Root

The root of the FK API / web services

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

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