Bhagavad Gita telugu
Bhagavad Gita verses in Telugu, Odia, English, and Spanish
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.
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"
}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
/tel/verse/1/1PROBEDBhagavad Gita verses in Telugu, Odia, English, and Spanish
/tel/verse/1Verse details by ID (example: 1).
/telTel — documented GET route.
/tel/1Tel details by ID (example: 1).
/tel?limit=10Tel — documented GET route.
/tel/search?q=testSearch by query parameters.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
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.