{"id":37794166,"url":"https://github.com/cpl/go-w3w","last_synced_at":"2026-01-16T15:19:03.268Z","repository":{"id":45855836,"uuid":"284514420","full_name":"cpl/go-w3w","owner":"cpl","description":"Unofficial Golang what3words client","archived":false,"fork":false,"pushed_at":"2021-12-01T17:06:24.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T00:28:47.008Z","etag":null,"topics":["api-client","golang","w3w","what3words","what3words-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/cpl.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}},"created_at":"2020-08-02T18:00:51.000Z","updated_at":"2021-11-26T14:59:59.000Z","dependencies_parsed_at":"2022-09-05T05:21:13.700Z","dependency_job_id":null,"html_url":"https://github.com/cpl/go-w3w","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cpl/go-w3w","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpl%2Fgo-w3w","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpl%2Fgo-w3w/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpl%2Fgo-w3w/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpl%2Fgo-w3w/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpl","download_url":"https://codeload.github.com/cpl/go-w3w/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpl%2Fgo-w3w/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api-client","golang","w3w","what3words","what3words-api"],"created_at":"2026-01-16T15:19:03.169Z","updated_at":"2026-01-16T15:19:03.251Z","avatar_url":"https://github.com/cpl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-w3w\n\nUnofficial client for interacting with [What3Words](https://what3words.com/) [API](https://developer.what3words.com).\n\n## How to use\n\nGo 1.13+ required. To start off get the package using `go get` or add it to your `go.mod`.\n\n```bash\ngo get github.com/cpl/go-w3w\n```\n\nThen simply create a client and use the methods.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/cpl/go-w3w/pkg/client\"\n)\n\nvar address = \"filled.count.soap\"\n\nfunc main() {\n\tc := client.New(\"your-key\")\n\n\tresponse, err := c.ConvertToCoordinates(address)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfmt.Println(response.Coordinates.Lat)\n\tfmt.Println(response.Coordinates.Lng)\n\tfmt.Println(response.Map)\n\tfmt.Println(response.NearestPlace)\n}\n```\n\n\n## Notes\n\n* This client was developed for personal use, but feel free to include it in your projects. Semver releases are respected, meaning `v0.1.Z` will be for development period, but no breaking changes will occur until `v1.Y.Z`.\n* There are no plans to include the full features of the official W3W API.\n* There are official clients for other languages/frameworks on the official dev [page](https://developer.what3words.com/public-api).\n* This is a passion project, as I really like the concept and see the potential as this gets adopted more and more.\n  * I also find the 3word addresses extremely funny and entertaining.\n* I will do a `cli` if I see any use for it\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpl%2Fgo-w3w","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpl%2Fgo-w3w","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpl%2Fgo-w3w/lists"}