{"id":36471880,"url":"https://github.com/lafronzt/ipwhois","last_synced_at":"2026-01-12T00:40:02.101Z","repository":{"id":57636458,"uuid":"428006236","full_name":"lafronzt/ipwhois","owner":"lafronzt","description":"A Go client for the IPWhois.io API","archived":false,"fork":false,"pushed_at":"2021-12-02T21:02:01.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-18T18:24:40.907Z","etag":null,"topics":["go","go-module","golang","gomodule","ipwhois","ipwhois-go","package","sdk-go"],"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/lafronzt.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":"2021-11-14T18:20:33.000Z","updated_at":"2021-12-02T20:58:40.000Z","dependencies_parsed_at":"2022-09-26T20:21:42.973Z","dependency_job_id":null,"html_url":"https://github.com/lafronzt/ipwhois","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/lafronzt/ipwhois","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafronzt%2Fipwhois","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafronzt%2Fipwhois/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafronzt%2Fipwhois/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafronzt%2Fipwhois/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lafronzt","download_url":"https://codeload.github.com/lafronzt/ipwhois/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafronzt%2Fipwhois/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28329806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["go","go-module","golang","gomodule","ipwhois","ipwhois-go","package","sdk-go"],"created_at":"2026-01-12T00:39:59.816Z","updated_at":"2026-01-12T00:40:02.086Z","avatar_url":"https://github.com/lafronzt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP Whois Go Client\n\n**This is an unofficial client for the [IPWhois.io API](https://ipwhois.io/).**\n\n## Quick Start\n\nInstall and Use in Command Line:\n\n```bash\ngo install github.com/lafronzt/ipwhois/cmd/ipwhois@latest\n\nipwhois -ip 1.1.1.1\n```\n\n## Us as a Go Package\n\n```go\npackage main\n\nimports (\n    \"fmt\"\n    \"github.com/lafronzt/ipwhois\"\n)\n\nvar c *ipwhois.Client\n\nfunc init() {\n\n   c = ipwhois.NewClient()\n\n}\n\nfunc main() {\n\n    ip := \"1.1.1.1\"\n\n    whois, err := c.GetIPDetails(IP, nil)\n    if err != nil {\n      println(err.Error())\n      return\n    }\n\n    fmt.Printf(\"%+v\\n\", whois)\n}\n```\n\n## To Use with the Pro Version of IPWhois.io use the following\n\n```go\nipwhois.NewClientPro(\"api-key\")\n```\n\n## Requirements\n\n- Go \u003e= 1.15\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flafronzt%2Fipwhois","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flafronzt%2Fipwhois","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flafronzt%2Fipwhois/lists"}