Complete Thailand holidays for 2023 in Thai and English. Public data is available in JSON format. Gather and verified by Logic Spark team.
Provides a database of Thailand holidays including public holidays and government holidays. We have created a simple website to review the data. Have fun exploring :sunglasses:
Note: At the moment, we provide Thailand holidays for 2023.
In the subsequent subsections, we will display the data structure of Thailand holidays. The sample data will be in JSON format. Let's get started!
Here is an example of holiday data in JSON format
{
"nameTh": "วันขึ้นปีใหม่",
"nameEn": "New year day",
"date": "2023-01-01",
"holidayTypes": ["Public", "Government"],
"note": "My holiday"
}
Key | Type | Description |
---|---|---|
nameTh |
string |
Holiday name in Thai |
nameEn |
string |
Holiday name in English |
date |
string |
Holiday date |
holidayTypes |
array |
Holiday types (public and government ) |
note |
string |
Holiday description |
If there is missing/incorrect data or any suggestion, please reach out to us here.
Distributed under the MIT License. See LICENSE for more information.