{"id":36467186,"url":"https://github.com/jiyamathias/tld","last_synced_at":"2026-01-15T02:31:45.085Z","repository":{"id":64299119,"uuid":"568233151","full_name":"jiyamathias/tld","owner":"jiyamathias","description":"golang TLD library","archived":false,"fork":false,"pushed_at":"2023-05-03T10:18:02.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T16:08:50.487Z","etag":null,"topics":["golang","tld"],"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/jiyamathias.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":"2022-11-19T21:36:15.000Z","updated_at":"2023-05-03T10:17:11.000Z","dependencies_parsed_at":"2024-06-20T09:29:51.847Z","dependency_job_id":null,"html_url":"https://github.com/jiyamathias/tld","commit_stats":null,"previous_names":["iqquee/domain","hisyntax/domain","jiyamathias/tld","iqquee/tld","hisyntax/url-validator"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jiyamathias/tld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiyamathias%2Ftld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiyamathias%2Ftld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiyamathias%2Ftld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiyamathias%2Ftld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiyamathias","download_url":"https://codeload.github.com/jiyamathias/tld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiyamathias%2Ftld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","tld"],"created_at":"2026-01-12T00:06:16.390Z","updated_at":"2026-01-15T02:31:45.066Z","avatar_url":"https://github.com/jiyamathias.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Domain\n### You can use the tld package to get the list of all **TLDs** \n\n# Installation\n\n1. You can use the below Go command to install the domain package\n```sh\n$ go get -u github.com/iqquee/tld\n```\n2. Import it in your code:\n```sh\nimport \"github.com/iqquee/tld\"\n```\n\n# Quick start\n```sh\n# assume the following codes in example.go file\n$ touch example.go\n# open the just created example.go file in the text editor of your choice\n```\n\n# Tlds List\nTo get the list of all TLDs\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/iqquee/tld\"\n)\n\nfunc main() {\n\n\tfor _, v := range tld.Tlds {\n\t\tfor _, tlds := range v.Tld {\n\t\t\tfmt.Printf(\"This is the tld response: %v\\n\", tlds.Tld)\n\t\t}\n\t}\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiyamathias%2Ftld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiyamathias%2Ftld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiyamathias%2Ftld/lists"}