Bhagavad Gita telugu

Bhagavad Gita verses in Telugu, Odia, English, and Spanish

📖 Books & WordsNEWchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Request any chapter and verse to receive the original text, word-by-word synonyms, translation, and an audio link as JSON. Language codes cover Telugu (tel), Odia (odi), English (eng), and Spanish (esp). It is a small keyless FastAPI service that responds quickly.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · new
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://gita-api.vercel.app/tel/verse/1/1

{
  "chapter_no": 1,
  "verse_no": 1,
  "language": "telugu",
  "chapter_name": "1. అర్జున విషాద యోగము",
  "verse": "ధృతరాష్ట్ర ఉవాచ । ధర్మ క్షేత్రే కురుక్షేత్రే …",
  "audio_link": "https://www.holy-bhagavad-gita.org/public/audio/001_001.mp3"
}
Call itcurl · fetch · python
curl "https://gita-api.vercel.app/tel/verse/1/1"
const res = await fetch("https://gita-api.vercel.app/tel/verse/1/1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://gita-api.vercel.app/tel/verse/1/1")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6NewFULL DOCS ↗
Monitored path responding — GET /tel/verse/1/1checked 2h ago
GET/tel/verse/1/1PROBED

Bhagavad Gita verses in Telugu, Odia, English, and Spanish

GET/tel/verse/1

Verse details by ID (example: 1).

GET/tel

Tel — documented GET route.

GET/tel/1

Tel details by ID (example: 1).

GET/tel?limit=10

Tel — documented GET route.

GET/tel/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Bhagavad Gita telugu: common questions

Is Bhagavad Gita telugu free to use?

Yes — Bhagavad Gita telugu is a free books & words API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Bhagavad Gita telugu need an API key?

No — Bhagavad Gita telugu needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Bhagavad Gita telugu from the browser?

Not directly — Bhagavad Gita telugu doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Bhagavad Gita telugu up right now?

As of our last scheduled check, Bhagavad Gita telugu is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.