{
  "ok": true,
  "message": "¡Bienvenido a UBIGEO Perú API! 🇵🇪",
  "description": "API REST para datos geográficos del Perú (Departamentos, Provincias, Distritos)",
  "version": "v1",
  "author": "Elmer Astonitas",
  "documentation": "https://github.com/elmerastonitas/api-ubigeo-peru",
  "endpoints": {
    "health": "/health",
    "departments": "/api/v1/pe/departments",
    "provinces": "/api/v1/pe/provinces?department=LIM",
    "districts": "/api/v1/pe/districts?department=LIM&province=Lima",
    "search": "/api/v1/pe/search?q=lima"
  },
  "examples": [
    "curl https://api-ubigeo-peru.elmerastonitas.workers.dev/api/v1/pe/departments",
    "curl \"https://api-ubigeo-peru.elmerastonitas.workers.dev/api/v1/pe/provinces?department=CUS\"",
    "curl \"https://api-ubigeo-peru.elmerastonitas.workers.dev/api/v1/pe/search?q=cusco\""
  ]
}