Discover/vedabase.io API
live

vedabase.io APIvedabase.io

Access Bhagavad-gita, Srimad-Bhagavatam, and Caitanya-caritamrta verses, purports, transcripts, and letters via the Vedabase.io API.

Endpoints
14
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/e83a450a-a65b-4a73-98d1-e853df9bb882/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e83a450a-a65b-4a73-98d1-e853df9bb882/get_library' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 14 totalclick to expand

Returns the full list of books available in the Vedabase library.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "books": "array of book objects with title, slug, and url"
  },
  "sample": {
    "data": {
      "books": [
        {
          "url": "https://vedabase.io/en/library/bg/",
          "slug": "bg",
          "title": "Bhagavad-gītā As It Is"
        }
      ]
    },
    "status": "success"
  }
}

About the vedabase.io API

The Vedabase.io API gives programmatic access to the full Vedabase library across 14 endpoints, covering Sanskrit verses in Devanagari and IAST transliteration, word-for-word synonym indexes, English translations, and Prabhupada's purports. The get_verse endpoint returns six structured fields per verse — devanagari, verse_text, synonyms, translation, purport, and title — for the three major canonical texts. Separate endpoints cover transcripts and letters with pagination and filtering.

Verse and Book Navigation

The API is structured around three navigational tiers. get_library returns all available books as slugs and URLs. get_book takes a book_slug (bg, sb, or cc) and returns the table of contents — chapters for Bhagavad-gita, cantos for Srimad-Bhagavatam, or lilas for Caitanya-caritamrta. get_chapter then lists all verses in a given chapter, accepting canto_slug for SB and lila_slug (adi, madhya, antya) for CC.

Verse Content

get_verse is the core endpoint. It returns the devanagari script text, verse_text in IAST transliteration, a synonyms string with word-for-word meanings, an English translation, and purport as an array of paragraph strings. Dedicated shorthand endpoints — get_bhagavad_gita_verse, get_srimad_bhagavatam_verse, and get_caitanya_caritamrta_verse — accept the same fields but omit the book_slug parameter, reducing the number of required inputs for single-text applications.

Search and Indexes

search runs full-text queries across the entire library with optional filters for type (Book, Transcript, Letter) and text_type (Text, Purport), returning paginated results with title, url, and snippet. search_synonyms queries the Word-for-Word Index by Sanskrit word or English translation, returning word, definition, and reference per result. search_verse_index matches IAST transliterated text with match_type options of contains, exact-word, or starts.

Transcripts and Letters

get_transcripts returns paginated listings of Prabhupada's lectures filterable by type, year, and location. get_transcript fetches the full text of a single talk as an array of paragraph strings. get_letters similarly lists letters filterable by year, location, and recipient, with get_letter retrieving full letter content by slug.

Common use cases
  • Build a Bhagavad-gita study app that displays Devanagari, transliteration, and purport side by side using get_bhagavad_gita_verse
  • Create a Sanskrit vocabulary tool by querying the Word-for-Word Index via search_synonyms with Sanskrit or English terms
  • Generate a daily verse digest by iterating chapters and verses from get_book and get_verse
  • Index all of Prabhupada's letters by recipient and year using get_letters filters for archival or research purposes
  • Build a full-text search interface over the entire Vedabase corpus using the search endpoint with type and text_type filters
  • Locate verses from partial IAST transliterated text using search_verse_index with starts or contains match types
  • Compile transcripts of lectures from a specific city and year using get_transcripts location and year filters
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Vedabase.io have an official developer API?+
Vedabase.io does not publish an official public developer API. This Parse API provides structured programmatic access to the library content.
What does `get_verse` return, and how does it differ from the book-specific shorthand endpoints?+
get_verse returns six fields: devanagari, verse_text (IAST), synonyms, translation, purport (array of paragraphs), and title. It requires book_slug plus either canto_slug (for SB) or lila_slug (for CC). The shorthand endpoints — get_bhagavad_gita_verse, get_srimad_bhagavatam_verse, and get_caitanya_caritamrta_verse — return identical fields but omit book_slug since it is implied.
Does the API cover books other than Bhagavad-gita, Srimad-Bhagavatam, and Caitanya-caritamrta?+
The get_library endpoint lists all books available in the Vedabase library, and get_book accepts any valid slug from that list. The dedicated verse endpoints and their slug parameters are documented for BG, SB, and CC specifically. If the library contains additional titles, you can fork this API on Parse and revise it to add explicit verse endpoints for those books.
Can I filter transcripts by topic or scripture reference?+
get_transcripts supports filtering by type (e.g., Conversation, Walk), year, and location. Filtering by topic keyword or scripture reference is not currently exposed as a parameter. You can fork this API on Parse and revise it to add topic-based filtering if the source supports it.
How does pagination work across endpoints that return lists?+
The search, search_synonyms, search_verse_index, get_transcripts, and get_letters endpoints all accept an integer page parameter. Responses echo back the current page value alongside the results array. There is no total_pages or total_results field in the current response shape, so iterating requires checking whether a page returns an empty results array.
Page content last updated . Spec covers 14 endpoints from vedabase.io.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.