{"id":18896565,"url":"https://github.com/viiftw/macaddress-go","last_synced_at":"2026-02-28T06:30:16.728Z","repository":{"id":144309928,"uuid":"296563900","full_name":"viiftw/macaddress-go","owner":"viiftw","description":"Golang client for macaddress.io API","archived":false,"fork":false,"pushed_at":"2020-09-18T08:43:31.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T08:14:41.201Z","etag":null,"topics":["go-client","macaddress"],"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/viiftw.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":"2020-09-18T08:39:46.000Z","updated_at":"2020-09-18T08:43:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"06e72c6e-0d5a-4af9-a93c-4b5241bc545e","html_url":"https://github.com/viiftw/macaddress-go","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/viiftw%2Fmacaddress-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viiftw%2Fmacaddress-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viiftw%2Fmacaddress-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viiftw%2Fmacaddress-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viiftw","download_url":"https://codeload.github.com/viiftw/macaddress-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239871213,"owners_count":19710874,"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":["go-client","macaddress"],"created_at":"2024-11-08T08:34:29.432Z","updated_at":"2026-02-28T06:30:16.681Z","avatar_url":"https://github.com/viiftw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# macaddress-go\n\n[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)\n\nGolang client for [macaddress.io](https://macaddress.io/) API, get JSON data only.\n\n## Usage\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/viiftw/macaddress-go\"\n)\n\nfunc main() {\n  apiKey := \u003cYOUR-API-KEY\u003e\n  client := macaddress.NewClient(apiKey)\n\n  // get full result data\n  result, _ := client.Search(\"44:38:39:ff:ef:57\")\n  fmt.Println(result.VendorDetails.Oui)\n  fmt.Println(result.VendorDetails.CompanyName)\n\n  // get vendor company name only\n  fmt.Println(client.GetVendor(\"44:38:39:ff:ef:57\"))\n}\n\n// =\u003e Result:\n// 443839\n// Cumulus Networks, Inc\n// Cumulus Networks, Inc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviiftw%2Fmacaddress-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviiftw%2Fmacaddress-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviiftw%2Fmacaddress-go/lists"}