JDay

Supported Countries

The 20 countries supported by JDay at launch, with region and timezone information.

JDay v1 supports 20 countries at launch. This is the canonical list used across the API, docs, and all tooling.

Launch Countries

CodeCountryRegion SupportTimezone (hint)
AUAustraliaYesAustralia/Sydney
ATAustriaNoEurope/Vienna
CACanadaYesAmerica/Toronto
DKDenmarkNoEurope/Copenhagen
FIFinlandNoEurope/Helsinki
FRFranceNoEurope/Paris
DEGermanyYesEurope/Berlin
IEIrelandNoEurope/Dublin
ITItalyNoEurope/Rome
JPJapanNoAsia/Tokyo
NLNetherlandsNoEurope/Amsterdam
NZNew ZealandNoPacific/Auckland
NONorwayNoEurope/Oslo
SGSingaporeNoAsia/Singapore
ZASouth AfricaNoAfrica/Johannesburg
KRSouth KoreaNoAsia/Seoul
ESSpainNoEurope/Madrid
SESwedenNoEurope/Stockholm
GBUnited KingdomYesEurope/London
USUnited StatesYesAmerica/New_York

Countries outside this list return 400 invalid_country.

Timezone Field

The timezone field is a primary-timezone hint only. It is metadata, not used by the API to interpret timestamps. For multi-timezone countries, it does not vary by region in v1.

Weekend Days

All 20 launch countries use [6, 7] (Saturday, Sunday) as weekend days, using 1=Mon through 7=Sun numbering.

Notes Field

The notes field on each country is always present as a string[]. It uses [] when empty. Notes may contain information about historical weekend changes or other country-specific quirks.

API Response

Use GET /v1/countries to retrieve this data programmatically. The response is sorted by code ascending.

On this page