{"id":23129015,"url":"https://github.com/twiny/whois","last_synced_at":"2025-08-17T06:31:57.432Z","repository":{"id":57625308,"uuid":"407356195","full_name":"twiny/whois","owner":"twiny","description":"domain name WHOIS client.","archived":false,"fork":false,"pushed_at":"2024-02-11T16:19:14.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T17:04:18.542Z","etag":null,"topics":["golang","whois-client","whois-lookup"],"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/twiny.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":"2021-09-17T00:44:03.000Z","updated_at":"2023-11-10T14:40:15.000Z","dependencies_parsed_at":"2024-06-20T16:49:28.079Z","dependency_job_id":"535a412a-d2fa-46fb-a018-cee806edb0ea","html_url":"https://github.com/twiny/whois","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiny%2Fwhois","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiny%2Fwhois/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiny%2Fwhois/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiny%2Fwhois/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twiny","download_url":"https://codeload.github.com/twiny/whois/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230098768,"owners_count":18172740,"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":["golang","whois-client","whois-lookup"],"created_at":"2024-12-17T10:07:55.138Z","updated_at":"2024-12-17T10:07:55.799Z","avatar_url":"https://github.com/twiny.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WHOIS Client\n\na simple Go WHOIS Client API. It supports custom `proxy.Dialer` for Socks5.\n\n## API\n\n```go\nQuery(ctx context.Context, domain string) (Response, error)\n```\n\n## Install\n\n`go get github.com/twiny/whois/v2`\n\n## Example\n\n```go\npackage main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/twiny/whois/v2\"\n)\n\nfunc main() {\n client, err := whois.NewClient(nil)\n if err != nil {\n  fmt.Printf(\"err: %s\\n\", err)\n }\n\n resp, err := client.Query(context.TODO(), \"google.com\")\n if err != nil {\n  fmt.Printf(\"err: %s\\n\", err)\n }\n\n // Print the response\n fmt.Printf(\"Domain: %+v\\n\", resp)\n}\n```\n\n## Tracking\n\n- If you wish to add more WHOIS Server please [create a PR](https://github.com/twiny/whois/pulls).\n\n- If you find any issues please [create a new issue](https://github.com/twiny/whois/issues/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwiny%2Fwhois","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwiny%2Fwhois","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwiny%2Fwhois/lists"}