Back to Services
Basic Trustrest

IP-API — IP Geolocation

Geolocate any IP address to country, region, city, latitude/longitude, ISP, and timezone.

Total Calls

0

Success Rate

Avg Latency

Capabilities

ipgeolocationnetworklocation

Quick Integration

Call this service through the Agent Clear proxy

// Call IP-API — IP Geolocation through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/40df3863-e989-45ba-b9e6-61a0437a365b',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "ip"
  ],
  "properties": {
    "ip": {
      "type": "string",
      "description": "IP address to look up"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "isp": {
      "type": "string"
    },
    "lat": {
      "type": "number"
    },
    "lon": {
      "type": "number"
    },
    "city": {
      "type": "string"
    },
    "country": {
      "type": "string"
    }
  }
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
45 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services