Skip to content

API guides/Geo, weather, and places

Free

Public holidays API

Nager.Date returns public holidays by country and year. Free, no key. Verify the country’s list before payroll use.

Check official docs

1 provider · 3 min · Limits change — verify before you ship

Geo, weather, and places

What this is for

Holiday calendars are political. Use an API for a starting list, then review it. PureDevKit’s business-days tool does weekday math; it does not know Diwali.

Nager.Date

Free

GET https://date.nager.at/api/v3/PublicHolidays/{year}/{country}

Official docs

HTTPS

Yes

API key

No key

CORS

Usually yes

Use

Free tier

Limits. Public demo API. Cache by year/country. Don’t scrape on every request.

Commercial. Open-source project with a public instance. Confirm current terms / self-host options.

Note. Country codes are ISO 3166-1 alpha-2. Coverage quality varies by country.

curl -sS "https://date.nager.at/api/v3/PublicHolidays/2026/IN"

PureDevKit does not host or proxy these APIs. Pricing, rate limits, CORS, authentication, and JSON shapes can change without notice. Always confirm the current rules on the provider’s official documentation before you ship.