Indian Calendar
Data for Developers
Holidays, working days, and full calendar grids for India — 2000 to 2026 — in a single authenticated API call.
// Fetch India holidays for June 2026 const response = await fetch( 'https://calendar.tezzcorp.in/api/v1/holidays' + '?country=IN&year=2026&month=6', { headers: { 'X-API-Key': 'tzc_live_...' } } ); const { data, meta } = await response.json(); // ✓ { date, name, type, is_public, day_of_week } data.forEach(h => console.log(`${h.date} — ${h.name}`)); // 2026-06-17 — Eid ul-Adha (Bakrid)
Two powerful endpoints
Clean, consistent JSON responses with pagination and meta.
/api/v1/holidays
Holidays
Filter by year, month, day, or type. Returns name, gazette status, and day of week.
/api/v1/calendar
Calendar Grid
Full monthly grid. Every day has is_holiday, is_working, weekday, and embedded holiday list.
Production-ready from day one
Every request is authenticated, rate-limited, quota-enforced, and logged. Your data, your control.
Read Full Docs →Secure API Keys
SHA-256 hashed keys, IP whitelisting, per-minute rate limiting.
Email OTP Auth
6-digit OTP with 10-min expiry and 5-attempt lockout.
Usage Analytics
Per-key, per-day, per-month request tracking dashboard.
Payment-Ready
Razorpay & Stripe integration slots built and ready.
India-First
National, bank, religious, optional & regional holidays.
Fast Responses
MySQL indexes tuned for date, year, and country queries.
Start free, scale when ready
No credit card for free tier. Paid plans coming soon via Razorpay.
Ready to build?
Get your free API key in 2 minutes. No credit card needed.