IP lookup
GET/lookup/:ip
Get basic information about an IP address including seen status, tags, actor, and classification
This endpoint also accepts the API key in the X-API-Key header (recommended) instead of the apikey query parameter. See API keys for details.
Request
Responses
- 200
- 400
- 401
- 429
- 500
Success - Returns document with seen:true if IP is found, or seen:false if IP is not found
Response Headers
Maximum number of requests allowed per minute
Maximum number of requests allowed per month
Number of remaining requests for the current minute
Number of remaining requests for the current month
Bad request - Invalid parameters or IP format
Unauthorized - Invalid or missing API key
Too Many Requests - API rate limit exceeded
Response Headers
Maximum number of requests allowed for the current window
Number of remaining requests (0 when limit exceeded)
Number of seconds until the rate limit resets
Number of seconds to wait before retrying the request
Server error - Internal server error