You're viewing a demo portfolio

Join the waitlist
PRSM

bible.chapter

Active

Tool 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\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Urantia Papers

https://github.com/urantia-hub/urantia-dev-api

2/7 registries
View full server →