Skip to main content

GET /checkers/ip/{ip}

GET 

checkers/ip/:ip

Retrieve information about a specific IP address

Path Parameters

ip string Required
The IP address to check

Returns

  • dataobject
    • ipstring
      The IP address that was checked
    • 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_resultarray
      • 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