Skip to main content
GET
/
bible
/
books
List all 81 Bible books
curl --request GET \
  --url https://api.urantia.dev/bible/books
{
  "data": [
    {
      "bookCode": "<string>",
      "bookName": "<string>",
      "fullName": "<string>",
      "abbr": "<string>",
      "bookOrder": 123,
      "canon": "ot",
      "chapterCount": 123,
      "verseCount": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://urantia.dev/llms.txt

Use this file to discover all available pages before exploring further.

Response

List of all Bible books

data
object[]
required