{
  "name": "Gingerguide City Catalog API",
  "version": "1.0.0",
  "documentation": "https://gingerguide.app/developers/",
  "openapi": "https://gingerguide.app/openapi.json",
  "mcp": "https://gingerguide.app/mcp",
  "authentication": "none",
  "versioning": "Current generation is /api/v1. Unversioned /api/* paths are stable v1 aliases. Breaking changes will ship as /api/v2 with Deprecation and Sunset headers on the old prefix.",
  "links": {
    "listCities": "https://gingerguide.app/api/v1/cities.json",
    "getCity": "https://gingerguide.app/api/v1/cities/{id}.json",
    "listCountries": "https://gingerguide.app/api/v1/countries.json",
    "health": "https://gingerguide.app/api/v1/health.json",
    "openapi": "https://gingerguide.app/api/v1/openapi.json"
  }
}