Resource to list and view all available contests. Use `current/` to get the current Contest.

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

[
    {
        "id": 1,
        "shortName": "cqtufm2025",
        "deadline": "2025-02-10T23:59:59Z",
        "qsoStartTime": "2025-01-30T19:00:00Z",
        "qsoEndTime": "2025-01-30T19:59:59Z",
        "callQrg": 1
    }
]