/api/astro/prashnavali/hanuman/1 creditHanuman Prashnavali
The Hanuman Prashnavali: 49 numbered answers. The querent settles on a number between 1 and 49 and reads the entry it lands on. Each entry has a `number`, an `answer` and a `description`. Omit `number` and all 49 come back in order; pass one to get a single entry. A number outside 1–49 returns 400. Fixed devotional text, not a calculation — the response does not depend on a date or a place.
https://yogataraapi.prahlad.app/api/astro/prashnavali/hanuman/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 | integer | optional | Entry to fetch, 1 to 49. Omit for all 49. min 1 · max 49 |
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/hanuman/ \
-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.