Api to access Custom Pages

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

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

Produce a "read hit": /api/v3/custom_pages/1/produce_hit/

GET /api/v3/custom_pages/?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": []
}