AstroAsk Docs
API referenceMuhurtaV1Choghadiya

GET /v1/choghadiya

The current Choghadiya period at the given moment: name, start/end times and auspiciousness.

GET
/v1/choghadiya

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Query Parameters

date*string

Local date/time

lat*number
lng*number
lang?string

Language code for translation

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/choghadiya?date=string&lat=0&lng=0"
{  "success": true,  "data": {    "name": "Shubh",    "startTime": "1990-01-15T04:22:50.500Z",    "endTime": "1990-01-15T05:41:42.250Z",    "isAuspicious": true  }}