Skip to main content

GET /checkers/domain/{domain}

GET 

checkers/domain/:domain

Retrieve information about a specific domain

Path Parameters

domain string Required
The domain to check

Returns

  • dataobject
    • domainstring
      The domain that was checked
    • dns_lookup_resultarray
      Results of DNS A record lookups for the domain
      • ipstring
        The IP address from the A record
    • rbl_resultarray
      Results of RBL (Real-time Blackhole List) checks for the domain
      • hoststring
        The RBL host that was queried
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error