Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 455 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 455 Bytes

Nager.PublicSuffixService (PSL)

A REST WebApi Docker for the PublicSuffixList

GET https://myservicedomain/domaininfo/mail.google.com

{
    "domain": "google",
    "topLevelDomain": "com",
    "subdomain": "mail",
    "registrableDomain": "google.com",
    "fullyQualifiedDomainName": "mail.google.com",
    "topLevelDomainRule": {
        "name": "com",
        "type": "Normal",
        "labelCount": 1,
        "division": "ICANN"
    }
}