Api to access Enacast News

IMPORTANT: there is cache here (5 minutes by default) you need to set a custom get parameter with current ts to avoid it for example: ...&t=1446640450

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

Get only one item: /api/v3/news/radiodesvern_news_1/

Produce a "read hit": /api/v3/news/radiodesvern_news_1/produce_hit/

Example of short codes on body: [podcast id="lapenyadelmorro1" radio="radiodesvern" marker="1" seekbar="false"]

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

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