{"componentChunkName":"component---node-modules-rocketseat-gatsby-theme-docs-core-src-templates-docs-query-js","path":"/quick-start/working-with-bibles/","result":{"data":{"mdx":{"id":"8469f669-cf9b-5f92-a948-3c7b7808913f","excerpt":"Overview Here we'll answer many of the common questions developers have when they first start working with Bibles in API.Bible. How do I find the Bibles I have…","fields":{"slug":"/quick-start/working-with-bibles/"},"frontmatter":{"title":"Working with Bibles","description":null,"image":null,"disableTableOfContents":null},"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Working with Bibles\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"h2\", {\n    \"id\": \"overview\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#overview\",\n    \"aria-label\": \"overview permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  })))), \"Overview\"), mdx(\"p\", null, \"Here we'll answer many of the common questions developers have when they first start working with Bibles in API.Bible.\"), mdx(\"hr\", null), mdx(\"h2\", {\n    \"id\": \"how-do-i-find-the-bibles-i-have-access-to\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#how-do-i-find-the-bibles-i-have-access-to\",\n    \"aria-label\": \"how do i find the bibles i have access to permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  })))), \"How do I find the Bibles I have access to?\"), mdx(\"p\", null, \"There are a few ways you can find out which Bibles you have access to.\"), mdx(\"h3\", {\n    \"id\": \"all-bibles\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#all-bibles\",\n    \"aria-label\": \"all bibles permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  })))), \"All Bibles\"), mdx(\"p\", null, \"This is the fastest way to get a full list of your Bibles \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"(including copyright and CC/Public Domain Bibles)\"), \". Call the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"/bibles\"), \" endpoint to see a full list of your Bibles as well as valuable metadata for each Bible:\"), mdx(\"pre\", null, mdx(\"code\", _extends({\n    parentName: \"pre\"\n  }, {\n    \"className\": \"language-sh\"\n  }), \"curl --request GET \\\\\\n  --url https://rest.api.bible/v1/bibles \\\\\\n  --header 'Content-Type: text/plain' \\\\\\n  --header 'api-key: API_KEY'\\n\")), mdx(\"p\", null, \"Here is how that might look in Javascript:\"), mdx(\"pre\", null, mdx(\"code\", _extends({\n    parentName: \"pre\"\n  }, {\n    \"className\": \"language-js\"\n  }), \"const response = await fetch(\\\"https://rest.api.bible/v1/bibles\\\", {\\n  headers: {\\n    \\\"Content-Type\\\": \\\"text/plain\\\",\\n    \\\"api-key\\\": \\\"API_KEY\\\",\\n  },\\n});\\n\\nconst data = await response.json();\\n\")), mdx(\"hr\", null), mdx(\"br\", null), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Pro Tip:\"), \" In the response you'll get from this call, you'll notice two key/value pairs of interest:\"), mdx(\"pre\", null, mdx(\"code\", _extends({\n    parentName: \"pre\"\n  }, {}), \"\\\"id\\\": \\\"de4e12af7f28f599-01\\\",\\n\\\"dblId\\\": \\\"de4e12af7f28f599\\\",\\n\")), mdx(\"p\", null, \"The \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"id\"), \" field represents this particular Bible. Throughout our docs we refer to this often as the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"bible_id\"), \", and it is used in many other calls, such as \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"/v1/bibles/{bible_id}/verses/JHN.3.16\"), \". The \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"dblId\"), \" is similar to \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"id\"), \" but relates multiple Bibles under one umbrella \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"(an example would be multiple editions of a Bible sharing the same \", mdx(\"inlineCode\", {\n    parentName: \"em\"\n  }, \"dblId\"), \" but having different \", mdx(\"inlineCode\", {\n    parentName: \"em\"\n  }, \"id\"), \"'s)\"), \". If you see the same Bible name appear several times in \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"/bibles\"), \", each one is a separate digital edition or format. Use the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"bible_id\"), \" that corresponds to the edition you plan to reference.\"), mdx(\"hr\", null), mdx(\"h3\", {\n    \"id\": \"copyright-bibles\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#copyright-bibles\",\n    \"aria-label\": \"copyright bibles permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  })))), \"Copyright Bibles\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"700px\"\n    }\n  }), \"\\n      \", mdx(\"span\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"59.583333333333336%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAMABQDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAECBf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhADEAAAAd1yxkh//8QAFRABAQAAAAAAAAAAAAAAAAAAEEH/2gAIAQEAAQUCaf/EABQRAQAAAAAAAAAAAAAAAAAAABD/2gAIAQMBAT8BP//EABQRAQAAAAAAAAAAAAAAAAAAABD/2gAIAQIBAT8BP//EABQQAQAAAAAAAAAAAAAAAAAAACD/2gAIAQEABj8CX//EABgQAQADAQAAAAAAAAAAAAAAAAEQESBB/9oACAEBAAE/IesFBh//2gAMAwEAAgADAAAAEITf/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAIAQMBAT8QiP/EABURAQEAAAAAAAAAAAAAAAAAAAAR/9oACAECAQE/EKr/xAAcEAACAgMBAQAAAAAAAAAAAAAAAREhMUFhUXH/2gAIAQEAAT8QSj0HK6VSUS5G4at7G8UjPPh//9k=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"picture\", {\n    parentName: \"span\"\n  }, \"\\n        \", mdx(\"source\", _extends({\n    parentName: \"picture\"\n  }, {\n    \"srcSet\": [\"/static/b008ed203c2fcc13d0a25d535bc24231/8ac56/additional-bibles.webp 240w\", \"/static/b008ed203c2fcc13d0a25d535bc24231/d3be9/additional-bibles.webp 480w\", \"/static/b008ed203c2fcc13d0a25d535bc24231/426ac/additional-bibles.webp 700w\"],\n    \"sizes\": \"(max-width: 700px) 100vw, 700px\",\n    \"type\": \"image/webp\"\n  })), \"\\n        \", mdx(\"source\", _extends({\n    parentName: \"picture\"\n  }, {\n    \"srcSet\": [\"/static/b008ed203c2fcc13d0a25d535bc24231/09b79/additional-bibles.jpg 240w\", \"/static/b008ed203c2fcc13d0a25d535bc24231/7cc5e/additional-bibles.jpg 480w\", \"/static/b008ed203c2fcc13d0a25d535bc24231/29d31/additional-bibles.jpg 700w\"],\n    \"sizes\": \"(max-width: 700px) 100vw, 700px\",\n    \"type\": \"image/jpeg\"\n  })), \"\\n        \", mdx(\"img\", _extends({\n    parentName: \"picture\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"src\": \"/static/b008ed203c2fcc13d0a25d535bc24231/29d31/additional-bibles.jpg\",\n    \"alt\": \"additional bibles\",\n    \"title\": \"additional bibles\",\n    \"loading\": \"lazy\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    }\n  })), \"\\n      \"), \"\\n    \")), mdx(\"br\", null), mdx(\"p\", null, \"If you'd just like to see and edit the full list of copyright Bibles you have access to:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"https://api.bible/sign-in\"\n  }), \"Log in\"), \" and visit your dashboard \", mdx(\"em\", {\n    parentName: \"li\"\n  }, \"(if you are unsure where your dashboard is, click \\\"API Product\\\" in the navigation, then \\\"Dashboard\\\")\"), \".\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Click \\\"Plan\\\" in the sub navigation \", mdx(\"em\", {\n    parentName: \"li\"\n  }, \"(below your app name)\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Your copyright Bibles will be listed after your plan details, below the header \\\"Additional Bibles\\\".\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"You can edit this list by clicking \\\"Edit Plan\\\", then \\\"Edit Bible Licenses\\\".\")), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Tip:\"), \" If you want to call a particular Bible, you'll want to copy the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"bible_id\"), \" listed in the \\\"Additional Bibles\\\" section on your \\\"Plan\\\" page. Click the dropdown arrow next to a Bible to view its \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"bible_id\"), \"'s.\"), mdx(\"h3\", {\n    \"id\": \"cc-and-public-domain-bibles\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#cc-and-public-domain-bibles\",\n    \"aria-label\": \"cc and public domain bibles permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  })))), \"CC and Public Domain Bibles\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"700px\"\n    }\n  }), \"\\n      \", mdx(\"span\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"54.58333333333334%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAALABQDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAQACBf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhADEAAAAe26QmP/xAAYEAACAwAAAAAAAAAAAAAAAAAAAREgIf/aAAgBAQABBQJSbX//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAEDAQE/AT//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAECAQE/AT//xAAUEAEAAAAAAAAAAAAAAAAAAAAg/9oACAEBAAY/Al//xAAYEAEBAAMAAAAAAAAAAAAAAAABABAhMf/aAAgBAQABPyECUW47OP/aAAwDAQACAAMAAAAQmM//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAEDAQE/ED//xAAVEQEBAAAAAAAAAAAAAAAAAAAQEf/aAAgBAgEBPxCn/8QAHRABAAMAAQUAAAAAAAAAAAAAAQARITFBUXGR4f/aAAgBAQABPxAVLsvrrOHLt7fYKLz1BvzAJsCp/9k=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"picture\", {\n    parentName: \"span\"\n  }, \"\\n        \", mdx(\"source\", _extends({\n    parentName: \"picture\"\n  }, {\n    \"srcSet\": [\"/static/d614d0e754d774b9da651992c3b7050d/8ac56/open-access.webp 240w\", \"/static/d614d0e754d774b9da651992c3b7050d/d3be9/open-access.webp 480w\", \"/static/d614d0e754d774b9da651992c3b7050d/426ac/open-access.webp 700w\"],\n    \"sizes\": \"(max-width: 700px) 100vw, 700px\",\n    \"type\": \"image/webp\"\n  })), \"\\n        \", mdx(\"source\", _extends({\n    parentName: \"picture\"\n  }, {\n    \"srcSet\": [\"/static/d614d0e754d774b9da651992c3b7050d/09b79/open-access.jpg 240w\", \"/static/d614d0e754d774b9da651992c3b7050d/7cc5e/open-access.jpg 480w\", \"/static/d614d0e754d774b9da651992c3b7050d/29d31/open-access.jpg 700w\"],\n    \"sizes\": \"(max-width: 700px) 100vw, 700px\",\n    \"type\": \"image/jpeg\"\n  })), \"\\n        \", mdx(\"img\", _extends({\n    parentName: \"picture\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"src\": \"/static/d614d0e754d774b9da651992c3b7050d/29d31/open-access.jpg\",\n    \"alt\": \"open access\",\n    \"title\": \"open access\",\n    \"loading\": \"lazy\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    }\n  })), \"\\n      \"), \"\\n    \")), mdx(\"br\", null), mdx(\"p\", null, \"All plans have access to the same list of CC and Public Domain Bibles. You can view \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"%5Bhttps://api.bible/bibles%5D(https://api.bible/bibles?category=Standard+License%252COpen+Access&page=1)\"\n  }), \"the full list here\"), \". Be sure to first set the \\\"License\\\" filter to \\\"Open Access\\\" and \\\"Standard License\\\".\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Tip:\"), \" You can see the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"bible_id\"), \" for each Bible on this page as well, though you'll need to be logged in to do so.\"), mdx(\"hr\", null), mdx(\"h2\", {\n    \"id\": \"now-that-i-have-my-bible-id-what-next\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#now-that-i-have-my-bible-id-what-next\",\n    \"aria-label\": \"now that i have my bible id what next permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  })))), \"Now that I have my Bible ID, what next?\"), mdx(\"p\", null, \"With your \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"bible_id\"), \" in hand, you can now make many helpful requests:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Use \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"/bibles/{bible_id}/books\"), \" to list the books in your specific Bible.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Use \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"/bibles/{bible_id}/chapters\"), \" or \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"/bibles/{bible_id}/verses\"), \" to retrieve text.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Explore parameters like \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"include-notes\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"include-titles\"), \", and \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"include-chapter-numbers\"), \" for richer output.\")), mdx(\"p\", null, \"For more API calls, visit our \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://api.bible/api-reference\"\n  }), \"API Reference\"), \".\"));\n}\n;\nMDXContent.isMDXComponent = true;","headings":[{"depth":2,"value":"Overview"},{"depth":2,"value":"How do I find the Bibles I have access to?"},{"depth":3,"value":"All Bibles"},{"depth":3,"value":"Copyright Bibles"},{"depth":3,"value":"CC and Public Domain Bibles"},{"depth":2,"value":"Now that I have my Bible ID, what next?"}]}},"pageContext":{"slug":"/quick-start/working-with-bibles/","prev":{"label":"Authentication","link":"/quick-start/authentication"},"next":{"label":"Licensing & Access","link":"/quick-start/licensing-and-access"},"githubEditUrl":"https:/github.com/americanbible/api-bible-docs/tree/master/src/@rocketset/gatsby-theme-docs/src/docs/quick-start/working-with-bibles.mdx"}}}