APIHub
Back to Explore

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.

Books
OAuth
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

922ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/v1/chapters

Get all the 18 Chapters of the Bhagavad Gita.

  • access_token (query, required) — Your app's access token.
  • language (query) — Language to query. Leave blank for english.
GET

/api/v1/chapters/{chapter_number}

Get a specific chapter from the Bhagavad Gita.

  • access_token (query, required) — Your app's access token.
  • chapter_number (path, required) — Which Chapter Number to filter?
  • language (query) — Language to query. Leave blank for english.
GET

/api/v1/chapters/{chapter_number}/verses

Get all the Verses from a Chapter.

  • access_token (query, required) — Your app's access token.
  • chapter_number (path, required) — Which Chapter Number to filter?
  • language (query) — Language to query. Leave blank for english.
GET

/api/v1/chapters/{chapter_number}/verses/{verse_number}

Get a particular verse from a chapter.

  • access_token (query, required) — Your app's access token.
  • chapter_number (path, required) — Which Chapter Number to filter?
  • verse_number (path, required) — Which Verse Number to filter?
  • language (query) — Language to query. Leave blank for english.
GET

/api/v1/verses

Get all the Verses.

  • access_token (query, required) — Your app's access token.
  • language (query) — Language to query. Leave blank for english.
POST

/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