24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Chandler's Bible API Mirror</title>
|
|
<style>
|
|
body { font-family: sans-serif; max-width: 600px; margin: auto; padding: 2em; }
|
|
code { background: #eee; padding: 0.2em 0.4em; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Chandler's Bible API Mirror</h1>
|
|
<p>This site mirrors the public domain Bible API from <a href="https://bible.helloao.org/">bible.helloao.org</a>.</p>
|
|
<h2>License</h2>
|
|
<p>The Holy Bible, Berean Standard Bible, BSB is produced in cooperation with Bible Hub, Discovery Bible, OpenBible.com, and the Berean Bible Translation Committee. This text of God's Word has been dedicated to the public domain.</p>
|
|
<p><a href="https://berean.bible/terms.htm">https://berean.bible/terms.htm</a></p>
|
|
<p>You can fetch JSON files under the <code>/api/</code> path. For example:</p>
|
|
<ul>
|
|
<li><code><a href="/api/BSB/books.json">/api/available_translations.json</a></code>: A list of available translations</li>
|
|
<li><code><a href="/api/BSB/books.json">/api/BSB/books.json</a></code>: All books of the Berean Standard Bible</li>
|
|
<li><code><a href="/api/BSB/GEN.json">/api/BSB/GEN/1.json</a></code>: Genesis 1, Berean Standard Bible</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|