{
    "service": "local-ipapi-server",
    "status": "ok",
    "endpoints": {
        "self_lookup": "/json/",
        "ip_lookup": "/json/<ip>",
        "health": "/healthz",
        "update": "/admin/update?token=YOURTOKEN"
    },
    "notes": [
        "Response order matches the requested ipapi.co example ordering.",
        "postal is estimated from the nearest GeoNames postal centroid within the IP-derived country.",
        "area_calling_code is metadata from country numbering-plan data, not a true IP-derived local area code.",
        "region_code now has an admin1-name fallback when the MMDB does not include subdivision iso_code."
    ]
}
