{
    "status": "success",
    "api_version": "1.0.0",
    "timestamp": 1785622421,
    "product": "Qiosoft Maps API",
    "version": "1.0.0",
    "description": "Free Google Maps alternative — powered by OpenStreetMap, OSRM, Nominatim",
    "endpoints": {
        "GET ?action=tile&z=&x=&y=&theme=": "Proxy tile image (for server-side caching)",
        "GET ?action=themes": "List all available map themes",
        "GET ?action=geocode&q=&limit=": "Search for a place",
        "GET ?action=reverse&lat=&lon=": "Reverse geocode coordinates",
        "GET ?action=route&origin=lat,lon&dest=lat,lon&mode=": "Get route between two points",
        "GET ?action=widget_config&theme=": "Get widget configuration for a theme",
        "GET ?action=autocomplete&q=": "Address autocomplete suggestions",
        "GET ?action=place_details&osm_id=&osm_type=": "Place details by OSM ID",
        "GET ?action=distance&origin=lat,lon&dest=lat,lon": "Distance & duration estimate"
    },
    "free_tier": {
        "requests_per_hour": 1000,
        "themes": 10,
        "routing_modes": [
            "driving",
            "walking",
            "cycling"
        ]
    },
    "stack": {
        "tiles": "OpenStreetMap \/ Stadia Maps",
        "routing": "OSRM (Open Source Routing Machine)",
        "geocoding": "Nominatim"
    }
}