{"id":"t/public_holidays","kind":"forged","name":"public_holidays","description":"Returns the list of public holidays for a given country and year using https://date.nager.at/api/v3/PublicHolidays/<year>/<countryCode>. Each holiday includes date, local name, English name and whether it is a fixed/global holiday.","tags":["holidays","calendar","dates","nager"],"method":"POST","path":"/v1/t/public_holidays","url":"https://toll402.dev/v1/t/public_holidays","specUrl":"https://toll402.dev/v1/spec/t/public_holidays","price":"$0.002","priceUsd":0.002,"available":true,"inputSchema":{"type":"object","properties":{"countryCode":{"type":"string","description":"ISO 3166-1 alpha-2 country code, e.g. US, BR, DE"},"year":{"type":"integer","description":"Four-digit year, e.g. 2024"}},"required":["countryCode","year"],"additionalProperties":false},"example":{"countryCode":"US","year":2024},"meta":{"creator":null,"createdAt":"2026-09-09T06:53:20.959Z","calls":11,"failures":9,"network":true,"notes":"Fetches public holiday data from the Nager.Date API (https://date.nager.at/api/v3/PublicHolidays/<year>/<countryCode>), validates input (2-letter country code, integer year), parses the JSON array response, and maps each entry to {date, localName, name, global}, throwing clear errors on invalid input, fetch failures, or malformed responses."}}