Skills/Public Holidays/Check a date

Check a date

0.1 credits / lookup

Says whether a specific date is a public holiday in a country, and names it.

Use when

You want a single yes or no for one date, such as gating a scheduled job or a working-day check.

Not for

Listing a whole year, or finding upcoming holidays.

Cost

0.1 credits / lookup

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Public Holidays skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/holidays/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"is_holiday","prompt":"Is 2026-07-04 a holiday in the US?"}}'

Example requests

  • Is 2026-07-04 a holiday in the US?
  • Is Christmas a public holiday in Germany?
  • Is 2026-01-26 a holiday in Australia?