| Crates.io | siapla-open-holidays-api |
| lib.rs | siapla-open-holidays-api |
| version | 0.2.1 |
| created_at | 2025-11-02 20:05:46.621523+00 |
| updated_at | 2026-01-11 12:01:05.840782+00 |
| description | A simple agile planning tool |
| homepage | |
| repository | https://github.com/valgarf/siapla |
| max_upload_size | |
| id | 1913506 |
| size | 163,460 |
Open Data API for public and school holidays
For more information, please visit https://www.openholidaysapi.org
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named siapla-open-holidays-api and add the following to Cargo.toml under [dependencies]:
siapla-open-holidays-api = { path = "./siapla-open-holidays-api" }
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|
HolidaysApi | public_holidays_by_date_get | GET /PublicHolidaysByDate | Returns a list of public holidays from all countries for a given date. HolidaysApi | public_holidays_get | GET /PublicHolidays | Returns list of public holidays for a given country HolidaysApi | school_holidays_by_date_get | GET /SchoolHolidaysByDate | Returns a list of school holidays from all countries for a given date. HolidaysApi | school_holidays_get | GET /SchoolHolidays | Returns list of official school holidays for a given country RegionalApi | countries_get | GET /Countries | Returns a list of all supported countries RegionalApi | languages_get | GET /Languages | Returns a list of all used languages RegionalApi | subdivisions_get | GET /Subdivisions | Returns a list of relevant subdivisions for a supported country (if any) StatisticsApi | statistics_public_holidays_get | GET /Statistics/PublicHolidays | Returns statistical data about public holidays for a given country. StatisticsApi | statistics_school_holidays_get | GET /Statistics/SchoolHolidays | Returns statistical data about school holidays for a given country
To get access to the crate's generated documentation, use:
cargo doc --open