Skip to content

Repository files navigation

API_ScriptTranslate

Language and Framework

Python 3

Flask-RESTful

URL

https://api-scripture.onrender.com

Get Old Testament Request

GET /api/ot?book={{book}}&chapter={{chapter}}&start={{start}}&end={{end}}

Get Old Testament Reponse

200 OK
{
  "chapter": <String>,
  "English": <String>,
  "Japanese":<String>
}

Get New Testament Request

GET /api/nt?book={{book}}&chapter={{chapter}}&start={{start}}&end={{end}}

Get New Testament Reponse

200 OK
{
  "chapter": <String>,
  "English": <String>,
  "Japanese":<String>
}

Get Book of Mormon Request

GET /api/bom?book={{book}}&chapter={{chapter}}&start={{start}}&end={{end}}

Get Book of Mormon Response

200 OK
{
  "chapter": <String>,
  "English": <String>,
  "Japanese":<String>
}

Get Doctrine and Covenants

GET /api/dc?chapter={{chapter}}&start={{start}}&end={{end}}

Get Doctrine and Covenants Response

200 OK
{
  "chapter": <String>,
  "English": <String>,
  "Japanese":<String>
}

Get Pearl of Great Price Request

GET /api/pgp?book={{book}}&chapter={{chapter}}&start={{start}}&end={{end}}

Pearl of Great Price Reponse

200 OK
{
  "chapter": <String>,
  "English": <String>,
  "Japanese":<String>
}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages