Books · head-to-head
PoetryDB vs Rig Veda
Keyless JSON API for a curated collection of roughly 3,000 English-language poems across 129 authors, queryable by author, title, line content, or poem-count/line-count filters, with matching results returned as full structured poem objects. Built and maintained as a free open-source project with no rate limits or usage tiers documented anywhere.
Part of Anindita Basu's Indica project, this API fetches structured metadata for every hymn in the Rig Veda Samhita — which mandal and sukta it belongs to, its meter, its poet, and which god(s) it's addressed to — through endpoints like /mandal/{n}, /sungfor/{god}/meters, and /pairs/{god}/{poet}, rather than the hymn text itself. The stored docs URL had moved from a flat /html/rv.html page (now a 404) to a restructured /topics/ path on the same GitHub Pages site; the live backend at indica-1hwj.onrender.com/rv/v3 needs no key and echoed a live Origin header back on both a GET and an OPTIONS preflight. Being a free Render-hosted hobby service, it can take some seconds to wake up from an idle cold start.
| PoetryDB | Rig Veda | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |