Api to access Custom Menus

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

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

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

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