{"id":15148467,"url":"https://github.com/bernmic/pi-hole","last_synced_at":"2026-01-20T15:32:55.232Z","repository":{"id":102536458,"uuid":"151829238","full_name":"bernmic/pi-hole","owner":"bernmic","description":"Pure go bindings to the pi-hole v3 api","archived":false,"fork":false,"pushed_at":"2019-05-05T09:51:58.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T02:47:31.590Z","etag":null,"topics":["go","pi-hole"],"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/bernmic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-06T10:32:39.000Z","updated_at":"2019-05-05T09:51:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6477a55-bb43-49e1-b415-df26e277d83f","html_url":"https://github.com/bernmic/pi-hole","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bernmic/pi-hole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernmic%2Fpi-hole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernmic%2Fpi-hole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernmic%2Fpi-hole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernmic%2Fpi-hole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bernmic","download_url":"https://codeload.github.com/bernmic/pi-hole/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernmic%2Fpi-hole/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"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":["go","pi-hole"],"created_at":"2024-09-26T13:03:57.102Z","updated_at":"2026-01-20T15:32:55.209Z","avatar_url":"https://github.com/bernmic.png","language":"Go","readme":"# Go library for pi-hole\n\nThis library gives access to the API of pi-hole. All functions of the v3-API are implemented.\n\nUsage: `go get github.com/bernmic/pi-hole`\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/bernmic/pi-hole\"\n)\n\nfunc main() {\n\tp := pihole.New(\"url-to pi-hole-admin-api\", \"hashed password\")\n\t\n\ts, err := p.GetStatus()\n\tfmt.Printf(\"%v, %v\\n\", s, err)\n}\n```\n\nUrl is the complete Api-Url (eg. http://localhost/admin/admin.php). The hashed password can be found in /etc/pihole/setupVars.conf under WEBPASSWORD.\n \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernmic%2Fpi-hole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernmic%2Fpi-hole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernmic%2Fpi-hole/lists"}