Skip to main content

GET /checkers/domain/{domain}/in_chunks

GET 

checkers/domain/:domain/in_chunks

Retrieve information about a specific domain

Path Parameters

domain string Required
The domain to check

Returns

  • dns_lookup_resultarray
    Results of DNS A record lookups for the domain
    • ipstring
      The IP address from the A record
  • rbl_resultobject
    Individual RBL check result
    • hoststring
      The RBL host that was queried
    • blocklistedboolean
      Indicates whether the domain is listed on this RBL
  • domainstring
    The domain that was checked
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error