GET /team_size/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=86400
Content-Type: application/json
Expires: Sun, 02 Nov 2025 03:36:37 GMT
Vary: Accept

[
    {
        "id": 1,
        "value": "0",
        "order": 1
    },
    {
        "id": 2,
        "value": "1-3",
        "order": 2
    },
    {
        "id": 3,
        "value": "4-8",
        "order": 3
    },
    {
        "id": 4,
        "value": "9-15",
        "order": 4
    },
    {
        "id": 5,
        "value": "16-25",
        "order": 5
    },
    {
        "id": 6,
        "value": "25+",
        "order": 6
    }
]