{"id":16419749,"url":"https://github.com/ericls/python-domainr","last_synced_at":"2025-06-20T02:37:58.000Z","repository":{"id":16896525,"uuid":"19657325","full_name":"ericls/python-domainr","owner":"ericls","description":"python wrapper for domainr","archived":false,"fork":false,"pushed_at":"2014-05-11T06:19:45.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:48:12.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ericls.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":"2014-05-11T03:20:26.000Z","updated_at":"2014-05-11T06:19:45.000Z","dependencies_parsed_at":"2022-09-16T01:51:48.317Z","dependency_job_id":null,"html_url":"https://github.com/ericls/python-domainr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericls/python-domainr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericls%2Fpython-domainr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericls%2Fpython-domainr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericls%2Fpython-domainr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericls%2Fpython-domainr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericls","download_url":"https://codeload.github.com/ericls/python-domainr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericls%2Fpython-domainr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260867843,"owners_count":23074915,"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","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":[],"created_at":"2024-10-11T07:25:50.374Z","updated_at":"2025-06-20T02:37:52.935Z","avatar_url":"https://github.com/ericls.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-domainr\n==============\n\npython wrapper for domainr\n\n###NOTE:\n\n1. this tool uses Domainr's free API\n2. the accuracy of availavbility is pretty low for some TLDs\n3. In September 2014, you'll need an API key to use Domainr's API. \n\n\n###Usage:\n    \n\n    \u003e\u003e\u003e import domainr\n    \u003e\u003e\u003e a = domainr.domain('foo.com')\n    \u003e\u003e\u003e a.available\n    \u003e\u003e\u003e False\n\n\n... or search available domain names with same TLD:\n\n    \n    \u003e\u003e\u003e name_list = ['foo', 'bar', 'presume-this-is-available']\n    \u003e\u003e\u003e domainr.search_name(name_list, 'com')\n    \u003e\u003e\u003e presume-this-is-available.com # printed\n    \u003e\u003e\u003e ['presume-this-is-available.com'] # returned\n\n\n... or search available domain names through a domain name list:\n\n\n    \u003e\u003e\u003e domain_list = ['an-available-domain.com', 'taken-domain.cc']\n    \u003e\u003e\u003e domainr.bulk_available(domain_list)\n    \u003e\u003e\u003e an-available-domain.com # printed\n    \u003e\u003e\u003e ['an-available-domain.com'] # returned\n\n\n... or same name with diffrent TlDs\n\n\n    \u003e\u003e\u003e name = 'foo'\n    \u003e\u003e\u003e domainr.search_tld(name)\n    \u003e\u003e\u003e ...(omitted)\n\n... ...or specify a TLD list:\n\n    \u003e\u003e\u003e name = 'foo'\n    \u003e\u003e\u003e tlds = ['com', 'net', 'gift', 'club']\n    \u003e\u003e\u003e domainr.search_tld(name, tlds)\n    \u003e\u003e\u003e ...(omitted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericls%2Fpython-domainr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericls%2Fpython-domainr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericls%2Fpython-domainr/lists"}