{"id":27262469,"url":"https://github.com/jimbob88/bible_api","last_synced_at":"2025-04-11T05:50:22.578Z","repository":{"id":43821762,"uuid":"460486827","full_name":"jimbob88/bible_api","owner":"jimbob88","description":"An SQL based Bible REST API","archived":false,"fork":false,"pushed_at":"2022-02-20T20:35:39.000Z","size":445,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-10T15:37:21.876Z","etag":null,"topics":["api","bible","mysql","rest","sql"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimbob88.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-17T15:10:49.000Z","updated_at":"2022-02-20T20:35:42.000Z","dependencies_parsed_at":"2022-09-21T00:50:40.222Z","dependency_job_id":null,"html_url":"https://github.com/jimbob88/bible_api","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbob88%2Fbible_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbob88%2Fbible_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbob88%2Fbible_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbob88%2Fbible_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimbob88","download_url":"https://codeload.github.com/jimbob88/bible_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351425,"owners_count":21089271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bible","mysql","rest","sql"],"created_at":"2025-04-11T05:50:21.985Z","updated_at":"2025-04-11T05:50:22.562Z","avatar_url":"https://github.com/jimbob88.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Initial Setup\n```\n\u003e pip install -r requirements.txt\n```\n\n# DATABASE CREATION\n\n## Create Database\n```sql\nCREATE DATABASE bible_api;\nuse bible_api;\n```\n\n## Download files\nDownload database files: https://ebible.org/download.php\nChoose to download the \"BibleWorks import (VPL) + SQL\" files and copy the \".sql files\" to a folder called `./sources/`, the names of the files should correspond to the names of the tables!\n\n## Load Database data\n```\n\u003e python -Xutf8 create_database.py\n```\n\n\n# API \n## Launch rest\n```\n\u003e uvicorn api:app\n```\n\n## Example REST request to /text_query/\n```\n\u003e http://127.0.0.1:8000/text_query/?bible_name=deu1912_vpl\u0026bible_name=engwebpb_vpl\u0026book=GEN\u0026chapter=1\n```\n\n## Documention\n```\n\u003e http://127.0.0.1:8000/redoc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbob88%2Fbible_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimbob88%2Fbible_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbob88%2Fbible_api/lists"}