{
  "info": {
    "name": "Get Bible · Bible API v3",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Generated from https://api.getbible.net/v3/openapi.json. Public requests start with no authentication. For optional partner access, select Bearer Token in this collection's Authorization tab and enter a token issued for this domain. Never export or share credentials. Catalogue examples are prefilled; requests labeled Error behavior intentionally demonstrate a documented failure. GET and POST search samples are ready to run."
  },
  "auth": {
    "type": "noauth"
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://api.getbible.net",
      "type": "string"
    },
    {
      "key": "translation",
      "value": "kjv",
      "type": "string"
    },
    {
      "key": "book",
      "value": "1",
      "type": "string"
    },
    {
      "key": "chapter",
      "value": "1",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Every translation in the tree",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/translations.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "translations.json"
          ],
          "query": []
        },
        "description": "The translation index: every translation with its metadata, the URL its document was built for and the SHA-1 of that document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the translation index",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/translations.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "translations.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the translation index.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of every translation document",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/checksum.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "checksum.json"
          ],
          "query": []
        },
        "description": "Every translation's abbreviation mapped to the SHA-1 of its document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the translation checksum index",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/checksum.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "checksum.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the translation checksum index.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "This description",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/openapi.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "openapi.json"
          ],
          "query": []
        },
        "description": "The OpenAPI description of the tree, generated with it.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of this description",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/openapi.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "openapi.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of this description.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The whole translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}.json"
          ],
          "query": []
        },
        "description": "Every book, chapter and verse of one translation with its metadata and the source module's distribution metadata. A bulk document: translations.json carries its digest.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the translation document",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the translation document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "Every book of one translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/books.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "books.json"
          ],
          "query": []
        },
        "description": "The book index of a translation: every book with its number, name and title metadata, the URL its document was built for and the SHA-1 of that document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the book index",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/books.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "books.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the book index.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of every book document of one translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/checksum.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "checksum.json"
          ],
          "query": []
        },
        "description": "Every book number mapped to the SHA-1 of its document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the book checksum index",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/checksum.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "checksum.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the book checksum index.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "One book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/{{book}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "{{book}}.json"
          ],
          "query": []
        },
        "description": "Every chapter and verse of one book with the translation's metadata and the book's title metadata and introduction.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the book document",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/{{book}}.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "{{book}}.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the book document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "Every chapter of one book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/{{book}}/chapters.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "{{book}}",
            "chapters.json"
          ],
          "query": []
        },
        "description": "The chapter index of a book: every chapter with its number, name and reading layout, the URL its document was built for and the SHA-1 of that document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the chapter index",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/{{book}}/chapters.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "{{book}}",
            "chapters.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the chapter index.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of every chapter document of one book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/{{book}}/checksum.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "{{book}}",
            "checksum.json"
          ],
          "query": []
        },
        "description": "Every chapter number mapped to the SHA-1 of its document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the chapter checksum index",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/{{book}}/checksum.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "{{book}}",
            "checksum.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the chapter checksum index.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "One chapter",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/{{book}}/{{chapter}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "{{book}}",
            "{{chapter}}.json"
          ],
          "query": []
        },
        "description": "Every verse of one chapter with the translation's metadata, the book it belongs to, and its reading layout and introduction when the source supplies them.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    },
    {
      "name": "The SHA-1 of the chapter document",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v3/{{translation}}/{{book}}/{{chapter}}.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v3",
            "{{translation}}",
            "{{book}}",
            "{{chapter}}.sha"
          ],
          "query": []
        },
        "description": "Forty hexadecimal digits and a line feed: the SHA-1 of the bytes of the chapter document.\n\nSource contract: https://api.getbible.net/v3/openapi.json\nRunnable catalogue examples are prefilled. Optional filters are disabled unless needed to provide search text. You can change collection variables or request parameters. Full-translation requests may download large documents."
      },
      "response": []
    }
  ]
}
