getBible

commentaries.getbible.net /v1/

Version v1 of the getBible static API at commentaries.getbible.net: every resource below this prefix is a file served exactly as published. public, metered · tokens unlimited

Base URL

https://commentaries.getbible.net/v1/

Documents are addressed by their path below the base URL:

curl https://commentaries.getbible.net/v1/path/to/document.json

The machine-readable description of this endpoint is openapi.json.

How to call it

Access

This endpoint is public and metered. Anonymous callers share a budget per client address; callers with a bearer token are not limited at all.

Budget (per address)Value
Sustained rate50 requests per second, bursts up to 250
Per hourabout 100000 requests
Per dayabout 1000000 requests
Concurrent connections100

Budgets are enforced as token buckets, so steady traffic under the quota is never touched and bursts above it are slowed with a 429 rather than cut off.

Using a token

Send it as a bearer credential. Tokens never go in the URL.

curl -H "Authorization: Bearer gb..." https://commentaries.getbible.net/v1/path/to/document.json

Tokens are issued to applications and partners by the getBible team; ask through getBible.net.

Errors

Every error is an RFC 9457 problem document with the media type application/problem+json.

StatusCodeMeaning
400bad_requestA query string or malformed request was sent.
401unauthorizedA bearer token is required and was missing or invalid.
404not_foundNo such document in this endpoint.
405method_not_allowedOnly GET, HEAD and OPTIONS are accepted.
429rate_limitedThe public budget for your address is used up; a Retry-After header is included.
503unavailableTemporary outage; retry after a moment.

All endpoints of commentaries.getbible.net