{"id":16458756,"url":"https://github.com/murat/mwgoapi","last_synced_at":"2025-11-11T19:25:15.861Z","repository":{"id":40120444,"uuid":"488755180","full_name":"murat/mwgoapi","owner":"murat","description":"Merriam Webster Golang API Wrapper","archived":false,"fork":false,"pushed_at":"2022-06-25T17:41:00.000Z","size":10,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T02:27:09.710Z","etag":null,"topics":["api-wrapper","golang","merriam-webster-api"],"latest_commit_sha":null,"homepage":"","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/murat.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}},"created_at":"2022-05-04T22:02:06.000Z","updated_at":"2022-05-11T07:41:36.000Z","dependencies_parsed_at":"2022-06-26T17:33:21.110Z","dependency_job_id":null,"html_url":"https://github.com/murat/mwgoapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Fmwgoapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Fmwgoapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Fmwgoapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murat%2Fmwgoapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murat","download_url":"https://codeload.github.com/murat/mwgoapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217221,"owners_count":20903009,"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":["api-wrapper","golang","merriam-webster-api"],"created_at":"2024-10-11T10:46:14.485Z","updated_at":"2025-11-11T19:25:15.705Z","avatar_url":"https://github.com/murat.png","language":"Go","readme":"# Merriam Webster Golang API Wrapper\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/eaa91a77066b494b8c357992f12a979b)](https://www.codacy.com/gh/murat/mwgoapi/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=murat/mwgoapi\u0026utm_campaign=Badge_Grade)\n[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/eaa91a77066b494b8c357992f12a979b)](https://www.codacy.com/gh/murat/mwgoapi/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=murat/mwgoapi\u0026utm_campaign=Badge_Coverage)\n\n## Usage examples\n\n```golang\nfunc main() {\n  c := mwgoapi.NewClient(\u0026http.Client{}, mwgoapi.BaseURL, \"YOUR_API_KEY\")\n\tr, err := c.Get(\"hello\")\n\tif err != nil {\n\t\tfmt.Printf(\"could not get response, err: %v\\n\", err)\n\t\tos.Exit(1)\n\t}\n\n\tvar collegiateResponse []mwgoapi.Collegiate\n\tif err := c.UnmarshalResponse(r, \u0026collegiateResponse); err != nil {\n\t\tfmt.Printf(\"could not unmarshal response, err: %v\\n\", err)\n\t\tos.Exit(1)\n\t}\n\n  fmt.Println(collegiateResponse)\n}\n```\n\n-   [murat/dicterm](https://github.com/murat/dicterm)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurat%2Fmwgoapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurat%2Fmwgoapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurat%2Fmwgoapi/lists"}