Bhagavad Gita
Bhagavad Gita text
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Books
- Documentation / URL
- https://bhagavadgita.io/api
Overview
bhagavadgita.io provides Gita chapters and verses with multiple translations (Sanskrit, English, Hindi) — via OAuth-scoped access.
Quick Start
Get an access token via OAuth, then (replace YOUR_TOKEN):
curl "https://bhagavadgita.io/api/v1/chapters/" \
-H "Authorization: Bearer YOUR_TOKEN"
{
"chapters": [
{ "id": 1, "name": "Arjuna Visada Yoga", "verse_count": 47, "language": "sanskrit" }
]
}
Authentication
- Register at bhagavadgita.io → OAuth app → access token.
- Send as
Authorization: Bearer {token}.
Rate Limits & Notes
- Free tier with rate limits (check the docs); the API is community-maintained.
- Translations: Sanskrit, English, Hindi (per chapter/verse).
FAQ
Is bhagavadgita.io free? Free tier with rate limits.
How do I get a token? Register → OAuth app → token.
What’s the auth style?
Authorization: Bearer header.
More in Books
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| A Bíblia Digital Do not worry about managing the multiple versions of the Bible | API Key | Yes | No | ↗ |
| Amanah Sunnah Semantic search across Quran, Hadith, Tafsir & 18K+ Rijal narrators | API Key | Yes | Yes | ↗ |
| Bhagavad Gita Open Source Shrimad Bhagavad Gita API including 21+ authors translation in Sanskrit/English/Hindi | API Key | Yes | Yes | ↗ |
| Bhagavad Gita telugu Bhagavad Gita API in telugu and odia languages | No auth | Yes | Yes | ↗ |
| Bible-api Free Bible API with multiple languages | No auth | Yes | Yes | ↗ |