Last modified:2026-08-18 09:16:20
x-codeSamples:[{"lang":"cURL","source":"curl -H 'Authorization: Bearer <token>' /api/v1/festivals"}]
Request: No body - auth token only. Returns all active festivals (current year) filtered to the user's region set = birth region ∪ current region ∪ pan-India (so native festivals are never missed while away), ordered by date.Success: 200 - data.festivals is a list of {name, slug, description, festival_date, festival_type, importance, has_vidhi} - has_vidhi flags whether the festival has a linked puja vidhi (drives a "puja vidhi" CTA on the card without an extra call), plus a data.glossary[] explaining festival terms (Ekadashi, Amavasya, Purnima ...) in plain language.Errors: 401 invalid/missing token.