← Þróunarverkfæri

WHOIS uppfletting

GET /whois/:domain

Flettu upp WHOIS registration data for hvaða ... sem er domain name. Skilar domain registrar, creation date, expiration date, nameservers, registration status, and available registrant contact information. Gagnlegt fyrir domain research verkfæri, brand protection monitoring, checking domain availability and age, due diligence on websites, and building domain management mælaborð.

Breytur

domain nauðsynlegt

Domain

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/whois/google.com
WHOIS for google.com
curl https://nordapi.ee/api/v1/whois/google.com
WHOIS for nordapi.ee
curl https://nordapi.ee/api/v1/whois/nordapi.ee
WHOIS for github.com
curl https://nordapi.ee/api/v1/whois/github.com

Lifandi svar

{
  "data": {
    "domain": "GOOGLE.COM",
    "expires": "2028-09-14T04:00:00Z",
    "last_changed": "2019-09-09T15:39:04Z",
    "links": [
      {
        "href": "https://rdap.verisign.com/com/v1/domain/GOOGLE.COM",
        "rel": "self"
      },
      {
        "href": "https://rdap.markmonitor.com/rdap/domain/GOOGLE.COM",
        "rel": "related"
      }
    ],
    "nameservers": [
      "NS1.GOOGLE.COM",
      "NS2.GOOGLE.COM",
      "NS3.GOOGLE.COM",
      "NS4.GOOGLE.COM"
    ],
    "registered": "1997-09-15T04:00:00Z",
    "registrar": "MarkMonitor Inc.",
    "status": [
      "client delete prohibited",
      "client transfer prohibited",
      "client update prohibited",
      "server delete prohibited",
      "server transfer prohibited",
      "server update prohibited"
    ]
  },
  "success": true
}