NavigaTUM SearchResponse

Search results returned by the NavigaTUM /api/search endpoint.

UniversityHigher EducationEducationGermanyTechnical UniversityUniversities of ExcellenceCampusCourse CatalogIdentity FederationResearch RepositoryOpen-SourceStudent Information System

Properties

Name Type Description
sections array
time_ms integer Time the search took on the server side, not including network delay.
View JSON Schema on GitHub

JSON Schema

tum-search-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tum/main/json-schema/tum-search-response-schema.json",
  "title": "NavigaTUM SearchResponse",
  "description": "Search results returned by the NavigaTUM /api/search endpoint.",
  "type": "object",
  "required": ["sections", "time_ms"],
  "properties": {
    "sections": {
      "type": "array",
      "items": { "$ref": "#/$defs/ResultsSection" }
    },
    "time_ms": {
      "type": "integer",
      "minimum": 0,
      "description": "Time the search took on the server side, not including network delay."
    }
  },
  "$defs": {
    "ResultsSection": {
      "type": "object",
      "required": ["facet", "entries", "n_visible", "estimatedTotalHits"],
      "properties": {
        "facet": { "$ref": "#/$defs/ResultFacet" },
        "entries": {
          "type": "array",
          "items": { "$ref": "#/$defs/ResultEntry" }
        },
        "n_visible": {
          "type": "integer",
          "minimum": 0,
          "description": "Recommended number of entries to display by default."
        },
        "estimatedTotalHits": {
          "type": "integer",
          "minimum": 0,
          "description": "The estimated (not exact) number of hits for the query."
        }
      }
    },
    "ResultEntry": {
      "type": "object",
      "required": ["id", "type", "name", "subtext"],
      "properties": {
        "id": { "type": "string", "description": "The id of the location." },
        "type": { "type": "string", "description": "The type of the location, e.g. building or room." },
        "name": { "type": "string", "description": "Display name of the result." },
        "subtext": { "type": "string", "description": "Subtext shown below the search result." },
        "parsed_id": { "type": ["string", "null"], "description": "Optional matched alternate room id format." }
      }
    },
    "ResultFacet": {
      "type": "string",
      "enum": ["sites", "buildings", "rooms", "pois", "addresses"]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tum-search-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.