Bhagavad Gita
The Bhagavad Gita API provides programmatic access to the complete scripture, allowing retrieval of chapter metadata (names, English titles, verse counts) and verse details—including Sanskrit text, English meaning, transliteration, and word‑by‑word meanings—either by chapter, by individual verse, or across all verses.
Latency
922ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/api/v1/chapters
Get all the 18 Chapters of the Bhagavad Gita.
/api/v1/chapters/{chapter_number}
Get a specific chapter from the Bhagavad Gita.
/api/v1/chapters/{chapter_number}/verses
Get all the Verses from a Chapter.
/api/v1/chapters/{chapter_number}/verses/{verse_number}
Get a particular verse from a chapter.
/api/v1/verses
Get all the Verses.
/auth/oauth/token
Send client credentials and get an access token.
6 endpoints auto-detected
Authentication
This API requires authentication: OAuth.
curl -X GET \ "https://bhagavadgita.io/api/api/v1/chapters"
bhagavadgita.io · HTTPS only