{
  "endpoints": {
    "auth": "/api/auth/login",
    "hero": "/api/heroes/<id>",
    "heroes": "/api/heroes",
    "image": "/api/images/<id>",
    "images": "/api/images",
    "knowledge": "/api/knowledge",
    "powers": "/api/powers",
    "tower": "/api/towers/<id>",
    "towers": "/api/towers"
  },
  "name": "BTD6 Wiki API",
  "version": "1.0.0"
}
