Skip to content

camloken/word-lite-api

Repository files navigation

word-lite-api

This API returns the the following Bibles in JSON format

  • NKJV - New King James Version
  • NASB - New American Standard Bible
  • ESV - English Standard Version
  • LITV - Green's Literal Translation
  • GENEVA - Geneva Bible

Endpoint 1: https://word-lite-api.vercel.app/nkjv/genesis (returns the book of genesis)
Endpoint 2: https://word-lite-api.vercel.app/nkjv/genesis/3 (returns the book of genesis chapter 3)
Endpoint 3: https://word-lite-api.vercel.app/nkjv/genesis/3/1 (returns the book of genesis chapter 3 verse 1)

Note: for '1 John' don't use spaces (e.g. '1John' or '1john')