# tlds

> A list of TLDs.

Latest version **1.261.0** (published 2025-10-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install tlds
pnpm add tlds
yarn add tlds
bun add tlds
```

Provides the command `tlds`.

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 1.261.0 |
| Published | 2025-10-22 |
| First published | 2013-10-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 18.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 146 |
| Author | Stephen Mathieson |
| Maintainers | tootallnate, stephenmathieson, richienb, tlds-bot |
| Keywords | data, tld, tlds, top, level, domains |

## Links

- npm: https://www.npmjs.com/package/tlds
- Repository: https://github.com/stephenmathieson/node-tlds
- Homepage: https://github.com/stephenmathieson/node-tlds#readme
- Issues: https://github.com/stephenmathieson/node-tlds/issues
- npm.io page: https://npm.io/package/tlds

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 1.261.0 (latest) — 2025-10-22
- 1.260.0 — 2025-08-27
- 1.259.0 — 2025-05-17
- 1.258.0 — 2025-04-30
- 1.257.0 — 2025-04-24
- 1.256.0 — 2025-02-28
- 1.255.0 — 2024-09-27
- 1.254.0 — 2024-07-11
- 1.253.0 — 2024-06-14
- 1.252.0 — 2024-03-28
- 1.251.0 — 2024-03-06
- 1.250.0 — 2024-02-07
- 1.249.0 — 2024-01-23
- 1.248.0 — 2023-12-12
- 1.247.0 — 2023-11-21
- … 245 more at https://npm.io/package/tlds/versions

## README

# tlds

List of TLDs from [ICANN](https://www.icann.org/resources/pages/tlds-2012-02-25-en).

## Install

```sh
npm install tlds
```

## Usage

```js
const tlds = require("tlds");

console.log(tlds);
//=> ['aaa', 'aarp', 'abarth', 'abb', 'abbott', 'abbvie', 'abc', ...]
```

---
_Source: https://npm.io/package/tlds · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
