{
  "endpoints": {
    "/api/health": "Health check",
    "/api/hotels": "Get all hotels",
    "/api/hotels/<id>": "Get specific hotel by index",
    "/api/reload": "Reload data from JSON file"
  },
  "last_updated": "2026-05-13T06:10:38.567551",
  "message": "\ud83c\udfe8 Hotel Data API",
  "total_hotels": 10,
  "version": "1.0.0"
}
