{"id":18482888,"url":"https://github.com/spaze/domains","last_synced_at":"2026-02-10T06:33:24.304Z","repository":{"id":18129628,"uuid":"82312792","full_name":"spaze/domains","owner":"spaze","description":"Unofficial and incomplete lists of various domain names","archived":false,"fork":false,"pushed_at":"2025-11-25T00:37:32.000Z","size":69039,"stargazers_count":73,"open_issues_count":0,"forks_count":9,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-11-28T10:52:57.642Z","etag":null,"topics":["domains","tld","tlds","x-powered-by"],"latest_commit_sha":null,"homepage":"","language":null,"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/spaze.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-02-17T15:54:04.000Z","updated_at":"2025-11-25T00:37:35.000Z","dependencies_parsed_at":"2025-05-26T19:49:26.315Z","dependency_job_id":null,"html_url":"https://github.com/spaze/domains","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spaze/domains","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaze%2Fdomains","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaze%2Fdomains/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaze%2Fdomains/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaze%2Fdomains/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spaze","download_url":"https://codeload.github.com/spaze/domains/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaze%2Fdomains/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29292097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"last_error":"SSL_read: 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":["domains","tld","tlds","x-powered-by"],"created_at":"2024-11-06T12:31:53.511Z","updated_at":"2026-02-10T06:33:24.286Z","avatar_url":"https://github.com/spaze.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# tld-cz.txt\nUnofficial and incomplete lists of various domain names, for research purposes only.\n\nThe CZ list is an append-only list because there's no easy way to filter out expired domains, see [this issue](https://github.com/spaze/domains/issues/2). [@k47](https://twitter.com/kaja47) ran a scan and says roughly half of the domains are dead. Consider yourself warned.\n\n## Sources\n- [Initial set](https://blog.root.cz/oskar/jak-vylistovat-domenu-cz/866150/) by Ondřej Caletka\n- Few updates by [Patrik Votoček](https://github.com/Vrtak-CZ)\n- [Majestic Million](https://blog.majestic.com/development/majestic-million-csv-daily/)\n- [Alexa Top 1M](http://s3.amazonaws.com/alexa-static/top-1m.csv.zip)\n- [regZone.cz](https://www.regzone.cz/uvolnovane-domeny/)\n- [HSTS preloaded list](https://cs.chromium.org/chromium/src/net/http/transport_security_state_static.json)\n- [scans.io dataset](https://gist.github.com/roycewilliams/b87a140a4869baf4d2c907c6e352b970) by [@roycewilliams](https://github.com/roycewilliams)\n- [Expired domains archive](http://wladass.cz/archiv-expirovanych-domen/) from [Monitoruju.net](https://www.monitoruju.net/expirovane-domeny-archiv/)\n- [Nette Framework-powered](https://gist.github.com/Myiyk/7589213) list by [@Myiyk](https://github.com/Myiyk)\n- [Certificate Transparency](https://www.certificate-transparency.org/) logs\n- A list by [Vítězslav Lindovský](https://vitezslav-lindovsky.cz/)\n- A private collection by [Vladimír Smitka](https://github.com/lynt-smitka)\n- Another private collection by [Kamil Vavra](https://github.com/vavkamil)\n- A list by [domainsproject.org](https://github.com/tb0hdan/domains/tree/master/data/czech_republic)\n\nThanks!\n\n# whois-cz.csv\nRegistrant ID and date of expiration from the Whois for tld-cz.txt. Contains also some historical data.\nIf a domain from tld-cz.txt is not in whois-cz.txt with expire_at \u003e current_date it should be considered as not existing.\n\n# cz-gov.txt\nCzech government domains (fully-qualified, not just eTLD+1) originally from circa 2018.\n\n## Want to contribute?\nHave a list of domains you'd like to add? Feel free to create a pull request!\n\nHere's a short how-to:\n1. Only 2nd-level domains *foo.tld*, no *bar.foo.tld* (lines should match `^[a-z0-9-]+\\.tld$`, so for example `grep --only-matching --perl-regexp \"[a-z0-9-]+\\.cz\" data.txt \u003e yourlist.txt`)\n2. Use LF newlines, not CRLF (`dos2unix yourlist.txt`)\n3. Generate a new list, for example with `cat tld-cz.txt yourlist.txt | sort | uniq \u003e tld-cz-new.txt`\n4. Review `tld-cz-new.txt`, rename to `tld-cz.txt`, pull request it\n\nThank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaze%2Fdomains","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspaze%2Fdomains","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaze%2Fdomains/lists"}