{
  "info": {
    "name": "Get Bible · Search API v2",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Generated from https://search.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://search.getbible.net",
      "type": "string"
    },
    {
      "key": "segment",
      "value": "faith hope",
      "type": "string"
    },
    {
      "key": "translation",
      "value": "kjv",
      "type": "string"
    },
    {
      "key": "search",
      "value": "faith hope",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Liveness",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/healthz",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "healthz"
          ],
          "query": []
        },
        "description": "Liveness\n\nSource contract: https://search.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.",
        "auth": {
          "type": "noauth"
        }
      },
      "response": []
    },
    {
      "name": "Readiness: read a verse from the default translation",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/readyz",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "readyz"
          ],
          "query": []
        },
        "description": "Readiness: read a verse from the default translation\n\nSource contract: https://search.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.",
        "auth": {
          "type": "noauth"
        }
      },
      "response": []
    },
    {
      "name": "Short form: translation or search string",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{segment}}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{segment}}"
          ],
          "query": [
            {
              "key": "q",
              "disabled": true,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "Short form: translation or search string\n\nSource contract: https://search.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": "Short form with POST",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{segment}}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{segment}}"
          ],
          "query": [
            {
              "key": "q",
              "disabled": true,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "Short form with POST\n\nSource contract: https://search.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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"faith hope\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Short form: translation or search string",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{translation}}/{{search}}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{translation}}",
            "{{search}}"
          ],
          "query": [
            {
              "key": "q",
              "disabled": true,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "Short form: translation or search string\n\nSource contract: https://search.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": "Short form with POST",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/{{translation}}/{{search}}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "{{translation}}",
            "{{search}}"
          ],
          "query": [
            {
              "key": "q",
              "disabled": true,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "Short form with POST\n\nSource contract: https://search.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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"faith hope\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Public API contract",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v2/openapi.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v2",
            "openapi.json"
          ],
          "query": []
        },
        "description": "Public API contract\n\nSource contract: https://search.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.",
        "auth": {
          "type": "noauth"
        }
      },
      "response": []
    },
    {
      "name": "Search using URL parameters",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v2/{{translation}}?q=faith%20hope",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v2",
            "{{translation}}"
          ],
          "query": [
            {
              "key": "q",
              "disabled": false,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "The path wins over query parameters. Only book and exclude may repeat. Filters override configured defaults; scripture references return scripture without applying full-text filters. GET bodies are not read.\n\nSource contract: https://search.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": "Search using URL parameters, a JSON body, or both",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v2/{{translation}}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v2",
            "{{translation}}"
          ],
          "query": [
            {
              "key": "q",
              "disabled": true,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "The same search implementation as GET. Path > query parameters > JSON body > configured defaults. A body is optional when q is provided in the URL. Scripture references return scripture without applying full-text filters.\n\nSource contract: https://search.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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 25,\n  \"q\": \"faith hope\",\n  \"words\": \"any\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Search using URL parameters",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v2/{{translation}}/{{search}}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v2",
            "{{translation}}",
            "{{search}}"
          ],
          "query": [
            {
              "key": "q",
              "disabled": true,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "The path wins over query parameters. Only book and exclude may repeat. Filters override configured defaults; scripture references return scripture without applying full-text filters. GET bodies are not read.\n\nSource contract: https://search.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": "Search using URL parameters, a JSON body, or both",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v2/{{translation}}/{{search}}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v2",
            "{{translation}}",
            "{{search}}"
          ],
          "query": [
            {
              "key": "q",
              "disabled": true,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "The same search implementation as GET. Path > query parameters > JSON body > configured defaults. A body is optional when q is provided in the URL. Scripture references return scripture without applying full-text filters.\n\nSource contract: https://search.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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 25,\n  \"q\": \"faith hope\",\n  \"words\": \"any\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Search using URL parameters",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v2?q=faith%20hope",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v2"
          ],
          "query": [
            {
              "key": "q",
              "disabled": false,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "The path wins over query parameters. Only book and exclude may repeat. Filters override configured defaults; scripture references return scripture without applying full-text filters. GET bodies are not read. At a domain root, a request without query parameters serves the public documentation page; API requests at that path use the configured API access policy.\n\nSource contract: https://search.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": "Search using URL parameters, a JSON body, or both",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v2",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v2"
          ],
          "query": [
            {
              "key": "q",
              "disabled": true,
              "description": "Search words or a scripture reference; ignored when the search is supplied in the path.",
              "value": "faith hope"
            },
            {
              "key": "translation",
              "disabled": true,
              "description": "Translation abbreviation (case-insensitive); defaults to kjv and is overridden by a path translation.",
              "value": "kjv"
            },
            {
              "key": "words",
              "disabled": true,
              "description": "",
              "value": "all"
            },
            {
              "key": "match",
              "disabled": true,
              "description": "",
              "value": "whole_word"
            },
            {
              "key": "case_sensitive",
              "disabled": true,
              "description": "Accepts true/false, 1/0 or yes/no (case-insensitive).",
              "value": "false"
            },
            {
              "key": "scope",
              "disabled": true,
              "description": "",
              "value": "bible"
            },
            {
              "key": "book",
              "disabled": true,
              "description": "Repeat book=Genesis&book=2 to select books; combined with books. At most 83 combined selections.",
              "value": "1"
            },
            {
              "key": "books",
              "disabled": true,
              "description": "Comma-separated book names or numbers; combined with repeated book values.",
              "value": "John"
            },
            {
              "key": "diacritics",
              "disabled": true,
              "description": "fold/exact; compatibility aliases insensitive/sensitive are also accepted.",
              "value": "fold"
            },
            {
              "key": "exclude",
              "disabled": true,
              "description": "Repeat exclude=word to exclude multiple terms; at most 32 terms of 100 characters each.",
              "value": "darkness"
            },
            {
              "key": "proximity",
              "disabled": true,
              "description": "Intervening words, 0 to 100; requires words=all.",
              "value": "1"
            },
            {
              "key": "sort",
              "disabled": true,
              "description": "",
              "value": "canonical"
            },
            {
              "key": "limit",
              "disabled": true,
              "description": "",
              "value": "100"
            },
            {
              "key": "offset",
              "disabled": true,
              "description": "",
              "value": "0"
            }
          ]
        },
        "description": "The same search implementation as GET. Path > query parameters > JSON body > configured defaults. A body is optional when q is provided in the URL. Scripture references return scripture without applying full-text filters.\n\nSource contract: https://search.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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 25,\n  \"q\": \"faith hope\",\n  \"words\": \"any\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    }
  ]
}
