Last modified:2026-08-18 09:16:20
x-codeSamples:[{"lang":"cURL","source":"curl /api/v1/mantras?search=gayatri"}]
Request: query params; Bearer token optionalPublished mantras, paginated and sorted alphabetically by name. search by name.Auth is optional: when a valid token is sent, each item's is_saved reflects whether the signed-in user has favourited it; anonymously is_saved is always false.This is the minimal list shape (name, slug, mantra_text, audio_url, is_premium, chant_count, is_saved); fetch GET /mantras/{slug} for the full mantra + puja vidhis.Success: 200 - data.items[] + total, offset, limit.Errors: none - public endpoint