{
  "info": {
    "name": "Get Bible · Dictionaries API v1",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Generated from https://dictionaries.getbible.net/v1/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://dictionaries.getbible.net",
      "type": "string"
    },
    {
      "key": "document",
      "value": "dictionary-catalog",
      "type": "string"
    },
    {
      "key": "dictionary",
      "value": "strongsgreek",
      "type": "string"
    },
    {
      "key": "entry",
      "value": "G3056",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "The catalog of every dictionary in the tree",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/dictionaries.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "dictionaries.json"
          ],
          "query": []
        },
        "description": "Every dictionary this tree holds, with its counts and sizes, and the path template of each of its documents relative to v1/.\n\nSource contract: https://dictionaries.getbible.net/v1/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": "How and when the tree was built",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/build.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "build.json"
          ],
          "query": []
        },
        "description": "The builder and extractor versions, the build time, the module catalog the modules were selected from and the Bible API the references were resolved against.\n\nSource contract: https://dictionaries.getbible.net/v1/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 compilation outcome and module failures",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/build-report.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "build-report.json"
          ],
          "query": []
        },
        "description": "The build status, successfully rebuilt modules, failures with their stage and reason, and previously verified modules retained after a failed rebuild. This snapshot describes compilation; the workflow report also records later publication errors.\n\nSource contract: https://dictionaries.getbible.net/v1/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-256 of every other document",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/hashes.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "hashes.json"
          ],
          "query": []
        },
        "description": "The integrity manifest of the tree: a digest for every other document, which is also the complete list of the paths the tree contains.\n\nSource contract: https://dictionaries.getbible.net/v1/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}}/v1/openapi.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "openapi.json"
          ],
          "query": []
        },
        "description": "The OpenAPI description of the tree, generated with it.\n\nSource contract: https://dictionaries.getbible.net/v1/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 JSON Schema of one document type",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/schema/{{document}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "schema",
            "{{document}}.json"
          ],
          "query": []
        },
        "description": "The schemas embedded under components, served beside the data.\n\nSource contract: https://dictionaries.getbible.net/v1/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 dictionary's provenance, licence, counts and sizes",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/{{dictionary}}/metadata.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "{{dictionary}}",
            "metadata.json"
          ],
          "query": []
        },
        "description": "Where the module came from, under which licence, how many words it holds, how large its whole-dictionary document is, and which Bible its references were resolved against.\n\nSource contract: https://dictionaries.getbible.net/v1/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 word of one dictionary",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/{{dictionary}}/index.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "{{dictionary}}",
            "index.json"
          ],
          "query": []
        },
        "description": "Every word once, sorted by its accent-insensitive lowercase search term, with the id of the document that holds it.\n\nSource contract: https://dictionaries.getbible.net/v1/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 word of one dictionary",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/{{dictionary}}/{{entry}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "{{dictionary}}",
            "{{entry}}.json"
          ],
          "query": []
        },
        "description": "The definition, the words it links to and from, and the scripture it cites.\n\nSource contract: https://dictionaries.getbible.net/v1/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 dictionary",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/{{dictionary}}.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "{{dictionary}}.json"
          ],
          "query": []
        },
        "description": "Every entry document in index order, each byte-for-byte the document served at its own path. A bulk document: metadata.json states its size.\n\nSource contract: https://dictionaries.getbible.net/v1/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": []
    }
  ]
}
