# organiccryptoyyc.com IP Geolocation Lookup

> organiccryptoyyc.com IP Geolocation Lookup is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Looks up geolocation, ISP, ASN, proxy status, and timezone for a given IP address, settled per call in USDC via x402.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/geo/ip/%7Bip%7D
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organiccryptoyyc-com-ip-geolocation-lookup-8c83f956
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NpZOiF6cTI2X9wQSKeNlZ

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 organiccryptoyyc-com-ip-geolocation-lookup-8c83f956
```

Example prompt: What city, country, and ISP is the IP address 8.8.8.8 associated with, and is it a proxy?

## When to prefer this

Choose this endpoint when you need per-call, pay-as-you-go IP geolocation with no subscription, settled instantly in USDC via x402. It is well-suited for agent workflows that need IP enrichment on-demand without managing API keys or monthly billing. Prefer it over subscription-based IP geolocation APIs when usage is sporadic or when crypto-native payment settlement is required.

## Known failure modes

- Invalid or malformed IP address returns an error or empty result
- Private/reserved IP ranges (e.g. 192.168.x.x, 10.x.x.x) may not resolve to a geographic location
- Payment failure via x402 if USDC balance is insufficient
- Upstream freeipapi service outage causes lookup failure
- Rate limiting if too many requests are made in a short window

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

Returns a JSON object containing the queried IP address, its ASN number, ISP name, city, region, country name, country code, latitude, longitude, timezone, proxy status boolean, and the data source used (e.g. freeipapi).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ip": "8.8.8.8",
  "asn": "15169",
  "isp": "Google LLC",
  "city": "Mountain View",
  "region": "California",
  "source": "freeipapi",
  "country": "United States",
  "isProxy": false,
  "latitude": 37.422,
  "timezone": "America/Los_Angeles",
  "longitude": -122.085,
  "countryCode": "US"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organiccryptoyyc-com-ip-geolocation-lookup-8c83f956/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
