79652474

Date: 2025-06-04 09:27:18
Score: 1
Natty:
Report link

You could try to use Finturest - Holiday API, it costs 110$ per year. It supports 115 countries and 6 holiday types.

Endpoints:

Example of response:

[
  {
    "date": "2025-06-08",
    "name": "Pentecost",
    "localName": "Zielone Świątki",
    "nationwide": true,
    "country": {
      "name": "Poland",
      "alpha2Code": "PL",
      "alpha3Code": "POL",
      "numericCode": "616"
    },
    "subdivisions": [],
    "types": [
      "Public"
    ]
  }
]

Links:

Holiday API reference

Official Holiday API SDK

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: finturest