Tài Liệu Api

Endpoints
GET https://EMart247.Net/api/v1/whois{domain}
Success Response

Tên Miền Đã Đăng Ký

{
  "domain_name": "EMart247.Net",
  "registrar": "NameSilo, LLC",
  "name_servers": [
    "aleena.ns.cloudflare.com",
    "sid.ns.cloudflare.com"
  ],
  "status": [
    "clientTransferProhibited"
  ],
  "creation_date": "2024-09-03",
  "expiration_date": "2025-09-03",
  "registrant_name": "regmien hieulight",
  "dnssec": "unsigned",
  "dns_records": {
    "A": [
      {
        "host": "EMart247.Net",
        "class": "IN",
        "ttl": 300,
        "type": "A",
        "ip": "14.225.255.250"
      }
    ],
    "NS": [
      {
        "host": "EMart247.Net",
        "class": "IN",
        "ttl": 21600,
        "type": "NS",
        "target": "aleena.ns.cloudflare.com"
      },
      {
        "host": "EMart247.Net",
        "class": "IN",
        "ttl": 21600,
        "type": "NS",
        "target": "sid.ns.cloudflare.com"
      }
    ]
  },
  "API_Whois": "By Admin EMart247.Net"
}
                                                
Error Response

Tên Miền Chưa Đăng Ký

{
  "error": "Tên Miền Có Thể Đăng Ký",
  "registration_fee": "Giá Đăng Ký : Tự Đi Mà Coi Đéo Ai Mà Biết Được",
  "API_Whois": "By Admin EMart247.Net"
}
                                                
Endpoints
GET https://EMart247.Net/api-domain
Success Response

HTTP/1.1 200 OK

{
  "status": "success",
  "msg": "Thành công",
  "domainStatus": "active",
  "expiryDate": "2025-01-01T12:00:00Z"
}
                                                
Error Response

HTTP/1.1 400 Bad Request

{
  "status": "error",
  "msg": "Lỗi: Thông tin không hợp lệ"
}
                                                
Endpoints
GET https://EMart247.Net/api-web
Success Response

HTTP/1.1 200 OK

{
  "status": "success",
  "msg": "Thành công",
  "websiteStatus": "active",
  "lastChecked": "2024-09-01T12:00:00Z"
}
                                                
Error Response

HTTP/1.1 400 Bad Request

{
  "status": "error",
  "msg": "Lỗi: Thông tin không hợp lệ"
}