What this API does
The Bhagavad Gita API is a RESTful service that allows developers to access all 700 verses of the Bhagavad Gita. Each verse includes the original Sanskrit text, transliterations, and various English translations, facilitating educational and spiritual applications.
How it works
API endpoints enable retrieval of verses by chapter, verse number, or language. The API returns responses structured in JSON format, allowing easy integration into applications. Developers can create study tools, chatbots, or educational platforms utilizing this service.
Authentication
The API requires OAuth2 authentication for secure access. Developers need to set up their OAuth2 credentials to utilize the API functions fully.
Example usage
/api/v1/verses- Retrieves a list of all Bhagavad Gita verses./api/v1/verses/{chapter}/{verse}- Fetches a specific verse by chapter and verse number./api/v1/translations- Lists available translations for the verses./api/v1/verses/{chapter}?language=english- Gets verses from a specific chapter in English translation.
Limits
Users can make up to 1,000 free requests per day without requiring a credit card for access.
Ideal use cases
- Building educational applications for learning Bhagavad Gita verses.
- Creating chatbots that offer spiritual guidance and insights.
- Integrating verse retrieval into digital sermons or references.
- Developing platforms for interactive spiritual discussions.