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

[
    {
        "id": 66,
        "title": "od 1,5 roku",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 65,
        "title": "od 0,5 roku",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 64,
        "title": "od 1. roku",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 63,
        "title": "od 2 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 62,
        "title": "od 3 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 61,
        "title": "od 4 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 60,
        "title": "od 5 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 59,
        "title": "od 6 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 58,
        "title": "od 7 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 57,
        "title": "od 8 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 56,
        "title": "od 9 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 55,
        "title": "od 10 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 54,
        "title": "od 11 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 53,
        "title": "od 12 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 52,
        "title": "od 13 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 51,
        "title": "od 14 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 50,
        "title": "od 15 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 49,
        "title": "od 16 lat",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 48,
        "title": "dorośli",
        "from_age": null,
        "to_age": null
    },
    {
        "id": 43,
        "title": "bez ograniczeń",
        "from_age": null,
        "to_age": null
    }
]