https://json.astrologyapi.com/v1/chaughadiya_muhurtax-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en, Hindi - hi, Marathi - ma, Bengali - bn, Tamil - ta, Telugu - te, Malayalam - ml, Kannada - kn.
dayintrequiredDate of birth, eg: 10
monthintrequiredMonth of birth, eg: 5
yearintrequiredYear of birth, eg: 1990
hourintrequiredHour of birth, eg: 19
minintrequiredMinute of birth, eg: 55
latfloatrequiredLatitude, eg: 19.2056
lonfloatrequiredLongitude, eg: 25.2056
tzonefloatrequiredTimezone, eg: 5.5
curl --location 'https://json.astrologyapi.com/v1/chaughadiya_muhurta' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"day": 10,
"month": 5,
"year": 1990,
"hour": 19,
"min": 55,
"lat": 19.2056,
"lon": 25.2056,
"tzone": 5.5
}'
Runs with sample data — no API key needed
{
"chaughadiya": {
"day": [
{
"time": "5 : 41 : 01 - 4 : 06 : 50",
"muhurta": "Labh"
},
{
"time": "4 : 06 : 50 - 2 : 32 : 39",
"muhurta": "Amrit"
},
{
"time": "2 : 32 : 39 - 12 : 58 : 27",
"muhurta": "Kaal"
},
{
"time": "12 : 58 : 27 - 11 : 24 : 16",
"muhurta": "Shubh"
},
{
"time": "11 : 24 : 16 - 09 : 50 : 05",
"muhurta": "Rog"
},
{
"time": "09 : 50 : 05 - 08 : 15 : 53",
"muhurta": "Udveg"
},
{
"time": "08 : 15 : 53 - 06 : 41 : 42",
"muhurta": "Char"
},
{
"time": "06 : 41 : 42 - 05 : 07 : 30",
"muhurta": "Labh"
}
],
"night": [
{
"time": "05 : 07 : 30 - 06 : 41 : 38",
"muhurta": "Udveg"
},
{
"time": "06 : 41 : 38 - 08 : 15 : 46",
"muhurta": "Shubh"
},
{
"time": "08 : 15 : 46 - 09 : 49 : 55",
"muhurta": "Amrit"
},
{
"time": "09 : 49 : 55 - 11 : 24 : 03",
"muhurta": "Char"
},
{
"time": "11 : 24 : 03 - 12 : 58 : 11",
"muhurta": "Rog"
},
{
"time": "12 : 58 : 11 - 2 : 32 : 19",
"muhurta": "Kaal"
},
{
"time": "2 : 32 : 19 - 4 : 06 : 27",
"muhurta": "Labh"
},
{
"time": "4 : 06 : 27 - 5 : 40 : 35",
"muhurta": "Udveg"
}
]
}
}