Job API

Structured JSON access to all 42 chapters of the Book of Job.

Endpoint Reference

GET /api/scripture?bookID=18&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
  
  • Book: Job
  • Book ID: 18
  • Chapters: 1 – 42
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: Job data is verified public domain and may be used commercially without attribution.

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 18,
    "name": "Job"
  },
  "chapter": 1,
  "range": null,
  "results_count": 22,
  "data": [
    {
      "verse": 1,
      "text": "There was a man in the land of Uz, whose name was Job; and that man was perfect and upright, and one that feared God, and eschewed evil."
    },
    {
      "verse": 2,
      "text": "And there were born unto him seven sons and three daughters."
    }
  ]
}
                

Using Job Scripture Data

BibleBridge provides canonical JSON access to Job for applications such as reading plans, verse-of-the-day tools, cross-translation study, and AI-powered scripture analysis. Stable verse identifiers ensure consistency across all supported translations.