slug of the festival.name, slug, description, puja_type, ordered steps[], and samagri[]) - so the puja screen renders without a second call.200 - festival fields + puja_vidhis list (each with steps + samagri), plus a glossary[] explaining puja terms (Puja Vidhi, Samagri, Sankalp ...).401 invalid/missing token; 404 unknown slug.Authorization: Bearer ********************curl --location 'https://uat-api.hastaai.in/api/v1/festivals/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Festival fetched",
"data": {
"name": "Rath Yatra",
"slug": "rath-yatra",
"description": "Jagannath Rath Yatra festival, especially celebrated in Odisha.",
"festival_date": "2026-07-16",
"festival_year": 2026,
"festival_type": "regional",
"importance": 1,
"puja_vidhis": [
{
"name": "Jagannath Puja",
"slug": "jagannath-puja",
"description": "Worship of Lord Jagannath, Balabhadra, and Subhadra.",
"puja_type": "festival",
"steps": [
{
"step_number": 1,
"title": "Preparation",
"description": "Clean the puja space and sit calmly."
},
{
"step_number": 2,
"title": "Sankalp",
"description": "Take a simple sankalp with name, place, date, and purpose."
}
],
"samagri": [
{
"item_name": "Diya",
"quantity": "2",
"is_required": true
},
{
"item_name": "Flowers",
"quantity": "1 bunch",
"is_required": true
}
],
"mantras": [
{
"name": "Om Namo Bhagavate Vasudevaya",
"slug": "om-namo-bhagavate-vasudevaya",
"short_description": "The twelve-syllable mantra of Lord Vishnu.",
"chant_count": 108
}
]
}
],
"glossary": [
{
"slug": "nakshatra",
"term": "Nakshatra",
"meaning": "The Moon's 'star home' among 27 lunar mansions. It colours the day's energy and your natural instincts."
}
]
}
}