bible.chapter
ActiveTool of Urantia Papers
declared in 1.0.0
Get every verse in a Bible chapter, ordered by verse number. Accepts OSIS, USFM, full name, or alias for `book_code`.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"book_code",
"chapter"
],
"properties": {
"chapter": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 1,
"description": "Chapter number (1-indexed)"
},
"book_code": {
"type": "string",
"description": "Book identifier. Example: \"Gen\" or \"Genesis\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Urantia Papers
https://github.com/urantia-hub/urantia-dev-api
2/7 registries