An open API service indexing awesome lists of open source software.

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

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)