# vs API **Provider:** vs **Category:** auth **Base URL:** `https://api-vs.herokuapp.com/vs/v1` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/sheetlabs.com:vedic-society/1.2.json ## Description Introduction This API returns data regarding almost all nouns in vedic literature. The results are JSON objects that contain the word transliterated to the Roman script, the word in the Nagari script, the meaning of the word, and the category the word belongs to. Proper nouns are not included (yet). The API uses the Swagger 2.0 specification. Authentication This is an open API. Try it out ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api-vs.herokuapp.com/vs/v1/resources` | Fetch all meanings that contain a specific English string | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://api-vs.herokuapp.com/vs/v1/resources' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/vs/) — CC BY 4.0*