Bible References

FREE
By Luis Galicia | Updated 15 days ago | Data
Popularity

0.3 / 10

Latency

428ms

Service Level

100%

Health Check

N/A

Back to All Discussions

Calling Psalms endpoint

Rapid account: Mbouendenorman
mbouendenorman
4 years ago

Man, this is a great API, lots of functionnalities. I really appreciate the work.

I am having some troubles calling the Psalms passage. There are no datas in the response body of the requests. I tried using Kjv and lsg bibles. Please, can you look this up?

Rapid account: Mpoo
mpoo Commented 2 years ago

I suspect that may be caused by Jude only having a single chapter.

Rapid account: Mbouendenorman
mbouendenorman Commented 4 years ago

I just noticed that there is a mistake on the jude passage. The response is missing the first verse.
“data”: [
{“bible”: “kjv”,
“passage”: “Jude”,
“chapter”: “Jude”,
“verse”: [
{
“number”: 0,
“text”: “1”
},
{
“number”: 0,
“text”: “”
},
{
“number”: 2,
“text”: “Mercy unto you, and peace, and love, be multiplied.”
},
{
“number”: 3,
“text”: “Beloved, when I gave all diligence to write unto you of the common salvation, it was needful for me to write unto you, and exhort you that ye should earnestly contend for the faith which was once delivered unto the saints.”
},

Rapid account: Mbouendenorman
mbouendenorman Commented 4 years ago

Thanks. i was using https://bible-references.p.rapidapi.com/api/verses/lsg/Psalms/Psalms 1?versestart=1&verseend=2. I added an s in Psalms 1 for the chapter

Rapid account: Gryfoleon
gryfoleon Commented 4 years ago

Hello

I am glad to know you like it.

I will help you.
Can you post the request you are trying to execute?
if you are using rapid API page you can post the code snipet

Here is an example of what I did (using postman)
Using bible: lsg and kjv
Passage: Psalms
Chapter: Psalm 1
Verses: 1 to 2

https://bible-references.p.rapidapi.com/api/verses/lsg/Psalms/Psalm 1?verse_start=1&verse_end=2
res:
{ "data": [ { "bible": "lsg", "passage": "Psalms", "chapter": "Psalm 1", "verse": [ { "number": 1, "text": "Heureux l’homme qui ne marche pas selon le conseil des méchants, Qui ne s’arrête pas sur la voie des pécheurs, Et qui ne s’assied pas en compagnie des moqueurs," }, { "number": 2, "text": "Mais qui trouve son plaisir dans la loi de l’Éternel, Et qui la médite jour et nuit!" } ] } ] }

https://bible-references.p.rapidapi.com/api/verses/kjv/Psalms/Psalm 1?verse_start=1&verse_end=2

res:
{ "data": [ { "bible": "kjv", "passage": "Psalms", "chapter": "Psalm 1", "verse": [ { "number": 1, "text": "Blessed is the man that walketh not in the counsel of the ungodly, nor standeth in the way of sinners, nor sitteth in the seat of the scornful." }, { "number": 2, "text": "But his delight is in the law of the LORD; and in his law doth he meditate day and night." } ] } ] }

Join in the discussion - add comment below:

Login / Signup to post new comments