POST /v1/vedic/muhurat/abhijit
Abhijit Muhurta — the most auspicious daily time window.
Authorization
ApiKeyAuth X-API-Key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/vedic/muhurat/abhijit" \ -H "Content-Type: application/json" \ -d '{ "date": "1990-01-15T10:30:00", "lat": 28.6139, "lng": 77.209 }'{ "success": true, "data": { "date": "1990-01-15T10:30:00", "abhijitMuhurta": { "startTime": "1990-01-15T06:39:32.200Z", "endTime": "1990-01-15T07:21:35.800Z" }, "sunrise": "1990-01-15T01:45:07.000Z", "sunset": "1990-01-15T12:16:01.000Z" }}