Skills/Public Holidays/List holidays

List holidays

0.1 credits / lookup

Lists every public holiday for a country in a given year.

Use when

You want the full holiday calendar for a country and year to build a schedule or do business-day math.

Not for

Checking a single date, or finding only the next few 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":"list","prompt":"What are the public holidays in the US in 2026?"}}'

Example requests

  • What are the public holidays in the US in 2026?
  • List German holidays for next year
  • Show all 2025 public holidays for Japan