Back to catalog
πŸ“š

Bible-api

Free

Free Bible API with multiple languages

πŸ“šBooksHTTPSCORS enabledNo API key required

John 3:16

King James Version

TextFor God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.
Translation NameKJV

Sample Response

response.json
1{
2 "reference": "John 3: 16",
3 "verses": [
4 {
5 "book_id": "JHN",
6 "book_name": "John",
7 "chapter": 3,
8 "verse": 16,
9 "text": "For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life."
10 }
11 ],
12 "text": "For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.",
13 "translation_name": "KJV"
14}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://bible-api.com/"
View Documentation

Similar APIs