How do I get Hindi output from any endpoint?
Add &lang=hi to any API request. All 116 endpoints support the lang parameter. The response JSON will return labels, descriptions, sign names, planet names, nakshatra names, and interpretive text in Hindi (Devanagari script). No separate endpoint needed — it is a single parameter on every existing call.
Is the Hindi script Devanagari or transliterated?
The API returns native Devanagari script (e.g. "मेष", "मंगल", "अश्विनी") for all Hindi responses. Romanised transliteration is not provided by default. If your app requires transliteration, you can apply a client-side library such as Aksharamukha or similar after receiving the response.
Which Indian languages are supported beyond Hindi?
VedIntel™ AstroAPI supports 27 languages including Tamil (lang=ta), Telugu (lang=te), Kannada (lang=kn), Malayalam (lang=ml), Bengali (lang=bn), Marathi (lang=mr), Gujarati (lang=gu), Punjabi (lang=pa), Odia (lang=or), Sanskrit (lang=sa), Sinhala, Nepali, and 14 international languages. Hindi (lang=hi) is the most widely used Indian language parameter.
Can I use this API to build a Hindi Jyotish mobile app?
Yes. The API is designed for exactly this use case. Hindi-speaking users in India represent the largest single regional market for Vedic astrology apps. Pass lang=hi on every call and your app receives all content natively in Hindi — no translation layer required on your side. The free plan (500 calls/month) is enough to build and test your full app before going to market.