Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keptcodes/bhagwad-gita-api
Project: Bhagavad Gita API Free to use Bhagavad Gita Slokhs and explainations in english and hindi languages
https://github.com/keptcodes/bhagwad-gita-api
api api-rest bhagavad-gita gita-api javascript
Last synced: 18 days ago
JSON representation
Project: Bhagavad Gita API Free to use Bhagavad Gita Slokhs and explainations in english and hindi languages
- Host: GitHub
- URL: https://github.com/keptcodes/bhagwad-gita-api
- Owner: KeptCodes
- License: mit
- Created: 2023-04-08T15:34:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T05:37:45.000Z (28 days ago)
- Last Synced: 2024-12-06T06:25:58.893Z (28 days ago)
- Topics: api, api-rest, bhagavad-gita, gita-api, javascript
- Language: TypeScript
- Homepage: https://gita-api.onrender.com
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Project: Bhagavad Gita API
Free Database for legal use
Endpoint: https://gita-api.onrender.com## Contributing
We welcome and appreciate contributions from the community! Here's how you can contribute: Refer to the [CONTRIBUTING.md](CONTRIBUTING.md)
## End-point: Get One Chapter
### Method: GET
> ```
> https://gita-api.onrender.com/api/chapter/11
> ```⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃
## End-point: Get all Chapters
### Method: GET
> ```
> https://gita-api.onrender.com/api/chapters
> ```⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃
## End-point: Get all verses of one chapter
### Method: GET
> ```
> https://gita-api.onrender.com/api/chapter/5/shloks
> ```⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃
## End-point: Get one verse of a chapter
### Method: GET
> ```
> https://gita-api.onrender.com/api/shlok?chapter=1&shlok=48
> ```### Query Params
| Param | value |
| ------- | ----- |
| chapter | 1 |
| verse | 48 |## Contact
Have questions or feedback? Reach out to us:
- GitHub: [Priyanshu Verma](https://github.com/priyanshuverma-dev)
- Email: [email protected]## License
This project is now open-source and is released under the [MIT License](LICENSE).
⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃