tld.info
Query IANA TLD metadata or run the Public Suffix List algorithm on any domain to extract registrable domain, subdomain, and suffix classification for cookie scoping, rate limiting, and URL dedup.
Instructions
TLD registry + Public Suffix List intelligence. tld=io returns IANA root-zone metadata (type, managing organization, unicode form). domain=shop.example.co.uk runs the full PSL algorithm: effective public suffix, registrable domain, subdomain, matched rule, and whether the suffix is ICANN or private/corporate (github.io, s3.amazonaws.com). For cookie scoping, per-registrant rate limiting, URL dedup, and abuse analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | No | TLD label, e.g. "io" (XOR with domain). | |
| domain | No | Domain to analyze, e.g. "shop.example.co.uk" (XOR with tld). |