A list of top level domains (TLDs) in CSV-format
Go to file
Doug Bird 2fb8666e0e npm package and path refactoring
moved around paths to facilitate node project development and npm package
2017-12-13 12:01:28 -08:00
bin npm package and path refactoring 2017-12-13 12:01:28 -08:00
formats npm package and path refactoring 2017-12-13 12:01:28 -08:00
src npm package and path refactoring 2017-12-13 12:01:28 -08:00
.gitignore npm package and path refactoring 2017-12-13 12:01:28 -08:00
GPLv3 project init 2017-12-04 13:56:31 -08:00
LICENSE project init 2017-12-04 13:56:31 -08:00
README.md Update README.md 2017-12-04 14:40:06 -08:00
composer.json npm package and path refactoring 2017-12-13 12:01:28 -08:00
package.json npm package and path refactoring 2017-12-13 12:01:28 -08:00
tlds-idn.txt Adding a list IDN TLDs 2012-10-30 20:56:17 +01:00
tlds.csv Fix more columns 2015-01-12 17:17:32 +01:00

README.md

TLD Enumerations

Lists of every ICANN TLD in formats that can be natively compiled in various language targets.

The canonical TLD list in CSV format used to generate the various formats in this project is a fork from incognico/list-of-top-level-domains project.

List Formats

  • PHP: TldEnum.php

    A PHP source file providing a class with constant having an array value comprised of every ICANN TLD.

  • JSON: tld-list.json

    A JSON formatted array comprised of every ICANN TLD.

  • CSV: tlds-name-only.csv

    A csv text file comprised of every ICANN TLD; the TLD name only, each separated by a newline character.

The source code in this project is based on a fork of certain source code originally from the incognico/list-of-top-level-domains project, as retrieved on 2017-12-04, which was published to the public domain.

TLD Enumerations - https://github.com/katmore/tld-enum

Copyright (c) 2017 Doug Bird. All Rights Reserved.

License

TLD Enumerations is copyrighted free software. You may redistribute and modify it under either the terms and conditions of the "The MIT License (MIT)"; or the terms and conditions of the "GPL v3 License". See LICENSE and GPLv3.