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,
    "chapterCount": 123,
    "verseCount": 123
  }
}

Path Parameters

bookCode
string
required
Minimum string length: 1

Response

Book metadata

data
object
required