{"id":43056514,"url":"https://github.com/alexisvisco/ovh-domain-api","last_synced_at":"2026-01-31T11:08:03.829Z","repository":{"id":57626834,"uuid":"165022629","full_name":"alexisvisco/ovh-domain-api","owner":"alexisvisco","description":"A pure Go OVH api to check domain availability. Without any credentials.","archived":false,"fork":false,"pushed_at":"2019-01-12T18:17:12.000Z","size":6,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T13:54:42.269Z","etag":null,"topics":["domain-availability","ovh","ovh-api","tld","whois"],"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/alexisvisco.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":"2019-01-10T08:39:08.000Z","updated_at":"2024-08-12T19:44:45.000Z","dependencies_parsed_at":"2022-08-31T05:41:03.376Z","dependency_job_id":null,"html_url":"https://github.com/alexisvisco/ovh-domain-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexisvisco/ovh-domain-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexisvisco%2Fovh-domain-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexisvisco%2Fovh-domain-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexisvisco%2Fovh-domain-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexisvisco%2Fovh-domain-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexisvisco","download_url":"https://codeload.github.com/alexisvisco/ovh-domain-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexisvisco%2Fovh-domain-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28939605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["domain-availability","ovh","ovh-api","tld","whois"],"created_at":"2026-01-31T11:08:03.708Z","updated_at":"2026-01-31T11:08:03.818Z","avatar_url":"https://github.com/alexisvisco.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Simple ovh domain api\n\nGet the api:\n```\ngo get github.com/alexisvisco/ovh-domain-api\n```\n\nThenn just use it:\n\n```go\nimport (\n\t\"fmt\"\n\t\"github.com/alexisvisco/ovh-domain-api/domain\"\n\t\"github.com/alexisvisco/ovh-domain-api/domain/subsidiary\"\n)\n\nfunc main() {\n\tclient, e := domain.NewClient(subsidiary.FR)\n\tif e != nil {\n\t\tpanic(e)\n\t}\n\tresults, e := client.DomainInfo(\"google.fr\")\n\tif e != nil {\n\t\tif e == domain.UnknownExtension {\n\t\t\tfmt.Println(\"UnknownExtension\")\n\t\t} else {\n\t\t\tpanic(e)\n\t\t}\n\t}\n\tfmt.Println(results.IsTaken())\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexisvisco%2Fovh-domain-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexisvisco%2Fovh-domain-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexisvisco%2Fovh-domain-api/lists"}