{ "operationId": "getPublicHolidays", "method": "GET", "path": "/", "summary": "Abstract API Get Public Holidays", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "getPublicHolidays200Example", "example": [ { "name": "Easter Sunday", "name_local": "Easter Sunday", "language": "EN", "description": "Easter Sunday marks the resurrection of Jesus Christ", "country": "US", "location": "", "type": "National", "date": "04/20/2025", "date_year": "2025", "date_month": "04", "date_day": "20", "week_day": "Sunday" } ] } ] }