Technical University of Munich · Example Payload

Tum Search Example

EducationHigher EducationUniversityGermanyOpen SourceCampusOpen Data

Tum Search Example is an example object payload from Technical University of Munich, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://nav.tum.de/api/search?q=mw"
  },
  "response": {
    "sections": [
      {
        "facet": "buildings",
        "entries": [
          {
            "id": "mw",
            "type": "joined_building",
            "name": "Maschinenwesen (MW)",
            "subtext": "Gebäudekomplex"
          },
          {
            "id": "5506",
            "type": "building",
            "name": "Gebäudeteil 6, Institut für Luft- und Raumfahrt",
            "subtext": "Gebäudeteil"
          }
        ],
        "n_visible": 4,
        "estimatedTotalHits": 6
      }
    ],
    "time_ms": 8
  }
}