Public holidays and school holidays with subdivision granularity (German Laender
Public holidays and school holidays with subdivision granularity (German Laender, French academies, Spanish communities...) from the OpenHolidays API (data ODbL-1.0, ~36 mostly European countries). Query: ?country=DE&from=2026-07-01&to=2026-12-31&type=public|school&subdivision=DE-BY (optional ISO 3166-2 filter; window max 366 days, default today +6 months). Each entry: dates, English name, nationwide flag, affected subdivision codes. 24h cache.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
907 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://data.greeneris.io/v1/eu/holidays-regional
| Category | Everything else |
|---|---|
| Provider host | data.greeneris.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 907 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"country": "DE",
"from": "2026-10-01",
"to": "2026-11-05",
"type": "public"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"country": {
"description": "ISO 3166-1 alpha-2 country code (e.g. DE, FR, AT)",
"type": "string"
},
"from": {
"description": "ISO start date (default: today)",
"type": "string"
},
"subdivision": {
"description": "ISO 3166-2 subdivision filter, e.g. DE-BY",
"type": "string"
},
"to": {
"description": "ISO end date (default: from + 6 months, max +366 days)",
"type": "string"
},
"type": {
"default": "public",
"enum": [
"public",
"school"
],
"type": "string"
}
},
"required": [
"country"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}