Bible API
A free RESTful Bible API providing access to multiple Bible translations. Supports verse lookup by reference, structured data access to translations/books/chapters, and random verse retrieval. No authentication required.
Screenshot:
Base URL:
Auth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
https://bible-api.comAuth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
428ms
Avg latency (7d)5
Probes (7d)Latency (7d)
Success Rate (7d)
Topics
Endpoints
| Method | Path | Summary | Auth | Last Status | Latency |
|---|---|---|---|---|---|
GET |
/data | List all available translations | — | 200 | 561ms |
GET |
/data/{translation} | List books in a translation | — | 200 | 336ms |
GET |
/data/{translation}/random | Get a random verse | — | 200 | 460ms |
GET |
/data/{translation}/random/{filter} | Get random verse with filter | — | 200 | 372ms |
GET |
/{reference} | Get Bible verses by reference | — | 200 | 410ms |