Bhagavad Gita telugu

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

📖 Books & WordsHEALTHYchecked 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.

80HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 80 · healthy
Uptime history
100%90 days
100%30 days
1266P50 · ms
2711P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 157 ms, slowest 2438 ms, most recent 1957 ms.
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 · 6HealthyFULL DOCS ↗
Monitored path responding — GET /tel/verse/1/11266 mschecked 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 healthy with 100% uptime over 90 days and a 1266 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.