https://github.com/gothenburgbitfactory/holidata.net
Holidata.net is a no-nonsense, ad-free provider of international holiday data
https://github.com/gothenburgbitfactory/holidata.net
site
Last synced: over 1 year ago
JSON representation
Holidata.net is a no-nonsense, ad-free provider of international holiday data
- Host: GitHub
- URL: https://github.com/gothenburgbitfactory/holidata.net
- Owner: GothenburgBitFactory
- Created: 2018-02-03T18:40:15.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T19:47:28.000Z (over 1 year ago)
- Last Synced: 2025-01-23T20:29:55.663Z (over 1 year ago)
- Topics: site
- Language: HTML
- Homepage: https://holidata.net
- Size: 2.64 MB
- Stars: 7
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Holidata.net
## What is holidata.net?
Holidata.net is a no-nonsense, ad-free provider of international holiday data under a Creative Commons License.
The purpose of holidata.net is to provide a source for free, reliable, international holiday data in machine-readable form via a stable API.
The holidays are described in their native language, using UTF-8.
## API
There really isn't an API, but rather a URL convention.
Data can be obtained by using an HTTP request of the form:
https://holidata.net//.
This allows the user to select the `LOCALE`, `YEAR` and `FORMAT`.
* The `LOCALE` should be one of the supported locales.
* The `YEAR` should be a four-digit value no earlier than 2011.
* The `FORMAT` should be one of: `csv`, `json`, `yaml`, `xml`.
Visit [holidata.net](https://holidata.net) for more information.
Because the data is static content, the web server provides a status code that indicates success (200) or error (404).