{"id":20526338,"url":"https://github.com/logicspark/thailand-holidays","last_synced_at":"2026-05-21T16:10:03.461Z","repository":{"id":183655342,"uuid":"655497055","full_name":"logicspark/thailand-holidays","owner":"logicspark","description":"Complete Thailand holidays for 2023 in Thai and English","archived":false,"fork":false,"pushed_at":"2023-07-31T07:52:35.000Z","size":12,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-16T11:27:01.815Z","etag":null,"topics":["holidays","json","public-holiday","public-holidays","thailand"],"latest_commit_sha":null,"homepage":"https://mha.logicspark.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/logicspark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-19T02:58:52.000Z","updated_at":"2023-08-25T02:27:18.000Z","dependencies_parsed_at":"2025-01-16T11:18:12.145Z","dependency_job_id":"57e77963-0c16-434c-bf22-24d236c65dfb","html_url":"https://github.com/logicspark/thailand-holidays","commit_stats":null,"previous_names":["logicspark/thailand-holidays"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicspark%2Fthailand-holidays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicspark%2Fthailand-holidays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicspark%2Fthailand-holidays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicspark%2Fthailand-holidays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logicspark","download_url":"https://codeload.github.com/logicspark/thailand-holidays/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242133431,"owners_count":20077095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["holidays","json","public-holiday","public-holidays","thailand"],"created_at":"2024-11-15T23:13:48.451Z","updated_at":"2026-05-21T16:09:58.418Z","avatar_url":"https://github.com/logicspark.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003ch1\u003e Thailand Holidays for 2023 \u003c/h1\u003e\n  \n [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/logicspark/thailand-holidays/blob/main/LICENSE)\n\n \u003cp align=center\u003e \n\t Complete Thailand holidays for 2023 in Thai and English. Public data is available in JSON format. Gather and verified by \u003ca href=\"https://www.logicspark.com\"\u003eLogic Spark\u003c/a\u003e team.\n\u003c/p\u003e\n\n\u003ca id=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"#open_book-overview\"\u003eOverview\u003c/a\u003e - \n  \u003ca href=\"#rocket-getting-started\"\u003eGetting Started\u003c/a\u003e - \n  \u003ca href=\"#card_file_box-sample-data\"\u003eSample Data\u003c/a\u003e -\n  \u003ca href=\"#speech_balloon-feedback\"\u003eFeedback\u003c/a\u003e -\n  \u003ca href=\"#books-license\"\u003eLicense\u003c/a\u003e\n\u003c/div\u003e\n\n## :open_book: Overview\n\nProvides a database of Thailand holidays including public holidays and government holidays. We have created a simple [website](https://mha.logicspark.com) to review the data. Have fun exploring :sunglasses:\n\n_Note: At the moment, we provide Thailand holidays for 2023._\n\n## :rocket: Getting Started\n\nIn the subsequent subsections, we will display the data structure of Thailand holidays. The sample data will be in JSON format. Let's get started!\n\n## :card_file_box: Sample Data\n\nHere is an example of holiday data in JSON format\n\n### Holidays.json\n\n```json\n{\n  \"nameTh\": \"วันขึ้นปีใหม่\",\n  \"nameEn\": \"New year day\",\n  \"date\": \"2023-01-01\",\n  \"holidayTypes\": [\"Public\", \"Government\"],\n  \"note\": \"My holiday\"\n}\n```\n\n#### JSON Key Description\n\n| Key            | Type     | Description                               |\n| :------------- | :------- | :---------------------------------------- |\n| `nameTh`       | `string` | Holiday name in Thai                      |\n| `nameEn`       | `string` | Holiday name in English                   |\n| `date`         | `string` | Holiday date                              |\n| `holidayTypes` | `array`  | Holiday types (`public` and `government`) |\n| `note`         | `string` | Holiday description                       |\n\n## :speech_balloon: Feedback\n\nIf there is missing/incorrect data or any suggestion, please reach out to us [here](https://github.com/logicspark/thailand-holidays/issues/new).\n\n## :books: License\n\nDistributed under the MIT License. See [LICENSE](https://github.com/logicspark/thailand-holidays/blob/main/LICENSE) for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicspark%2Fthailand-holidays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogicspark%2Fthailand-holidays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicspark%2Fthailand-holidays/lists"}