{"id":37128870,"url":"https://github.com/riquellopes/zerobounce-go-api","last_synced_at":"2026-01-14T14:59:58.835Z","repository":{"id":57576065,"uuid":"135768665","full_name":"riquellopes/zerobounce-go-api","owner":"riquellopes","description":"ZeroBounce Go integration","archived":false,"fork":false,"pushed_at":"2022-01-23T18:48:51.000Z","size":18,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T13:29:54.595Z","etag":null,"topics":["golang","integration","opensource","zerobounce"],"latest_commit_sha":null,"homepage":"https://www.zerobounce.net/","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/riquellopes.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":"2018-06-01T22:29:34.000Z","updated_at":"2022-01-23T18:48:54.000Z","dependencies_parsed_at":"2022-08-28T23:02:13.190Z","dependency_job_id":null,"html_url":"https://github.com/riquellopes/zerobounce-go-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/riquellopes/zerobounce-go-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riquellopes%2Fzerobounce-go-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riquellopes%2Fzerobounce-go-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riquellopes%2Fzerobounce-go-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riquellopes%2Fzerobounce-go-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riquellopes","download_url":"https://codeload.github.com/riquellopes/zerobounce-go-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riquellopes%2Fzerobounce-go-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["golang","integration","opensource","zerobounce"],"created_at":"2026-01-14T14:59:58.318Z","updated_at":"2026-01-14T14:59:58.828Z","avatar_url":"https://github.com/riquellopes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/riquellopes/zerobounce-go-api.svg?branch=master)](https://travis-ci.org/riquellopes/zerobounce-go-api)\n[![Coverage Status](https://coveralls.io/repos/github/riquellopes/zerobounce-go-api/badge.svg?branch=master)](https://coveralls.io/github/riquellopes/zerobounce-go-api?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/riquellopes/zerobounce-go-api)](https://goreportcard.com/report/github.com/riquellopes/zerobounce-go-api)\n\nZerobounce Go Api\n-----------------\n[Go](http://golang.org) integration for [ZeroBounce](https://www.zerobounce.net/) service.\n\n# Installation #\n```sh\ngo get github.com/riquellopes/zerobounce-go-api\n```\n\n# Usage #\nFirst you will need an api token. Can you create an account at [here](https://www.zerobounce.net/members/register/) and get your token.\n\n### Quick start ###\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"os\"\n\n    . \"github.com/riquellopes/zerobounce-go-api/zerobounce\"\n)\n\nfunc main() {\n    zero := ZeroBounce{Apikey: os.Getenv(\"API_KEY_ZERO\")}\n\n    fmt.Println(zero.Validate(\"contato@henriquelopes.com.br\"))\n    fmt.Println(zero.ValidateWithip(\"contato@henriquelopes.com.br\"))\n    fmt.Println(zero.GetCredits())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friquellopes%2Fzerobounce-go-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friquellopes%2Fzerobounce-go-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friquellopes%2Fzerobounce-go-api/lists"}