{
  "country_identifiers": "Use ISO codes (US, DE), GEC codes (us, gm), or country names (United States, Germany)",
  "description": "CIA World Factbook country data API",
  "endpoints": {
    "GET /api/countries": "List all available countries",
    "GET /api/countries/<identifier>": "Get detailed country data",
    "GET /api/countries/<identifier>/search?q=<query>": "Search within country data",
    "GET /api/countries/<identifier>/summary": "Get country summary",
    "GET /api/countries/search?q=<query>": "Search countries by name"
  },
  "name": "CountryPuff API",
  "version": "1.0.0"
}
