Locations List
Anfragen an die /locations Schnittstelle geben die aktuell in der
Datenbank verfügbaren Orte von Veranstaltungen zurück.
Die im Feld id enthaltene ID eines Ortes kann als location Parameter
in der /events Schnittstelle verwendet werden.
Weitere Informationen zum Rückgabeschema und Parametern im Swagger UI oder ReDoc.
GET /locations?format=api&page=15
{ "count": 725, "next": null, "previous": "http://api.muenster-update.de/locations?format=api&page=14", "results": [ { "id": 18537, "description": "Mühlenareal Borken, 46325 Borken", "lat": null, "lon": null, "geometrySource": null }, { "id": 17123, "description": "St. Georg-Grundschule, 48369 Saerbeck", "lat": 52.1744817, "lon": 7.6393056, "geometrySource": "Nominatim" }, { "id": 18540, "description": "Wanderparkplatz Dyckerhoffstraße, 49525 Lengerich", "lat": 52.1798745, "lon": 7.88411, "geometrySource": "Nominatim" }, { "id": 18621, "description": "Pfarrheim St. Sixtus, 45721 Haltern am See", "lat": null, "lon": null, "geometrySource": null }, { "id": 18622, "description": "Tüöttenmuseum Mettingen, 49497 Mettingen", "lat": 52.3156445, "lon": 7.780187, "geometrySource": "Nominatim" }, { "id": 16058, "description": "Rathaus Schermbeck, 46514 Schermbeck", "lat": 51.6913672, "lon": 6.8674666, "geometrySource": "Nominatim" }, { "id": 16059, "description": "Café Nenna, 46414 Rhede", "lat": null, "lon": null, "geometrySource": null }, { "id": 16062, "description": "Jugendbildungsstätte Saerbeck, 48369 Saerbeck", "lat": null, "lon": null, "geometrySource": null }, { "id": 15482, "description": "Theaterpädagogisches Zentrum Münster e.V., 48143 Münster", "lat": null, "lon": null, "geometrySource": null }, { "id": 18623, "description": "Matthias-Claudius-Haus, 48163 Albachten", "lat": 51.9239901, "lon": 7.5258873, "geometrySource": "Nominatim" }, { "id": 18624, "description": "Mühlenbachaue Saerbeck, 48369 Saerbeck", "lat": null, "lon": null, "geometrySource": null }, { "id": 18625, "description": "Sportpark Weiner, 48607 Ochtrup", "lat": null, "lon": null, "geometrySource": null }, { "id": 18114, "description": "Lengericher Str. 22", "lat": 52.0260687, "lon": 7.7826944, "geometrySource": "Nominatim" }, { "id": 17298, "description": "kubaai Podiumsbrücke, 46397 Bocholt", "lat": 51.8351454, "lon": 6.6276628, "geometrySource": "Nominatim" }, { "id": 17300, "description": "St. Ida Wallfahrtsbasilika, 59510 Lippetal-Herzfeld", "lat": null, "lon": null, "geometrySource": null }, { "id": 18860, "description": "Sankt Magnus Kirche, 48351 Everswinkel", "lat": null, "lon": null, "geometrySource": null }, { "id": 18861, "description": "St. Anna Pfarrkirche, 48485 Neuenkirchen", "lat": null, "lon": null, "geometrySource": null }, { "id": 18862, "description": "Evangelische Kirche Lüdinghausen, 59348 Lüdinghausen", "lat": 51.7601648, "lon": 7.3960009, "geometrySource": "Nominatim" }, { "id": 18865, "description": "Seniorenberatung Sendenhorst, 48324 Sendenhorst", "lat": null, "lon": null, "geometrySource": null }, { "id": 18290, "description": "Akademie des Handwerks, 46348 Raesfeld", "lat": null, "lon": null, "geometrySource": null }, { "id": 17716, "description": "Apostelkirche, 48143 Münster", "lat": 51.9646398, "lon": 7.6276056, "geometrySource": "Nominatim" }, { "id": 17717, "description": "Bikepark Steinfurt, 48565 Steinfurt", "lat": null, "lon": null, "geometrySource": null }, { "id": 18430, "description": "Werner-Habig-Straße 1", "lat": 51.8305041, "lon": 8.1362635, "geometrySource": "Nominatim" }, { "id": 17895, "description": "Im Südfeld 11", "lat": 51.9080962, "lon": 7.4769168, "geometrySource": "Nominatim" }, { "id": 17897, "description": "Sinninger Str. 44", "lat": 52.1879566, "lon": 7.5527057, "geometrySource": "Nominatim" } ] }
Weitere Informationen
Eine maschinenlesbare Spezifikation dieser Schnittstelle im OpenAPI v3 Format ist unter /openapi.json abrufbar. (Ansicht in Swagger UI, ReDoc) Damit lassen sich schnell und einfach eigene Clients in vielen Programmiersprachen generieren.
Für Hinweise, Verbesserungsvorschläge oder Fehlerbeschreibungen rund um API
und App sollten am Besten als „Issue“ im codeformuenster/muenster-jetzt Repository auf GitHub angelegt
werden.
Alternativ sind wir auch auf Twitter oder per
Mail zu erreichen.
Sowohl API als auch die App lassen sich auch auf eigenen Servern hosten. Hinweise dazu finden sich ebenfalls im Repository codeformuenster/muenster-jetzt auf GitHub.