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

[
    {
        "id": 1,
        "name": "On-site SWL (DN call or Trainee, portable)",
        "description": ""
    },
    {
        "id": 2,
        "name": "On-site HAM station (personal call, portable)",
        "description": ""
    },
    {
        "id": 3,
        "name": "Off-site \"DX\" station (portable or fixed)",
        "description": ""
    },
    {
        "id": 4,
        "name": "Single Band on-site SWL (DN call or Trainee, portable)",
        "description": ""
    },
    {
        "id": 5,
        "name": "Checklog - no scoring",
        "description": ""
    }
]