API endpoint for managing public alerts. Only radio admins can create, update, or delete alerts for their own radio.

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

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