{"id":28503550,"url":"https://github.com/faisaltheparttimecoder/go-calendarific","last_synced_at":"2026-07-09T12:31:37.202Z","repository":{"id":147570679,"uuid":"204564732","full_name":"faisaltheparttimecoder/go-calendarific","owner":"faisaltheparttimecoder","description":"GoLang API for Calendarific Holiday API","archived":false,"fork":false,"pushed_at":"2019-08-27T08:05:47.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T05:42:34.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://calendarific.com","language":"Go","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/faisaltheparttimecoder.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":"2019-08-26T21:28:30.000Z","updated_at":"2019-08-27T08:05:49.000Z","dependencies_parsed_at":"2024-06-19T10:12:13.800Z","dependency_job_id":"7ad57bd4-e6b5-4b48-bcde-e0bb3824b568","html_url":"https://github.com/faisaltheparttimecoder/go-calendarific","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faisaltheparttimecoder/go-calendarific","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fgo-calendarific","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fgo-calendarific/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fgo-calendarific/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fgo-calendarific/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faisaltheparttimecoder","download_url":"https://codeload.github.com/faisaltheparttimecoder/go-calendarific/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fgo-calendarific/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35299762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-06-08T17:08:40.502Z","updated_at":"2026-07-09T12:31:37.197Z","avatar_url":"https://github.com/faisaltheparttimecoder.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-calendarific\n\nOfficial Go library for Calendarific Global Holiday API\n\n# Installation\n\n```\ndep ensure -add https://github.com/calendarific/go-calendarific\n```\n\n# Usage / Example\n\n+ Create a file called **main.go** \u0026 insert a script like below\n    ```\n    package main\n    \n    import (\n    \t\"fmt\"\n    \t\"github.com/calendarific/go-calendarific\"\n    \t\"os\"\n    )\n    \n    func main() {\n    \n        // Loading the paramater struct\n    \tcp := calendarific.CalParameters{\n    \t\tApiKey:  \"\u003cMY SECRET API KEY\u003e\",\n    \t\tCountry: \"US\",\n    \t\tYear:    2019,\n    \t}\n    \t\n    \t// It returns a response struct\n    \tholidays, err := cp.CalData()\n    \tif err != nil {\n    \t\tfmt.Println(err)\n    \t\tos.Exit(1)\n    \t}\n    \t\n    \tfmt.Println(holidays)\n    }\n    ```\n\nCheck out the [file](https://github.com/calendarific/go-calendarific/blob/master/main.go) for parameter struct and response struct.\n\n+ Run the program for data\n    ```\n    go run main.go\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisaltheparttimecoder%2Fgo-calendarific","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaisaltheparttimecoder%2Fgo-calendarific","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisaltheparttimecoder%2Fgo-calendarific/lists"}