# x402-data-bazaar IP Geolocation

> x402-data-bazaar IP Geolocation is a paid API for AI agents from x402-data-bazaar.vercel.app, paid per call via x402, $0.003/call, status down (last checked 2026-09-15).

Returns detailed IP geolocation data including country, region, city, ZIP, lat/lon, timezone, ISP, organization, and ASN for a given IP address

## Facts

- Endpoint: GET https://x402-data-bazaar.vercel.app/api/ip/8.8.8.8
- Price: $0.003/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-bazaar-vercel-app-d482de71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TelNAnKVBuvcQ2iB-HjvQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-data-bazaar-vercel-app-d482de71
```

Example prompt: Where is the IP address 203.0.113.45 located? I need the city, region, country, timezone, and ISP for it.

## When to prefer this

Use this endpoint when you need rich IP geolocation metadata beyond just country — including ISP, organization, ASN, timezone, and city-level data — in a single paid call. Prefer over free alternatives when you need reliable, structured data with a known cost per lookup and x402 micropayment support.

## Known failure modes

- Invalid or malformed IP address returns an error or empty data
- Private/reserved IP ranges (e.g. 192.168.x.x, 10.x.x.x) may return no geolocation data
- IPv6 addresses may have limited coverage
- Rate limiting or upstream ip-api.com unavailability may cause failures
- Payment failure via x402 protocol blocks the request

## How this service works

IP geolocation -- country, region, city, ZIP, lat/lon, timezone, ISP, org, and ASN. e.g. GET /api/ip/8.8.8.8

## Output

A JSON object with success flag, source attribution (ip-api.com), and a data object containing: ip, isp, city, region, country. Additional fields such as ZIP, latitude, longitude, timezone, org, and ASN are also typically returned.

## Response schema (JSON Schema)

```json
{
 "data": {
  "ip": "8.8.8.8",
  "isp": "Google LLC",
  "city": "Ashburn",
  "region": "Virginia",
  "country": "United States"
 },
 "source": "ip-api.com",
 "success": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-bazaar-vercel-app-d482de71/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-data-bazaar.vercel.app](https://www.zero.xyz/host/x402-data-bazaar.vercel.app/llms.txt)
