https://github.com/hlandau/tldinfo
JSON-formatted TLD information
https://github.com/hlandau/tldinfo
dns domains iana icann tlds
Last synced: 7 months ago
JSON representation
JSON-formatted TLD information
- Host: GitHub
- URL: https://github.com/hlandau/tldinfo
- Owner: hlandau
- Created: 2017-03-12T13:27:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T14:15:52.000Z (over 8 years ago)
- Last Synced: 2025-01-30T15:42:41.327Z (9 months ago)
- Topics: dns, domains, iana, icann, tlds
- Language: Shell
- Homepage: https://hlandau.github.io/tldinfo/
- Size: 527 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON-formatted TLD information
This repository contains scripts to download TLD information hosted on iana.org
and convert it into JSON. Unfortunately, for some reason this information
doesn't appear to be available in machine-readable form.You can download the final JSON file at
[https://hlandau.github.io/tldinfo/tlds.json](https://hlandau.github.io/tldinfo/tlds.json) ([.gz](https://hlandau.github.io/tldinfo/tlds.json.gz)).Alternatively, the file can be loaded via a CDN: [https://cdn.rawgit.com/hlandau/tldinfo/gh-pages/tlds.json](https://cdn.rawgit.com/hlandau/tldinfo/gh-pages/tlds.json) ([.gz](https://cdn.rawgit.com/hlandau/tldinfo/gh-pages/tlds.json.gz)).
To build yourself, clone the repository and run `make`.
The contents of this repository are released into the public domain.