GET /api/extra/tour/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 16,
    "next": null,
    "previous": "https://uschool.ubirator.com/api/extra/tour/?format=api",
    "results": [
        {
            "id": 111,
            "name": "Осень 2025 Второй тур",
            "type": 5,
            "olympiad": 550,
            "time_started": "2025-12-10T00:01:00+03:00",
            "time_finished": "2026-04-01T23:59:00+03:00",
            "duration_minutes": 0,
            "extra_text": ""
        }
    ]
}