Public Holidays in Bosnia and Herzegovina 2022
22 total holidays4 national holidays
2022 Holiday Calendar — Bosnia and Herzegovina
| Date | Holiday | Day | Type |
|---|---|---|---|
| 2022-01-01 | New Year's Day | Saturday | National |
| 2022-01-02 | New Year Holiday | Sunday | National |
| 2022-01-06 | Orthodox Christmas Eve SRP | Thursday | Religious |
| 2022-01-07 | Orthodox Christmas Day SRP | Friday | Religious |
| 2022-01-09 | Republic Day SRP | Sunday | Regional |
| 2022-01-14 | Orthodox New Year SRP | Friday | Religious |
| 2022-03-01 | Independence Day BIH | Tuesday | Regional |
| 2022-04-17 | Catholic Easter Sunday BIH | Sunday | Religious |
| 2022-04-18 | Catholic Easter Monday BIH | Monday | Religious |
| 2022-04-22 | Orthodox Good Friday SRP | Friday | Religious |
| 2022-04-24 | Orthodox Easter Sunday SRP | Sunday | Religious |
| 2022-04-25 | Orthodox Easter Monday SRP | Monday | Religious |
| 2022-05-01 | Labour Day | Sunday | National |
| 2022-05-02 | Labour Day Holiday | Monday | National |
| 2022-05-02 | Eid al-Fitr BIH | Monday | Religious |
| 2022-05-09 | Victory Day SRP | Monday | Regional |
| 2022-06-28 | Saint Vitus Day SRP | Tuesday | Religious |
| 2022-07-09 | Eid al-Adha BIH | Saturday | Religious |
| 2022-11-01 | All Saints' Day BIH | Tuesday | Religious |
| 2022-11-21 | Dayton Agreement Day SRP | Monday | Regional |
| 2022-11-25 | Statehood Day BIH | Friday | Regional |
| 2022-12-25 | Catholic Christmas Day BIH | Sunday | Religious |
Automate Bosnia and Herzegovina holiday data via API
One API key. 195+ countries. Integrate in minutes.
cURL
curl -X GET \ "https://api.holidays.rest/v1/holidays?country=BA&year=2022" \ -H "Authorization: Bearer YOUR_API_KEY"
JavaScript
const res = await fetch(
"https://api.holidays.rest/v1/holidays?country=BA&year=2022",
{ headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const holidays = await res.json();