{
  "info": {
    "name": "Get Bible · Bible API v2",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Generated from https://api.getbible.net/v2/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/v2",
      "type": "string"
    },
    {
      "key": "abbreviation",
      "value": "kjv",
      "type": "string"
    },
    {
      "key": "book",
      "value": "1",
      "type": "string"
    },
    {
      "key": "chapter",
      "value": "1",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Index of the translations",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/translations.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "translations.json"
          ],
          "query": []
        },
        "description": "Every translation in the tree with its details and checksum, keyed by abbreviation.\n\nSource contract: https://api.getbible.net/v2/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": "Index of the translations as text",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/translations.txt",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "translations.txt"
          ],
          "query": []
        },
        "description": "Every translation in the tree, one per line, with the columns: #, language, translation, abbreviation, direction, filename, sha.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of the index of the translations",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/translations.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "translations.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of translations.json.\n\nSource contract: https://api.getbible.net/v2/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": "Checksums of the translations",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/checksum.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "checksum.json"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of every translation file, keyed by abbreviation.\n\nSource contract: https://api.getbible.net/v2/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": "Checksums of the translations as text",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/checksum.txt",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "checksum.txt"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of every translation file, one per line, with the columns: #, filename, sha.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of the checksums of the translations",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/checksum.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "checksum.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of checksum.json.\n\nSource contract: https://api.getbible.net/v2/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": "A complete translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}.json"
          ],
          "query": []
        },
        "description": "The whole translation: every book with every chapter and verse, and the details of the source module.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of a translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of the translation file.\n\nSource contract: https://api.getbible.net/v2/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": "Index of the books of a translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/books.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "books.json"
          ],
          "query": []
        },
        "description": "Every book of the translation with its details and checksum, keyed by book number.\n\nSource contract: https://api.getbible.net/v2/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": "Index of the books of a translation as text",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/books.txt",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "books.txt"
          ],
          "query": []
        },
        "description": "Every book of the translation, one per line, with the columns: #, language, translation, abbreviation, direction, name, filename, sha.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of the index of the books of a translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/books.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "books.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of the books.json of the translation.\n\nSource contract: https://api.getbible.net/v2/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": "Checksums of the books of a translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/checksum.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "checksum.json"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of every book file of the translation, keyed by book number.\n\nSource contract: https://api.getbible.net/v2/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": "Checksums of the books of a translation as text",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/checksum.txt",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "checksum.txt"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of every book file of the translation, one per line, with the columns: #, filename, sha.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of the checksums of the books of a translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/checksum.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "checksum.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of the checksum.json of the translation.\n\nSource contract: https://api.getbible.net/v2/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": "A complete book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}.json"
          ],
          "query": []
        },
        "description": "One book of the translation with every chapter and verse.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of a book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of the book file.\n\nSource contract: https://api.getbible.net/v2/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": "Index of the chapters of a book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}/chapters.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}",
            "chapters.json"
          ],
          "query": []
        },
        "description": "Every chapter of the book with its details and checksum, keyed by chapter number.\n\nSource contract: https://api.getbible.net/v2/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": "Index of the chapters of a book as text",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}/chapters.txt",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}",
            "chapters.txt"
          ],
          "query": []
        },
        "description": "Every chapter of the book, one per line, with the columns: #, language, translation, abbreviation, textdirection, book_nr, book_name, filename, sha.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of the index of the chapters of a book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}/chapters.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}",
            "chapters.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of the chapters.json of the book.\n\nSource contract: https://api.getbible.net/v2/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": "Checksums of the chapters of a book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}/checksum.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}",
            "checksum.json"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of every chapter file of the book, keyed by chapter number.\n\nSource contract: https://api.getbible.net/v2/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": "Checksums of the chapters of a book as text",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}/checksum.txt",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}",
            "checksum.txt"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of every chapter file of the book, one per line, with the columns: #, filename, sha.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of the checksums of the chapters of a book",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}/checksum.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}",
            "checksum.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of the checksum.json of the book.\n\nSource contract: https://api.getbible.net/v2/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": "A complete chapter",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}/{{chapter}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}",
            "{{chapter}}.json"
          ],
          "query": []
        },
        "description": "One chapter of a book with every verse.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of a chapter",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{abbreviation}}/{{book}}/{{chapter}}.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{abbreviation}}",
            "{{book}}",
            "{{chapter}}.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of the chapter file.\n\nSource contract: https://api.getbible.net/v2/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 document",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/openapi.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "openapi.json"
          ],
          "query": []
        },
        "description": "The OpenAPI description of this tree, written at the end of the build that produced it.\n\nSource contract: https://api.getbible.net/v2/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": "Checksum of this document",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "text/plain"
          }
        ],
        "url": {
          "raw": "{{base_url}}/openapi.sha",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "openapi.sha"
          ],
          "query": []
        },
        "description": "The SHA-1 checksum of openapi.json.\n\nSource contract: https://api.getbible.net/v2/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": []
    }
  ]
}
