{
  "name": "WaqfTech KV-Quran API",
  "version": "1.0.0",
  "description": "A high-performance Cloudflare Worker API serving the complete Holy Quran from Cloudflare KV. Built for the WaqfTech ecosystem.",
  "license": "WaqfDPL-Isnad-1.0",
  "source_code": "https://github.com/jadmadi/waqftech-packages",
  "endpoints": {
    "surahs": {
      "path": "/api/surahs",
      "description": "Get metadata for all 114 Surahs (chapters)"
    },
    "surah": {
      "path": "/api/surah/:surah",
      "description": "Get all verses of a Surah (e.g. /api/surah/1)",
      "example": "/api/surah/1"
    },
    "ayah": {
      "path": "/api/ayah/:surah/:ayah",
      "description": "Get a specific verse (ayah) (e.g. /api/ayah/1/1)",
      "example": "/api/ayah/1/1"
    }
  }
}