Skip to main content
GET
/
bible
/
{bookCode}
Get a Bible book's metadata
curl --request GET \
  --url https://api.urantia.dev/bible/{bookCode}
{
  "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.

Path Parameters

bookCode
string
required
Minimum string length: 1

Response

Book metadata

data
object
required