Skip to content
APISeeker
GET/v1/lookup

IP Address Lookup

Look up basic metadata for an IP address.

Part of IP Address Lookup· Rate limits: 20 req/min

Parameters

  • ipquerystringrequired

    IPv4 or IPv6 address

  • X-SEEKER-Keyheaderstringrequired

    Your API Seeker key

Code examples

cURL
curl -s "https://iplookup.apiseeker.com/v1/lookup" \
  -H "X-SEEKER-Key: YOUR_API_KEY"

Response

JSON
{
  "success": true,
  "data": {
    "ip": "1.1.1.1",
    "version": "4",
    "info": {
      "note": "configured upstream"
    }
  },
  "request_id": "req_example"
}

Errors

  • 400Invalid or missing parameters
  • 401Missing or invalid API key
  • 429Rate limit exceeded
  • 503Lookup upstream not configured

Try this endpoint

API Playground

IP Address Lookup

Login required
Live testing requires an account. Log in or create an API key to send requests. Docs and snippets stay available without login.
GETiplookup.apiseeker.com
https://iplookup.apiseeker.com/v1/lookup
Log in to test endpoint
Status: Latency:

Response headers

Log in to run a test and see headers.

Response body

Log in required for live testing.

Generated snippets

cURL
curl -s "https://iplookup.apiseeker.com/v1/lookup" \
  -H "X-SEEKER-Key: YOUR_API_KEY"