Hub API
  • Log in
  • Api Root
GET
  • json
  • api

Api Root

GET /congress/2025/
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "conference": {
        "info": "https://api.events.ccc.de/congress/2025/info",
        "assemblies": "https://api.events.ccc.de/congress/2025/assemblies",
        "events": "https://api.events.ccc.de/congress/2025/events",
        "metanav": "https://api.events.ccc.de/congress/2025/metanav",
        "schedule": "https://api.events.ccc.de/congress/2025/schedule",
        "tracks": "https://api.events.ccc.de/congress/2025/tracks"
    },
    "personal": {
        "profile": "https://api.events.ccc.de/congress/2025/me",
        "friends": "https://api.events.ccc.de/congress/2025/me/friends",
        "badges": "https://api.events.ccc.de/congress/2025/me/badges"
    }
}