{"id":16928843,"url":"https://github.com/hslatman/greynoise-go","last_synced_at":"2026-05-16T08:36:47.698Z","repository":{"id":57661429,"uuid":"351907761","full_name":"hslatman/greynoise-go","owner":"hslatman","description":"A GreyNoise API client for Go","archived":false,"fork":false,"pushed_at":"2021-03-27T00:21:42.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T02:43:28.119Z","etag":null,"topics":["golang","greynoise"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hslatman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-26T20:45:30.000Z","updated_at":"2021-03-27T11:36:15.000Z","dependencies_parsed_at":"2022-09-05T23:51:07.524Z","dependency_job_id":null,"html_url":"https://github.com/hslatman/greynoise-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hslatman/greynoise-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hslatman%2Fgreynoise-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hslatman%2Fgreynoise-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hslatman%2Fgreynoise-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hslatman%2Fgreynoise-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hslatman","download_url":"https://codeload.github.com/hslatman/greynoise-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hslatman%2Fgreynoise-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268281492,"owners_count":24225156,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","greynoise"],"created_at":"2024-10-13T20:37:46.910Z","updated_at":"2026-05-16T08:36:47.630Z","avatar_url":"https://github.com/hslatman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# greynoise-go\n\n## Usage\n\n```bash\ngo get github.com/hslatman/greynoise-go\n```\n\n```go\npackage main\n\nimport (\n    \"log\"\n    \"net\"\n    \"github.com/hslatman/greynoise-go/client\"\n)\n\nfunc main() {\n    key := \"\u003ckey\u003e\"\n    c, err := client.New(key)\n    if err != nil {\n        log.Fatal(err)\n    }\n\n    if _, err := c.Ping(); err != nil {\n        log.Fatal(err)\n    }\n\n    r, err := c.Community(net.ParseIP(\"127.0.0.1\"))\n    if err != nil {\n        // NOTE: a 404 is also an error, but can actually be OK.\n        log.Fatal(err)\n    }\n\n    fmt.Printf(\"IP: %s; Classification: %s\\n\", r.IP, r.Classification)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhslatman%2Fgreynoise-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhslatman%2Fgreynoise-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhslatman%2Fgreynoise-go/lists"}