Russian Calendar
APICheck Russian holidays and working days with this open-source calendar API
Overview
The Russian Calendar API offers endpoints to verify if a date is a Russian federal holiday, retrieve annual holiday lists, or confirm working day status. Responses are in JSON format for easy integration. Key endpoints include GET /holidays/{YYYY-MM-DD} (returns holiday details if applicable) and GET /working-day/{YYYY-MM-DD} (boolean result). Use cases: scheduling apps for Russian users, payroll systems calculating working days, event planning tools avoiding holidays, and travel apps adjusting for non-working days in Russia.
Example Integration (JavaScript)
fetch('https://github.com/egno/work-calendar')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- Open source
- JSON response format
- Check holiday status
- Verify working days
- Annual holiday lists
- Covers Russian federal holidays
Frequently Asked Questions
? Is Russian Calendar free to use?
Yes, it’s open source and completely free. You can self-host it from the GitHub repo without any cost.
? Does it require an API Key?
No API key is needed if you self-host the API using the open-source code; no hosted version with key auth is mentioned.
? What is the response format?
Responses are in JSON format, which is widely supported and easy to parse for most programming languages.
Top Alternatives
People Also Ask about Russian Calendar
Tool Info
Pros
- ⊕ Free to self-host
- ⊕ Accurate federal holiday data
- ⊕ Lightweight implementation
- ⊕ Easy to integrate
Cons
- ⊖ No hosted API (self-deployment required)
- ⊖ Limited to Russian holidays
- ⊖ No official support/SLA
- ⊖ Manual updates for new holidays