Skip to main content

GET /checkers/ip/{ip}/in_chunks

GET 

checkers/ip/:ip/in_chunks

Retrieve information about a specific IP address

Path Parameters

ip string Required
The IP address to check

Returns

  • dns_lookup_resultarray
    Results of DNS lookups for the IP address
    • rdnsstring
      The reverse DNS lookup result
    • addressesarray
      List of addresses resolved from the reverse DNS
  • rbl_resultobject
    Individual RBL check result
    • hoststring
      The RBL host that was queried
    • blocklistedboolean
      Indicates whether the IP is listed on this RBL
  • ipstring
    The IP address that was checked
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error