Skip to main content

Fast IP Lookup

GET 

/fast/:ip

Quickly checks if a given IP address was detected by ELLIO's network of deception sensors. This endpoint is designed for rapid lookups, ideal for initial triage or automation workflows.

Request

Path Parameters

    ip stringrequired

    IP address to lookup (currently supports IPv4).

Query Parameters

    apikey stringrequired

    API key required. Developers can contact [email protected] or use the provided test key (GLTqgI1J0LRJcw5YQ4b859fF8h5a0C9c). For commercial use, visit our pricing page or contact [email protected].

Responses

Request processed successfully.

Schema

    seen boolean

    Indicates if the IP address was observed within the last 30 days.

Loading...