# widebible.com > Complete Bible encyclopedia — 66 books, 31K+ verses per translation, 200+ translations (5 public domain: KJV, ASV, WEB, YLT, BBE), 3,000+ biblical people with genealogy, 1,500+ places with geocoding, 63K+ cross-references, timeline, reading plans, and word study (Strong's). ## Data Scope - 66 books (39 Old Testament + 27 New Testament), grouped by genre - 31,102 verses per translation, 200+ translations (5 public domain) - 3,000+ biblical people with era classification, genealogy, and tribe/nation - 1,500+ biblical places with coordinates, regions, and place types - Topics, glossary terms, and cross-references - Timeline with eras (Patriarchs to Apostolic) and events - Reading plans with daily entries - Word study via Strong's Concordance (Hebrew H/Greek G numbers) - Parallel passages (synoptic parallels) - Verse collections, scripture names, and quotes (SEO pages) - Translation comparisons and verse comparisons (N² pSEO) - Full-text search via PostgreSQL tsvector - 15 languages supported with i18n ## URL Patterns - Append `.md` to any URL for plain-text markdown format. - i18n: URL prefix `/{lang}` for non-English (ko, ja, zh-hans, es, fr, de, pt, ru, vi, tr, ar, hi, th, id). - `/` — Homepage — book list (e.g. `/`) - `/people/` — Browse biblical people (e.g. `/people/`) - `/people/{slug}/` — Person detail with bio, genealogy, verse references (e.g. `/people/moses/`) - `/places/` — Browse biblical places (e.g. `/places/`) - `/places/{slug}/` — Place detail with coordinates and references (e.g. `/places/jerusalem/`) - `/topics/` — Browse topics (e.g. `/topics/`) - `/topics/{slug}/` — Topic detail with related verses (e.g. `/topics/love/`) - `/glossary/` — Biblical glossary (e.g. `/glossary/`) - `/glossary/{slug}/` — Glossary term definition (e.g. `/glossary/covenant/`) - `/developers/` — API documentation (Swagger UI) (e.g. `/developers/`) - `/translations/` — Browse Bible translations (e.g. `/translations/`) - `/translations/{code}/` — Translation detail (e.g. `/translations/kjv/`) - `/timeline/` — Biblical timeline with eras and events (e.g. `/timeline/`) - `/{book_slug}/` — Book detail (e.g. Genesis) (e.g. `/genesis/`) - `/{book_slug}/{chapter}/` — Chapter detail (e.g. `/genesis/1/`) - `/{book_slug}/{chapter}/{verse}/` — Verse detail (e.g. `/genesis/1/1/`) - `/search/` — Full-text search (e.g. `/search/?q=love`) - `/verse-of-the-day/` — Daily verse (e.g. `/verse-of-the-day/`) - `/plans/` — Reading plans (e.g. `/plans/`) - `/words/` — Word study (Strong's Concordance) (e.g. `/words/`) - `/parallels/` — Parallel passages (e.g. `/parallels/`) - `/collections/` — Verse collections (e.g. `/collections/`) - `/names/` — Scripture names directory (e.g. `/names/`) - `/quotes/` — Quote gallery (e.g. `/quotes/`) ## Scripture - [All 66 Books](https://widebible.com/) - [Translations](https://widebible.com/translations/) - [Timeline](https://widebible.com/timeline/) - [Verse of the Day](https://widebible.com/verse-of-the-day/) - [Reading Plans](https://widebible.com/plans/) ## Reference - [People](https://widebible.com/people/) - [Places](https://widebible.com/places/) - [Topics](https://widebible.com/topics/) - [Glossary](https://widebible.com/glossary/) - [Word Study (Strong's)](https://widebible.com/words/) - [Cross-References & Parallels](https://widebible.com/parallels/) ## SEO Collections - [Verse Collections](https://widebible.com/collections/) - [Scripture Names](https://widebible.com/names/) - [Quotes](https://widebible.com/quotes/) ## Embed Widget - [WideBible Widget Docs](https://widget.widebible.com) - [widebible-embed on npm](https://www.npmjs.com/package/widebible-embed) - [widebible-embed on GitHub](https://github.com/dobestan/widebible-embed) ## REST API Free REST API. No authentication required. JSON responses. CORS enabled. | Method | Endpoint | Description | |--------|----------|-------------| | GET | `/api/v1/bible/books/` | List all 66 books | | GET | `/api/v1/bible/books/{id}/` | Book detail | | GET | `/api/v1/bible/chapters/` | List chapters | | GET | `/api/v1/bible/translations/` | List translations | | GET | `/api/v1/bible/verses/` | List verses (filterable, searchable) | | GET | `/api/v1/bible/people/` | List biblical people | | GET | `/api/v1/bible/places/` | List biblical places | | GET | `/api/v1/bible/topics/` | List topics | | GET | `/api/v1/bible/glossary/` | List glossary terms | | GET | `/api/v1/bible/cross-references/` | List cross-references | | GET | `/api/v1/bible/timeline-eras/` | List timeline eras | | GET | `/api/v1/bible/timeline-events/` | List timeline events | | GET | `/api/v1/bible/reading-plans/` | List reading plans | | GET | `/api/v1/bible/verse-of-the-day/` | Verse of the day | ```bash curl -s "https://widebible.com/api/v1/bible/books/" ``` [API Docs](https://widebible.com/developers/) · [OpenAPI Spec](https://widebible.com/api/openapi.json) ## Developer Tools - **PyPI**: `pip install widebible` — [widebible](https://pypi.org/project/widebible/) — Bible API client — books, verses, people, places, cross-references - **Embed Widget**: [widebible-embed](https://widget.widebible.com) ## WideHoly - [WideHoly](https://wideholy.com) — Multi-religion scripture comparison portal - [WideQuran](https://widequran.com) — Quran — 114 surahs, tafsir, hadith, Arabic text - [WideTorah](https://widetorah.com) — Torah — Tanakh, Talmud, Parashot, Rashi commentary - [WideGita](https://widegita.com) — Bhagavad Gita — 18 chapters, Upanishads, Yoga Sutras - [WideSutra](https://widesutra.com) — Buddhist scriptures — Tipitaka, Mahayana Sutras ## Images (CDN) OG images at https://cdn.widebible.com/og/{type}/{slug}.png - https://cdn.widebible.com/og/homepage.png ## Full Index - [Full content index](https://widebible.com/llms-full.txt) - [XML Sitemap](https://widebible.com/sitemap.xml)