Holy Bible API

Holy Bible API — Free Bible API serving 800+ text translations and 40+ a…

📖 Books & WordsHEALTHYchecked 7h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Holy Bible API exposes free Bible API serving 800+ text translations and 40+ audio translations We verified a keyless GET endpoint returning JSON (Books). Check the provider docs for rate limits and terms before production use.

88HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 88 · healthy
Uptime history
100%90 days
100%30 days
852P50 · ms
2274P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 236 ms, slowest 1192 ms, most recent 666 ms.
Live response samplecaptured by our last successful check
GET https://holy-bible-api.com/health

"Healthy!"
Call itcurl · fetch · python
curl "https://holy-bible-api.com/health"
const res = await fetch("https://holy-bible-api.com/health");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://holy-bible-api.com/health")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 3HealthyFULL DOCS ↗
Monitored path responding — GET /health852 mschecked 7h ago
GET/healthPROBED

Holy Bible API — Free Bible API serving 800+ text translations and 40+ a…

GET/ping

Lightweight ping endpoint.

GET/status

Service status metadata.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Holy Bible API: common questions

Is Holy Bible API free to use?

Yes — Holy Bible API is a free books & words API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Holy Bible API need an API key?

No — Holy Bible API needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Holy Bible API from the browser?

Not directly — Holy Bible API doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Holy Bible API up right now?

As of our last scheduled check, Holy Bible API is healthy with 100% uptime over 90 days and a 852 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.