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

[
    {
        "name": {
            "cs": "OpenAlt 2024",
            "en": "OpenAlt 2024"
        },
        "slug": "openalt-2024",
        "is_public": true,
        "date_from": "2024-11-02",
        "date_to": "2024-11-03",
        "timezone": "Europe/Prague",
        "urls": {
            "base": "https://talks.openalt.cz/openalt-2024/",
            "schedule": "https://talks.openalt.cz/openalt-2024/schedule/",
            "login": "https://talks.openalt.cz/openalt-2024/login/",
            "feed": "https://talks.openalt.cz/openalt-2024/schedule/feed.xml"
        }
    },
    {
        "name": {
            "cs": "OpenAlt 2023",
            "en": "OpenAlt 2023"
        },
        "slug": "openalt-2023",
        "is_public": true,
        "date_from": "2023-11-11",
        "date_to": "2023-11-12",
        "timezone": "Europe/Prague",
        "urls": {
            "base": "https://talks.openalt.cz/openalt-2023/",
            "schedule": "https://talks.openalt.cz/openalt-2023/schedule/",
            "login": "https://talks.openalt.cz/openalt-2023/login/",
            "feed": "https://talks.openalt.cz/openalt-2023/schedule/feed.xml"
        }
    }
]