https://github.com/jahirfiquitiva/worldwide-holidays-api
https://github.com/jahirfiquitiva/worldwide-holidays-api
api flask hacktoberfest hacktoberfest-accepted hacktoberfest2022 holiday holiday-api python
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jahirfiquitiva/worldwide-holidays-api
- Owner: jahirfiquitiva
- Created: 2021-11-29T17:07:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T18:23:42.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:58:16.613Z (10 months ago)
- Topics: api, flask, hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, holiday, holiday-api, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# worldwide-holidays-api
### Usage
`https://api.world-holidays.info/holidays?country=CO&year=2022`
- country: any country [ISO code](https://www.iban.com/country-codes). Some countries might not be available, check them on [python-holidays readme](https://github.com/dr-prodigy/python-holidays#available-countries)
- year: (optional) specify a year. use the current year by default
### Notes
This app is running on [Railway](https://railway.app?referralCode=Ri5XbE) so it implies some server costs. If you would like to support the project, consider signing up on Railway using the [referral link](https://railway.app?referralCode=Ri5XbE) or [becoming a sponsor](https://jahir.dev/donate)
### Details
Built using [python-holidays](https://github.com/dr-prodigy/python-holidays)