/api/astro/prashnavali/mavji/1 creditMavji Maharaj Prashnavali
Mavji Maharaj: 64 readings, one for every three-digit draw from '111' to '444'. Each digit is 1 to 4, as though three four-sided draws, which is why there are 64 and not a thousand. Each entry carries the number in English and Hindi digits and the reading in both languages. `number` is a STRING, because the leading digits matter and '111' is not the integer 111. Omit it for all 64. A draw that cannot occur — anything with a digit outside 1–4, such as '555' — returns 400.
https://yogataraapi.prahlad.app/api/astro/prashnavali/mavji/Authentication
Send your key in the X-API-Key header. Keys are server-side credentials — never put one in browser JavaScript or a mobile app.
X-API-Key: yt_live_a1b2c3d4_…
Content-Type: application/jsonRequest fields
| Field | Type | Required | Notes |
|---|---|---|---|
| number | string | optional | Three-digit draw, each digit 1-4, e.g. '324'. Omit for all 64. |
Example request
This example is not yet verified
The field names and types below are taken from the API definition and are accurate, but this particular body has not returned a success when we last ran it — it may need a value we cannot infer. Treat it as a starting point rather than a working command.
curl -X POST https://yogataraapi.prahlad.app/api/astro/prashnavali/mavji/ \
-H "X-API-Key: $OCCULT_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Response
A verified example response is not available for this endpoint yet. The request shape above is generated from the API definition and is accurate; we publish response samples only once we have proven them against a live call.
Errors
Metering errors return { "error": "…", "message": "<code>", "is_error": true }. Show error to people and branch on message. See the error reference.