Singapore flag

Public Holidays in Singapore 2031

13 total holidays9 national holidays

2031 Holiday Calendar — Singapore

DateHolidayDayType
2031-01-01New Year’s DayWednesdayNational
2031-01-23Chinese New Year's DayThursdayNational
2031-01-24Second Day of Chinese New YearFridayNational
2031-01-25Hari Raya PuasaSaturdayNational
2031-04-03Hari Raya HajiThursdayNational
2031-04-11Good FridayFridayNational
2031-04-12Easter SaturdaySaturdayReligious
2031-04-13Easter SundaySundayReligious
2031-05-01Labour DayThursdayNational
2031-08-09National DaySaturdayNational
2031-12-15Ramadan StartMondayReligious
2031-12-24Christmas EveWednesdayReligious
2031-12-25Christmas DayThursdayNational

Automate Singapore holiday data via API

One API key. 195+ countries. Integrate in minutes.

cURL

curl -X GET \
  "https://api.holidays.rest/v1/holidays?country=SG&year=2031" \
  -H "Authorization: Bearer YOUR_API_KEY"

JavaScript

const res = await fetch(
  "https://api.holidays.rest/v1/holidays?country=SG&year=2031",
  { headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const holidays = await res.json();
Public Holidays in Singapore 2031 — Complete List