{
  "apiVersion": "v1",
  "kind": "Tradition",
  "metadata": {
    "generated": "2026-08-22T14:14:13Z",
    "language": "en",
    "id": "islamic"
  },
  "data": {
    "id": "islamic",
    "code": "ISL",
    "name": "Islamic Texts",
    "description": "The Qur'an and related Islamic scriptures, explored in comparative dialogue with the Raëlian canon.",
    "order": 7,
    "icon": "moon",
    "books": [
      {
        "slug": "quran",
        "code": "QUR",
        "title": "quran",
        "primaryLang": "ar",
        "chapters": 114,
        "paragraphs": 6236,
        "status": "complete",
        "url": "/v1/library/books/quran/"
      },
      {
        "slug": "quran-woh",
        "code": "QUR-WOH",
        "title": "quran-woh",
        "primaryLang": "arb",
        "chapters": 3,
        "paragraphs": 16,
        "status": "complete",
        "url": "/v1/library/books/quran-woh/"
      }
    ]
  },
  "links": {
    "self": "/v1/library/traditions/islamic/",
    "traditions": "/v1/library/traditions/",
    "library": "/v1/library/",
    "books": "/v1/library/books/"
  }
}