{"id":16862854,"url":"https://github.com/ammario/ipisp","last_synced_at":"2025-04-05T12:06:19.823Z","repository":{"id":42359421,"uuid":"60372309","full_name":"ammario/ipisp","owner":"ammario","description":"Query IP address network information in Go","archived":false,"fork":false,"pushed_at":"2024-11-22T20:21:54.000Z","size":76,"stargazers_count":66,"open_issues_count":1,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T11:08:21.241Z","etag":null,"topics":["asn","asn-service","ip-address","network-analysis","networking","scanning","security","team-cymru","whois"],"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/ammario.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["ammario"]}},"created_at":"2016-06-03T19:22:31.000Z","updated_at":"2025-02-17T14:53:21.000Z","dependencies_parsed_at":"2024-06-18T15:21:36.610Z","dependency_job_id":"4899d483-8fb4-4712-98d0-8315af674d75","html_url":"https://github.com/ammario/ipisp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammario%2Fipisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammario%2Fipisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammario%2Fipisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammario%2Fipisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ammario","download_url":"https://codeload.github.com/ammario/ipisp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332604,"owners_count":20921853,"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":["asn","asn-service","ip-address","network-analysis","networking","scanning","security","team-cymru","whois"],"created_at":"2024-10-13T14:36:58.710Z","updated_at":"2025-04-05T12:06:19.795Z","avatar_url":"https://github.com/ammario.png","language":"Go","funding_links":["https://github.com/sponsors/ammario"],"categories":[],"sub_categories":[],"readme":"# ipisp\n[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/ammario/ipisp/v2)\n\nipisp provides a Go client for [Team Cymru's](http://www.team-cymru.org/IP-ASN-mapping.html) IP-ASN mapping service.\nBasically, this library allows you to query an IP address' ISP and allocation information.\n\n```\ngo get github.com/ammario/ipisp/v2\n```\n\n## Features\n- 0 external dependencies\n- Bulk and single lookups\n- Query ISP name, ASN, country, registry and CIDR range\n\n## Basic usage\nRunning\n\n```go\nresp, err := ipisp.LookupIP(context.Background(), net.ParseIP(\"4.2.2.2\"))\nif err != nil {\n    log.Fatalf(\"lookup: %v\", err)\n}\nfmt.Printf(\"ISP: %s\\n\", resp.ISPName)\n```\ndisplays\n```\nISP: LEVEL3, US\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammario%2Fipisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fammario%2Fipisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammario%2Fipisp/lists"}