{"id":13414027,"url":"https://github.com/wneessen/go-hibp","last_synced_at":"2025-07-22T19:37:09.773Z","repository":{"id":38192804,"uuid":"408171155","full_name":"wneessen/go-hibp","owner":"wneessen","description":"🔑 Go bindings to the HIBP API","archived":false,"fork":false,"pushed_at":"2024-05-08T09:59:05.000Z","size":131,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-31T20:53:19.515Z","etag":null,"topics":["go","golang","golang-library","golang-package","hacktoberfest","hibp","hibp-api","hibpwned"],"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/wneessen.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":"wneessen","ko_fi":"winni"}},"created_at":"2021-09-19T15:58:01.000Z","updated_at":"2024-05-08T09:59:09.000Z","dependencies_parsed_at":"2024-03-14T22:38:24.334Z","dependency_job_id":"ceed5b30-4ffb-40d0-8d59-e9c79131c216","html_url":"https://github.com/wneessen/go-hibp","commit_stats":{"total_commits":67,"total_committers":3,"mean_commits":"22.333333333333332","dds":"0.28358208955223885","last_synced_commit":"f89cc5f629cb127601ac0698532230dde9f6f125"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/wneessen/go-hibp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wneessen%2Fgo-hibp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wneessen%2Fgo-hibp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wneessen%2Fgo-hibp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wneessen%2Fgo-hibp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wneessen","download_url":"https://codeload.github.com/wneessen/go-hibp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wneessen%2Fgo-hibp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266561598,"owners_count":23948632,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["go","golang","golang-library","golang-package","hacktoberfest","hibp","hibp-api","hibpwned"],"created_at":"2024-07-30T20:01:55.642Z","updated_at":"2025-07-22T19:37:09.744Z","avatar_url":"https://github.com/wneessen.png","language":"Go","funding_links":["https://github.com/sponsors/wneessen","https://ko-fi.com/winni","https://ko-fi.com/D1D24V9IX"],"categories":["Third-party APIs","第三方api"],"sub_categories":["Utility/Miscellaneous","实用程序/Miscellaneous","Fail injection"],"readme":"\u003c!--\nSPDX-FileCopyrightText: Winni Neessen \u003cwn@neessen.dev\u003e et al\n\nSPDX-License-Identifier: MIT\n--\u003e\n\n# go-hibp - Simple Go binding to the \"Have I Been Pwned\" API\n\n[![GoDoc](https://godoc.org/github.com/wneessen/go-hibp?status.svg)](https://pkg.go.dev/github.com/wneessen/go-hibp) \n[![Go Report Card](https://goreportcard.com/badge/github.com/wneessen/go-hibp)](https://goreportcard.com/report/github.com/wneessen/go-hibp) \n[![Build Status](https://api.cirrus-ci.com/github/wneessen/go-hibp.svg)](https://cirrus-ci.com/github/wneessen/go-hibp)\n[![codecov](https://codecov.io/gh/wneessen/go-hibp/branch/main/graph/badge.svg?token=ST96EC0JHU)](https://codecov.io/gh/wneessen/go-hibp)\n[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go) \n\u003ca href=\"https://ko-fi.com/D1D24V9IX\"\u003e\u003cimg src=\"https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue.png\" height=\"20\" alt=\"buy ma a coffee\"\u003e\u003c/a\u003e\n\nThis Go library provides simple bindings to the excellent \n\"[Have I Been Pwned](https://haveibeenpwned.com/API/v3)\" (HIBP) API by Troy Hunt. It implements all 3 APIs\nthat are provided by HIBP (Breaches, Pastes, Passwords). API key support for the private API endpoints are \nsupported as well. go-hibp follows idiomatic Go style and best practice. It's only depends on the Go standard \nlibrary and one of my other packages: [niljson](https://github.com/wneessen/niljson).\n\n## Usage\nThe library is fully documented using the excellent GoDoc functionality. Check out the\n[GoDocs Reference](https://pkg.go.dev/github.com/wneessen/go-hibp) for details on how to implement \naccess to any of the 3 APIs with this package. You will also find GoDoc code examples there for each of those\nAPIs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwneessen%2Fgo-hibp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwneessen%2Fgo-hibp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwneessen%2Fgo-hibp/lists"}