Programmatic access to the New Testament epistles, consisting of apostolic letters addressing theology, doctrine, and early church life.
GET /api/scripture?bookID={BOOK_ID}&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 45,
"name": "Romans"
},
"chapter": 1,
"results_count": 32,
"data": [
{
"verse": 1,
"text": "Paul, a servant of Jesus Christ, called to be an apostle, separated unto the gospel of God,"
},
{
"verse": 2,
"text": "(Which he had promised afore by his prophets in the holy scriptures,)"
}
]
}
The epistles provide doctrinal instruction, pastoral guidance, and theological exposition for early Christian communities. These texts are commonly used for teaching systems of belief, ethical analysis, and structured scripture study.