{
  "name": "Age of Empires II API",
  "version": "1.0.0",
  "description": "Free API for Age of Empires II data",
  "endpoints": {
    "/civilizations": "List all civilizations",
    "/civilization/:id": "Get civilization by ID or name",
    "/units": "List all units",
    "/unit/:id": "Get unit by ID or name",
    "/structures": "List all structures",
    "/structure/:id": "Get structure by ID or name",
    "/technologies": "List all technologies",
    "/technology/:id": "Get technology by ID or name"
  },
  "examples": {
    "byId": "/civilization/1",
    "byName": "/civilization/britons",
    "withUnderscore": "/unit/chu_ko_nu",
    "withHyphen": "/technology/thumb-ring"
  }
}