Free API20 req/minWeb & API
IP Address Lookup
Resolves IP metadata via a configured upstream when available. Credentials stay server-side.
By RSM DevOps
Public endpoint
GET
iplookup.apiseeker.com/v1/lookupAuth: X-SEEKER-Key
Endpoint
Requires IP_LOOKUP_URL env for live enrichment; otherwise returns structural parse only.
Method
GET
Path
/v1/lookup
Full URL
https://iplookup.apiseeker.com/v1/lookupAuthentication
Send X-SEEKER-Key on every request. Free tools still require a valid APISeeker key — no auth bypass.
Parameters
ipquerystringrequiredIPv4 or IPv6 address
Request example
cURL
curl -s "https://iplookup.apiseeker.com/v1/lookup?ip=1.1.1.1" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response example
JSON
{
"success": true,
"data": {
"ip": "1.1.1.1",
"version": "4",
"info": {
"note": "configured upstream"
}
},
"request_id": "req_example"
}Errors & limits
- 400Invalid or missing parameters
- 401Missing or invalid API key
- 429Rate limit exceeded
- 503Lookup upstream not configured
Rate limit: 20 req/min
Playground
Live playground
IP Address Lookup
Sign in to send live requests. Docs and URL preview stay open. Log in
GETRequest URL
https://iplookup.apiseeker.com/v1/lookup?ip=1.1.1.1Status: —Latency: —
Response
Response will appear here after you send a request.
