Free
Free
- Requests
- 500
- Rate limit
- 10 req / min
- Quota type
- Stops at quota
- 500 requests / month
- Hard limit
- Community support
500 requests / mo
Look up basic metadata for an IP address.
Look up basic metadata for an IP address.
Resolves IP metadata via a configured upstream when available. Credentials stay server-side.
Requires IP_LOOKUP_URL env for live enrichment; otherwise returns structural parse only.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
This API uses API key (header: X-SEEKER-Key). Send your key on every request from a trusted backend — never embed long-lived secrets in browsers or mobile apps.
X-SEEKER-Key: YOUR_API_KEYCreate and rotate keys in the dashboard. Missing or invalid keys return 401; entitled but blocked plans return 403.
Primary endpoint GET /v1/lookup. Full parameter docs for every endpoint live in the documentation.
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| ip | query | string | Yes | IPv4 or IPv6 address |
| X-SEEKER-Key | header | string | Yes | Your API Seeker key |
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
iplookup.apiseeker.comhttps://iplookup.apiseeker.com/v1Per-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per request
Free
Free
500 requests / mo
Standard
₹999/mo
25,000 requests / mo
Plus
₹4,999/mo
2,00,000 requests / mo
Scale
₹14,999/mo
10,00,000 requests / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · 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"
}Compare capabilities, pricing and limits before you commit. Use the marketplace comparison builder for side-by-side facts across APIs in the same category.
Listing last verified 5 Sept 2026. Platform-wide release notes are on the changelog; API-specific endpoint changes are documented under versioned paths in the docs.
Create a free key and open the playground in under a minute.
Pass text as a query parameter. Response includes hex digest.
Updated 5 hours ago
Returns hex-encoded SHA-256 of the text query parameter.
Updated 5 hours ago
Returns hex-encoded SHA-512 digest.
Updated 5 hours ago
Look up basic metadata for an IP address.
Look up basic metadata for an IP address.
Resolves IP metadata via a configured upstream when available. Credentials stay server-side.
Requires IP_LOOKUP_URL env for live enrichment; otherwise returns structural parse only.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
This API uses API key (header: X-SEEKER-Key). Send your key on every request from a trusted backend — never embed long-lived secrets in browsers or mobile apps.
X-SEEKER-Key: YOUR_API_KEYCreate and rotate keys in the dashboard. Missing or invalid keys return 401; entitled but blocked plans return 403.
Primary endpoint GET /v1/lookup. Full parameter docs for every endpoint live in the documentation.
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| ip | query | string | Yes | IPv4 or IPv6 address |
| X-SEEKER-Key | header | string | Yes | Your API Seeker key |
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
iplookup.apiseeker.comhttps://iplookup.apiseeker.com/v1Per-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per request
Free
Free
500 requests / mo
Standard
₹999/mo
25,000 requests / mo
Plus
₹4,999/mo
2,00,000 requests / mo
Scale
₹14,999/mo
10,00,000 requests / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · 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"
}Compare capabilities, pricing and limits before you commit. Use the marketplace comparison builder for side-by-side facts across APIs in the same category.
Listing last verified 5 Sept 2026. Platform-wide release notes are on the changelog; API-specific endpoint changes are documented under versioned paths in the docs.
Create a free key and open the playground in under a minute.
Pass text as a query parameter. Response includes hex digest.
Updated 5 hours ago
Returns hex-encoded SHA-256 of the text query parameter.
Updated 5 hours ago
Returns hex-encoded SHA-512 digest.
Updated 5 hours ago