Skip to content
James Cuénod edited this page Sep 6, 2022 · 8 revisions

Endpoint: /api/v2/text

Parameters

Parameter Description Explanation
modules A case insensitive, comma separated list of module abbreviations. "Modules" are Bible versions, including original languages and modern translations. A list of valid module abbreviations may be found at the modules endpoint.
reference A comma separated list of book/chapter/verse references (including ranges). Books currently only include the Protestant canon but Parabible aspires to handle additional literature (e.g., the Apostolic Fathers). The server can parse ranges and comma separated values (e.g., "Gen 2:1–3, Exod 20:1").

Example: /api/v2/text?modules=ULT&reference=Gen2:1-3,exod20:1

Returns

The return is in the form:

{}
Clone this wiki locally