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

[
    {
        "id": 1,
        "channel": "U0",
        "qrg": "430.200",
        "band": 2,
        "note": "Registration / Helpdesk ONLY via DK0TU"
    },
    {
        "id": 2,
        "channel": "U1",
        "qrg": "430.225",
        "band": 2,
        "note": "Warmup"
    },
    {
        "id": 3,
        "channel": "U2",
        "qrg": "430.250",
        "band": 2,
        "note": ""
    },
    {
        "id": 4,
        "channel": "U3",
        "qrg": "430.275",
        "band": 2,
        "note": ""
    },
    {
        "id": 5,
        "channel": "V1",
        "qrg": "145.375",
        "band": 1,
        "note": ""
    },
    {
        "id": 6,
        "channel": "V2",
        "qrg": "145.400",
        "band": 1,
        "note": ""
    },
    {
        "id": 7,
        "channel": "V3",
        "qrg": "145.425",
        "band": 1,
        "note": ""
    }
]