Sections not displaying in passages?
Alicia Taylor
Forgive me, I could not find this in the documentation, but how can I get the section names to display when I show a bible passage?
For example: Using KJV 1 Samuel 30 has 3 sections, The Amalekites Raid Ziklag is the first one. But when the passage is displayed, the section names are missing.
How do I fix this or can it be added as a feature?
Ryan O'Dowd
Typically, the query param
include-titles=true
will make sure the response includes the section names, but I don't believe the KJV has titles. For translations that include titles as part of the text, that is the query param you'll want to include in your request URL (e.g. https://api.scripture.api.bible/v1/bibles/{bibleId}/chapters/1SA.30?content-type=html&include-titles=true)