Git Product home page Git Product logo

biblika-api's Introduction

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 [email protected].

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

biblika-api's People

Contributors

erwindosianipar avatar

Stargazers

Daniel Collingwood avatar Rebornian48 avatar Raka Rasell avatar  avatar

biblika-api's Issues

Biblika

Dear Pak Erwindo, apakah repository ini resmi dari SABDA langsung?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.