Geo & Places

Public Holidays

Holidays for a year + country.

Input

FieldTypeRequired
yearstringrequired
countrystringrequired

Run it

curl -X POST "https://api.buildwithapi.io/v1/actors/public-holidays/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"year": "2026", "country": "US"}'

Response

{
  "actor": "public-holidays",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs