# GoCreative IP-360 Lookup

> GoCreative IP-360 Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns comprehensive 360-degree data about an IP address, including geolocation, network, and enrichment details, via a pay-per-call API.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/bundle/ip-360/%7Barg%7D
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-ip-360-lookup-79c143c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_htF8AQDmqFuDl7gPu5t4E

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 gocreative-ip-360-lookup-79c143c4
```

Example prompt: Can you do a full 360 lookup on the IP address 203.0.113.42 — I want to know its geolocation, ISP, ASN, and any other enrichment data available?

## When to prefer this

Choose this endpoint when an AI agent needs comprehensive IP intelligence (geolocation + network + enrichment in one call) without an API key or signup, and is able to pay $0.08 USDC per call via x402 on Base. Ideal for agents that need pay-per-use pricing rather than subscription commitments, or that need to operate without pre-registered credentials.

## Known failure modes

- Invalid or malformed IP address input returns an error response
- Private/reserved IP ranges (e.g. 192.168.x.x, 10.x.x.x) may return limited or no data
- Payment failure via x402 (insufficient USDC balance or misconfigured wallet) results in 402 response with no data
- Rate limiting or network errors may return 5xx responses
- IPv6 addresses may have reduced enrichment coverage compared to IPv4

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

A comprehensive data profile for the queried IP address, including geolocation (country, region, city, coordinates), network metadata (ISP, ASN, organization), and other enrichment signals sourced from official and aggregated data sources. Returned as a JSON payload after a $0.08 USDC micropayment via x402.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-ip-360-lookup-79c143c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
