Technical University of Munich · Example Payload

Tum Canteens Enum Example

EducationHigher EducationUniversityGermanyOpen SourceCampusOpen Data

Tum Canteens Enum 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://tum-dev.github.io/eat-api/enums/canteens.json"
  },
  "response": [
    {
      "enum_name": "MENSA_ARCISSTR",
      "name": "Mensa Arcisstraße",
      "location": {
        "address": "Arcisstraße 17, München",
        "latitude": 48.14742,
        "longitude": 11.56722
      },
      "canteen_id": "mensa-arcisstr",
      "queue_status": null,
      "open_hours": {
        "mon": { "start": "11:00", "end": "14:00" },
        "tue": { "start": "11:00", "end": "14:00" },
        "wed": { "start": "11:00", "end": "14:00" },
        "thu": { "start": "11:00", "end": "14:00" },
        "fri": { "start": "11:00", "end": "14:00" }
      }
    }
  ]
}