{
    "payload": {
        "info": "Geo-Modul: Ortssuche (Nominatim) und Points of Interest (OpenStreetMap\/Overpass).",
        "aktionen": [
            {
                "aktion": "suche",
                "parameter": "ort=Berlin",
                "beschreibung": "Koordinaten und Details eines Ortes"
            },
            {
                "aktion": "poi",
                "parameter": "ort=Ruppichteroth&typ=pharmacy",
                "beschreibung": "POIs in der Nähe (Standardradius: 2000m)"
            },
            {
                "aktion": "poi",
                "parameter": "lat=50.845&lon=7.295&typ=hospital",
                "beschreibung": "POIs via GPS-Koordinaten"
            },
            {
                "aktion": "poi",
                "parameter": "ort=Köln&typ=restaurant&radius=500",
                "beschreibung": "POIs mit eigenem Radius in Metern"
            }
        ],
        "poi_typen": [
            {
                "tag": "pharmacy",
                "beschreibung": "Apotheke"
            },
            {
                "tag": "hospital",
                "beschreibung": "Krankenhaus"
            },
            {
                "tag": "doctor",
                "beschreibung": "Arzt"
            },
            {
                "tag": "dentist",
                "beschreibung": "Zahnarzt"
            },
            {
                "tag": "school",
                "beschreibung": "Schule"
            },
            {
                "tag": "university",
                "beschreibung": "Universität"
            },
            {
                "tag": "supermarket",
                "beschreibung": "Supermarkt"
            },
            {
                "tag": "bakery",
                "beschreibung": "Bäckerei"
            },
            {
                "tag": "restaurant",
                "beschreibung": "Restaurant"
            },
            {
                "tag": "cafe",
                "beschreibung": "Café"
            },
            {
                "tag": "bank",
                "beschreibung": "Bank"
            },
            {
                "tag": "atm",
                "beschreibung": "Geldautomat"
            },
            {
                "tag": "fuel",
                "beschreibung": "Tankstelle"
            },
            {
                "tag": "parking",
                "beschreibung": "Parkplatz"
            },
            {
                "tag": "post_office",
                "beschreibung": "Postfiliale"
            },
            {
                "tag": "library",
                "beschreibung": "Bibliothek"
            },
            {
                "tag": "fire_station",
                "beschreibung": "Feuerwehr"
            },
            {
                "tag": "police",
                "beschreibung": "Polizei"
            },
            {
                "tag": "charging_station",
                "beschreibung": "E-Ladesäule"
            },
            {
                "tag": "bus_station",
                "beschreibung": "Busbahnhof"
            }
        ],
        "lizenz": "OpenStreetMap-Daten: ODbL – openstreetmap.org"
    },
    "next": [
        {
            "label": "Ort suchen: Ruppichteroth",
            "url": "index.php?route=\/api\/geo&aktion=suche&ort=Ruppichteroth"
        },
        {
            "label": "Apotheken in Ruppichteroth",
            "url": "index.php?route=\/api\/geo&aktion=poi&ort=Ruppichteroth&typ=pharmacy"
        },
        {
            "label": "Restaurants in Köln (500m)",
            "url": "index.php?route=\/api\/geo&aktion=poi&ort=Köln&typ=restaurant&radius=500"
        },
        {
            "label": "Zurück zum Hauptmenü",
            "url": "index.php"
        }
    ],
    "haftungsausschluss": "All data provided is supplied without warranty. Despite careful selection of sources, the operator accepts no liability for the accuracy, completeness or timeliness of the content."
}