π Pasaka API ,Fast Swahili Bible API on the Internet πβ‘

Looking for the Swahili Bible online or a Swahili Bible API for your app or website?
You're in the right place. Introducing Pasaka API β a blazing-fast, developer-friendly, and open-source API that delivers the Swahili Bible to your app or project instantly.
π Swagger Docs: https://pasaka.4insec.com/swagger-ui
π GitHub Repo: https://github.com/mwaijega/pasaka_api
π§ Why Pasaka API?
You know how sometimes you need something so fast, it feels like it's already done before you even ask? Thatβs Pasaka API. Whether you're building a mobile Bible app, chatbot, or just want to show a verse of the day β Pasaka delivers!
- Super Fast: Built with Rust and blazing optimization.
- Simple to Use: Just add an API key and start fetching books, chapters, verses, or search.
- Swahili-first: This isnβt some English-to-Swahili hack β this is pure Kiswahili, served fast.
β‘ Quick Start
- Get Your API Key
(For now, use demo key:pasaka_api_7a782fcd-da06-4558-b349-d153d4b21866
) - Try This with curl
curl -H "x-api-key: pasaka_api_7a782fcd-da06-4558-b349-d153d4b21866" \
https://pasaka.4insec.com/books/66/1/1
Output:
{
"data": {
"verse_number": "1",
"verse_text": "Ufunuo wa Yesu Kristo, aliopewa na Mungu awaonyeshe watumwa wake..."
},
"success": true
}
- Explore the Swagger Docs:
See all routes and test: https://pasaka.4insec.com/swagger-ui
β¨ Features
GET /books
β Get all Bible booksGET /books/{id}
β Get a single bookGET /books/{book}/{chapter}
β Get a chapterGET /books/{book}/{chapter}/{verse}
β Get a single verse- And searching based on word
curl -X POST https://pasaka.4insec.com/search \
-H "Content-Type: application/json" \
-H "x-api-key: pasaka_api_7a782fcd-da06-4558-b349-d153d4b21866" \
-d '{"query": "yesu"}'
All secured via simple x-api-key
header.
π‘ Who Should Use This?
- Mobile app developers
- Bible platforms
- Tanzanian churches
- Swahili-speaking developers
- Anyone who wants a fast, modern Swahili Bible in their product
β€οΈ Credits
Special thanks to the open-source community behind the clean JSON Bible data:
π License
This API runs on the Jesus License π
Since itβs Easter β the license is simple:
βFreely you have received, freely give.β β Matthew 10:8
π§ͺ Want to Contribute?
Fork the project on GitHub:
π https://github.com/mwaijega/pasaka_api