Api to access Frontend Config

You need to pass a radio codename on GET params: /api/v3/frontend_configs/?radio=radiodesvern

Get only one item: /api/v3/frontend_configs/1/

Get enabled config: /api/v3/frontend_configs/?radio=radiodesvern&enabled=true

GET /api/v3/frontend_configs/?format=api&ordering=-name
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}