We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I request https://ferien-api.de/api/v1/holidays/HB/2024 I only get the following pfingstferien:
https://ferien-api.de/api/v1/holidays/HB/2024
pfingstferien
{ "start": "2024-05-10", "end": "2024-05-10", "year": 2024, "stateCode": "HB", "name": "pfingstferien bremen 2024 (beweglicher ferientag)", "slug": "pfingstferien bremen 2024 (beweglicher ferientag)-2024-HB" }
But the other 2024-05-21 is missing, although it is present in the .ics https://github.com/paulbrejla/ferien-api-data/blob/main/resources/de/ferien_bremen_2024.ics#L20
2024-05-21
Is the API running on older data or am I missing something? In case it's old data could you update it?
Thanks in advance! 😄
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I request
https://ferien-api.de/api/v1/holidays/HB/2024
I only get the followingpfingstferien
:But the other
2024-05-21
is missing, although it is present in the .ics https://github.com/paulbrejla/ferien-api-data/blob/main/resources/de/ferien_bremen_2024.ics#L20Is the API running on older data or am I missing something? In case it's old data could you update it?
Thanks in advance! 😄
The text was updated successfully, but these errors were encountered: