AstroAsk Docs
API referenceMuhurtaV1Hora

GET /v1/hora

The current planetary Hora at the given moment: planet lord, start/end times and auspiciousness.

GET
/v1/hora

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/hora?date=string&lat=0&lng=0"
{  "success": true,  "data": {    "planet": 2,    "planetName": "Mars",    "startTime": "1990-01-15T04:22:50.500Z",    "endTime": "1990-01-15T05:15:25.000Z",    "isAuspicious": false  }}