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

Api Root

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

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