KJV API

KJV accessible via web calls

Usage

URL Root: https://api.1611.social/ (you are here)

Verse searching

'/someverse' accepts verse references in a variety of forms, including single verses and verse ranges. For example:

  • Jn3:16, john3:16,17 ps1:1-6
  • Most recognizable abbreviations are allowed, and spelling errors are ignored if the book can be made out in the first few characters. No distinction is made between upper and lower case. Multiple references may be provided on an input line, delimited by spaces or commas.

    Keyword searching

    '/s*/keyword' accepts a search word, and will return any verses matching the query

    Integration

    If you want to put the verse of the day into your website, you can use the following example php:

    echo curl_exec(curl_init('https://api.1611.social/t/votd'));

    You can see this work here:

    Examples

    https://api.1611.social/p/John3:16

    https://api.1611.social/s/faith

    https://api.1611.social/sp/hell

    https://api.1611.social/spl/reprobate

    Bugs

    Suggestions, bug reports or improvements can be reported to @tyler@1611.social