South African Public Holidays API — 13 Holidays avatar

South African Public Holidays API — 13 Holidays

Pricing

$0.49 / actor start

Go to Apify Store
South African Public Holidays API — 13 Holidays

South African Public Holidays API — 13 Holidays

All 13 SA public holidays.

Pricing

$0.49 / actor start

Rating

0.0

(0)

Developer

Grant Verheul

Grant Verheul

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Categories

Share

South Africa Public Holidays API

Get official South African public holidays for any year (2020–2100) — including fixed holidays, Easter-variable dates, and observance rules.

What it extracts

FieldTypeDescription
namestringHoliday name (e.g. "Human Rights Day")
datestringISO date (YYYY-MM-DD)
day_of_weekstringDay of the week
typestring"fixed" or "easter_variable"
is_public_holidaybooleanAlways true for public holidays

Input

ParameterTypeRequiredDefaultDescription
yearintegerno2026Year to fetch holidays for (2020–2100)

Output

[
{
"name": "New Year's Day",
"date": "2026-01-01",
"day_of_week": "Thursday",
"type": "fixed",
"is_public_holiday": true
},
{
"name": "Human Rights Day",
"date": "2026-03-21",
"day_of_week": "Saturday",
"type": "fixed",
"is_public_holiday": true
}
]

Pricing

$0.49 per actor start. Platform compute costs included.

Use Cases

  • HR & payroll — Automate leave calculations, public holiday pay, and year-end planning
  • Event scheduling — Know which dates are public holidays before booking events or campaigns
  • Calendar apps — Feed holiday data into any calendar or scheduling system
  • Compliance tools — Ensure labour law compliance with accurate holiday data
  • Developer tools — Simple JSON output, ready to integrate into any stack