{"id":24373785,"url":"https://github.com/user-425/indocalendarjson","last_synced_at":"2026-05-20T13:32:07.741Z","repository":{"id":223787502,"uuid":"761541857","full_name":"User-425/IndoCalendarJson","owner":"User-425","description":"Complete Indonesian Calendar Json from https://kalenderindonesia.com/. This json calendar include gregorian, hijri, jawa, and details such as shio, zodiac, and more!","archived":false,"fork":false,"pushed_at":"2025-03-01T01:57:47.000Z","size":28174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T02:31:22.019Z","etag":null,"topics":["calendar","gregorian","gregorian-calendar","hijri","hijri-calendar","json","shio"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/User-425.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-22T02:48:29.000Z","updated_at":"2025-03-01T01:57:53.000Z","dependencies_parsed_at":"2024-02-22T04:30:29.084Z","dependency_job_id":"23071e03-e782-4447-8d8d-4bc60defb497","html_url":"https://github.com/User-425/IndoCalendarJson","commit_stats":null,"previous_names":["user-425/indocalendarjson"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/User-425%2FIndoCalendarJson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/User-425%2FIndoCalendarJson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/User-425%2FIndoCalendarJson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/User-425%2FIndoCalendarJson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/User-425","download_url":"https://codeload.github.com/User-425/IndoCalendarJson/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243205234,"owners_count":20253427,"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":["calendar","gregorian","gregorian-calendar","hijri","hijri-calendar","json","shio"],"created_at":"2025-01-19T05:12:37.158Z","updated_at":"2025-12-26T14:02:10.446Z","avatar_url":"https://github.com/User-425.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Indonesian Calendar JSON Fetcher\n\nThis GitHub Action fetches JSON data from the kalenderindonesia.com API for the Gregorian calendar years from 1910 to 2100. It organizes the fetched data into a folder structure and commits it back to the repository.\n\n### Workflow\n\nThe workflow is set to run every month and can also be manually triggered.\n\n### Folder Structure\n\nThe fetched JSON data is organized into the following folder structure:\n\n```\njson/\n│\n├── 1910/\n│   ├── 0/             # January\n│   ├── 1/             # February\n│   ├── ...\n│   └── 11/            # December\n│\n├── 1911/\n│   ├── 0/             # January\n│   ├── 1/             # February\n│   ├── ...\n│   └── 11/            # December\n│\n├── ...\n│\n└── 2100/\n    ├── 0/             # January\n    ├── 1/             # February\n    ├── ...\n    └── 11/            # December\n```\n\n### How to use \nYou can fetch the JSON by fetching the following url format\nJSON per year:\n```\nhttps://raw.githubusercontent.com/User-425/IndoCalendarJson/main/json/[year]/data.json\n```\nExample usage (javascript):\n```\nfetch('https://raw.githubusercontent.com/User-425/IndoCalendarJson/main/json/2025/data.json')\n    .then(res =\u003e res.json())\n    .then((out) =\u003e {\n        console.log('Output: ', out);\n}).catch(err =\u003e console.error(err));\n```\n\nJSON per month:\n```\nhttps://raw.githubusercontent.com/User-425/IndoCalendarJson/main/json/[year]/[month]/data.json\n```\nExample usage (javascript):\n```\nfetch('https://raw.githubusercontent.com/User-425/IndoCalendarJson/main/json/2025/2/data.json')\n    .then(res =\u003e res.json())\n    .then((out) =\u003e {\n        console.log('Output: ', out);\n}).catch(err =\u003e console.error(err));\n```\nnote: month index start from 0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuser-425%2Findocalendarjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuser-425%2Findocalendarjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuser-425%2Findocalendarjson/lists"}