{"id":22018133,"url":"https://github.com/rvflash/brandfetch","last_synced_at":"2026-05-06T05:36:30.560Z","repository":{"id":61627564,"uuid":"547343304","full_name":"rvflash/brandfetch","owner":"rvflash","description":"Unofficial Golang interface for the Brandfetch API.","archived":false,"fork":false,"pushed_at":"2022-10-28T13:10:01.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T16:16:29.032Z","etag":null,"topics":[],"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/rvflash.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":"2022-10-07T14:23:47.000Z","updated_at":"2022-10-27T07:53:57.000Z","dependencies_parsed_at":"2023-01-20T14:47:35.884Z","dependency_job_id":null,"html_url":"https://github.com/rvflash/brandfetch","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fbrandfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fbrandfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fbrandfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fbrandfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvflash","download_url":"https://codeload.github.com/rvflash/brandfetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245081287,"owners_count":20557812,"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":[],"created_at":"2024-11-30T05:10:03.852Z","updated_at":"2026-05-06T05:36:25.529Z","avatar_url":"https://github.com/rvflash.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brandfetch\n\n[![GoDoc](https://godoc.org/github.com/rvflash/brandfetch/v2?status.svg)](https://godoc.org/github.com/rvflash/brandfetch/v2)\n[![Build Status](https://github.com/rvflash/brandfetch/workflows/build/badge.svg)](https://github.com/rvflash/brandfetch/actions?workflow=build)\n[![Code Coverage](https://codecov.io/gh/rvflash/brandfetch/branch/main/graph/badge.svg)](https://codecov.io/gh/rvflash/brandfetch)\n[![Go Report Card](https://goreportcard.com/badge/github.com/rvflash/brandfetch/v2?)](https://goreportcard.com/report/github.com/rvflash/brandfetch/v2)\n\nUnofficial Golang interface for the [Brandfetch](https://brandfetch.com/) API.\n\nThis package starts with the v2 tag to follow the API, see the module name. \n\nOnly the Search method is implemented, please feel free to help if you want the Brand entry point or others.\n\n### Installation\n\n```bash\n$ go get -u github.com/rvflash/brandfetch/v2\n```\n\nRequirement: this package uses the `url.JoinPath` function incoming with Golang 1.19.\n\n### Usage\n\n```go\nimport \"github.com/rvflash/brandfetch/v2\"\n// ...\nres, err := brandfetch.BrandByName(context.Background(), \"example\")\nif err != nil {\n    log.Panicln(err)\n}\nfmt.Println(res.Domain)\n// Output: example.com\n```\n\nSee API tests for more examples. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Fbrandfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvflash%2Fbrandfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Fbrandfetch/lists"}