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=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 875,
    "next": null,
    "previous": "http://api.muenster-update.de/locations?format=api&page=17",
    "results": [
        {
            "id": 26598,
            "description": "Grillplatz Neue Mühle, 48739 Legden",
            "lat": 52.0439038,
            "lon": 7.090915,
            "geometrySource": "Nominatim"
        },
        {
            "id": 26600,
            "description": "Gesamtschule Lengerich/Tecklenburg, 49525 Lengerich",
            "lat": 52.1856414,
            "lon": 7.8666904,
            "geometrySource": "Nominatim"
        },
        {
            "id": 26622,
            "description": "Haus am Kirchplatz, 49536 Lienen",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 25946,
            "description": "Botanischer Garten Loismann, 49479 Ibbenbüren",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 31595,
            "description": "Kirchplatz, 48301 Nottuln",
            "lat": 51.9306119,
            "lon": 7.3525346,
            "geometrySource": "Nominatim"
        },
        {
            "id": 31598,
            "description": "Restaurant Auszeit, 48734 Reken",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 31599,
            "description": "FABRIK Dance & Show Theatre, 48653 Coesfeld",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 31601,
            "description": "All in … Lengerich – Der Treffpunkt für Alle, 49525 Lengerich",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 31603,
            "description": "Preen's Hoff, 46348 Raesfeld-Erle",
            "lat": 51.7390062,
            "lon": 6.8560732,
            "geometrySource": "Nominatim"
        },
        {
            "id": 28316,
            "description": "Lippetal, 59510 Lippetal",
            "lat": 51.6598439,
            "lon": 8.1450098,
            "geometrySource": "Nominatim"
        },
        {
            "id": 28317,
            "description": "Ev. Kirche Kattenvenne, 49536 Lienen",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 32022,
            "description": "Infopunkt Großsteingrab Seeste, 49492 Westerkappeln",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 32025,
            "description": "Kastanienplatz Langenhorst, 48607 Ochtrup",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 28884,
            "description": "Festplatz Lohwall / Linnenwiese, 48231 Warendorf",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 28994,
            "description": "Kunstverein Münsterland e.V., 48653 Coesfeld",
            "lat": 51.941699,
            "lon": 7.1669238,
            "geometrySource": "Nominatim"
        },
        {
            "id": 28995,
            "description": "Rathaus Wesel, 46483 Wesel",
            "lat": 51.6588883,
            "lon": 6.6111266,
            "geometrySource": "Nominatim"
        },
        {
            "id": 29329,
            "description": "Brunnen am Magnusplatz, 48351 Everswinkel",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 31692,
            "description": "Bock auf Bar, 48249 Dülmen",
            "lat": 51.8295809,
            "lon": 7.2748469,
            "geometrySource": "Nominatim"
        },
        {
            "id": 31693,
            "description": "Walienplatz, 46325 Borken",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 31696,
            "description": "Greven-Gimbte, 48268 Greven",
            "lat": 52.071552,
            "lon": 7.6150575,
            "geometrySource": "Nominatim"
        },
        {
            "id": 31699,
            "description": "Lippetal-Lippborg, 59510 Lippetal",
            "lat": 51.6654334,
            "lon": 8.0384709,
            "geometrySource": "Nominatim"
        },
        {
            "id": 31700,
            "description": "Kirchplatz St. Remigius Borken, 46325 Borken",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 29676,
            "description": "IHK Nord Westfalen, Sentmaringer Weg 61",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 29725,
            "description": "Naherholungsgebiet Aasee Bocholt, 46397 Bocholt",
            "lat": null,
            "lon": null,
            "geometrySource": null
        },
        {
            "id": 29727,
            "description": "Benediktushof Maria Veen, 48734 Reken",
            "lat": 51.8354253,
            "lon": 7.0890386,
            "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.