Skills/Public Holidays/Supported countries

Supported countries

0.1 credits / lookup

Lists the supported countries and the regional subdivisions available for each.

Use when

You want to know which countries are covered, or to confirm a country or region code before querying.

Not for

Returning the holidays themselves.

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":"countries","prompt":"Which countries have holiday data?"}}'

Example requests

  • Which countries have holiday data?
  • List supported countries for public holidays
  • Is Brazil covered?