# OnchainExpat Deep Research - Pokémon Info API

> OnchainExpat Deep Research - Pokémon Info API is a paid API for AI agents from x402.onchainexpat.com, paid per call via x402, $2/call, status unknown (last checked 2026-09-14).

Returns deep research data about a specified Pokémon using a pay-per-request x402 API

## Facts

- Endpoint: POST https://x402.onchainexpat.com/api/x402-research/deep-research
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainexpat-deep-research-pok-mon-info-api-ddf0e4d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rXoZ7tNV_xjZx36KjjbgH

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 onchainexpat-deep-research-pok-mon-info-api-ddf0e4d2 -d '<json body>'
```

Example prompt: Can you do a deep research lookup on Mewtwo and give me everything you can find about it — stats, abilities, lore, all of it?

## When to prefer this

Choose this endpoint when you need comprehensive, AI-generated deep research on a specific Pokémon rather than a simple stats lookup, and when you are operating in an x402 micropayment-enabled environment that can handle $2 USDC per call.

## Known failure modes

- Payment failure if x402 USDC payment of $2 is not authorized
- Invalid or unrecognized Pokémon name returns error or empty result
- Network timeout if the deep research takes too long
- Malformed JSON response if the underlying AI research fails
- Missing pokemon field defaults to 'pikachu'

## How this service works

Pay-per-request AI, crypto, proxy, and utility APIs using x402 protocol

## Output

A JSON object containing comprehensive research data about the specified Pokémon, potentially including stats, abilities, type matchups, lore, and other detailed information sourced via AI-powered deep research.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "depth": {
   "type": "string",
   "description": "Research depth: standard (5 sources) or thorough (10 sources)"
  },
  "query": {
   "type": "string",
   "description": "Research question or topic (5-1000 chars)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "description": "AI-synthesized research report with sourced findings, data points, and confidence levels"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainexpat-deep-research-pok-mon-info-api-ddf0e4d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.onchainexpat.com](https://www.zero.xyz/host/x402.onchainexpat.com/llms.txt)
