← All API Products

Scripture API

2 endpoints for Bible verse lookup via bible-api.com. Look up any verse or passage by reference (e.g. John 3:16, Psalm 23:1-6), or get a random well-known verse. Returns full text, translation info, and individual verse breakdowns. Supports the World English Bible translation.

FREE 2 endpoints 100 req/hour
Base URL: https://nordapi.ee/api/v1

Bible Verse Lookup

GET /bible/:reference
Details →

Look up any Bible verse or passage by reference. Supports book names with chapter and verse numbers (e.g. 'john 3:16', 'psalm 23:1-6', 'genesis 1:1-10'). Returns full text, translation details, and individual verse breakdowns.

curl "https://nordapi.ee/api/v1/bible/john+3:16"

Random Bible Verse

GET /bible/random
Details →

Get a random well-known Bible verse from a curated selection of 20 popular passages including John 3:16, Psalm 23, Romans 8:28, and more.

curl https://nordapi.ee/api/v1/bible/random