Feriados Brasil: National Holidays & Calendar avatar

Feriados Brasil: National Holidays & Calendar

Pricing

from $0.05 / actor start

Go to Apify Store
Feriados Brasil: National Holidays & Calendar

Feriados Brasil: National Holidays & Calendar

Get all Brazilian national holidays for any year. Returns date, name, type (national/religious/optional), weekday. Powered by BrasilAPI (free, no key).

Pricing

from $0.05 / actor start

Rating

0.0

(0)

Developer

C Lima

C Lima

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Get all Brazilian national holidays for any year. Returns date, name, type (national/religious/optional), and weekday. Powered by BrasilAPI (free, no API key).

Output Sample

{
"year": "2026",
"count": 12,
"holidays": [
{
"date": "2026-01-01",
"name": "Confraternização Universal",
"type": "national",
"weekday": "Quinta-feira"
}
]
}

Input

{
"year": "2026"
}

Use Cases

  • Calendar apps — populate holiday calendars automatically
  • HR & payroll — calculate working days and overtime rules
  • Scheduling — avoid booking on national holidays
  • Workflow automation — trigger on/off logic around holiday dates

Pricing

$0.30 / run. See live cost on Run screen.

Limitations

  • Only returns federal/national holidays (not state or municipal)
  • Internet required to reach BrasilAPI
  • Year must be a valid 4-digit year

API Reference

GET https://brasilapi.com.br/api/feriados/v1/{YEAR}

Each holiday entry: {date, name, type, weekday}

Changelog

  • v1.0: Initial release