Bhagavad Gita API
Discover the Bhagavad Gita API—a RESTful interface providing JSON access to verses and chapters of the Bhagavad Gita in multiple translations (English, Sanskrit, Hindi). Perfect for spiritual, educational, and literary applications.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
10,000 requests/month
Rate Limit
API Endpoints
Retrieve chapters from Bhagavad Gita
Full URL
https://bhagavadgita.io/api/api/v1/chapters
Code Examples
curl -X GET 'https://bhagavadgita.io/api/api/v1/chapters' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "limit": 18 }
Example Response
{
"chapters": [
{
"id": 1,
"name": "Arjuna Vishada Yoga"
}
]
}
Version
v1
Rate Limit
10,000 requests/month
Tags
bhagavad-gitareligious-textsscripture-access
Related APIs
Discover similar APIs that might interest you