biblika-api

command module
v0.0.0-...-f698437 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2022 License: MIT Imports: 8 Imported by: 0

README

Biblika API

Biblika API or Bible API is third party backend to serve Bible content in JSON format. The content direct based on https://sabda.org API.

Development

Biblika API is write in Go/Golang with protobuf or gRPC and hosted in Heroku.

Getting Started

Book List
Method URL
GET https://biblika.herokuapp.com/v1/book/list
{
    "book": [
        {
            "number": 1,
            "abbr": {
                "id": "Kej",
                "en": "Gen"
            },
            "name": {
                "id": "Kejadian",
                "en": "Genesis"
            },
            "chapter": 50
        },
        ...
    ]
}
Passage Content
Method URL
GET https://biblika.herokuapp.com/v1/passage/Gen/1/net
{
    "verse": [
        {
            "verse": 0,
            "type": "title",
            "content": "The Creation of the World"
        },
        {
            "verse": 1,
            "type": "text",
            "content": "In the beginning God created the heavens and the earth."
        },
        ...
    ]
}
Parameter

https://biblika.herokuapp.com/v1/passage/[book]/[chapter]/[version]

Query Description Required
book Book name of the passage true
chapter The chapter of passage true
version The code version of Bible true
Available Version
Language Code Description
Bahasa Indonesia tl Terjemahan Lama
  tb Terjemahan Baru
  ayt Alkitab Yang Terbuka
  vmd Versi Mudah Dibaca
  tsi Terjemahan Sederhana Indonesia
  bis Bahasa Indonesia Sehari-hari
  milt Modified Indonesian Literal Translation
  kskk Kitab Suci Komunitas Kristiani
  fayh Firman Allah Yang Hidup
Jawa jawa Javanese Language
Bali bali Balinese Language
Toba toba Tobanese Language
karo karo Karonese Language
Sunda sunda Sundanese Language
Bugis bugis Buginese Language
Madura madura Maduranese Language
Toraja toraja Torajan Language
Makassar makasar Makassarese Language
Simalungun simalungun Simalungunese Language
Malay tmv Today Malay Version
English net New English Translation
  kjv King James Version
  leb Lexham English Bible
  niv New International Version
  esv English Standard Version
  nlt New Living Translation
  nasb New American Standard Bible
  hcsb Holman Christian Standard Bible
  nrsv New Revised Standard Version
  nkjv New King James Version

Status Code

Code Description
200 OK
400 Bad Request
404 Not Found
500 Internal Server Error

Contact

Due to this things is still on development, I'm very open for feedback. If you have some concern or question, please let me know by shot an email to erwindosianipar@gmail.com.

License

Copyright © 2022 Erwindo Sianipar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Soli Deo Gloria

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
proto
book
Package book is a reverse proxy.
Package book is a reverse proxy.
passage
Package passage is a reverse proxy.
Package passage is a reverse proxy.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL