# the402.ai Purchase: Weather

> the402.ai Purchase: Weather is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Purchases a weather data lookup service via x402 micropayment on the the402.ai agent marketplace

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_f143b2f914254760/purchase
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-da2900b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dn_Qen2xeSNu5E-KM7mpP

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 api-the402-ai-da2900b3 -d '<json body>'
```

Example prompt: What's the current weather in Miami, Florida right now? Use the402 weather service and pay the micropayment fee to get the latest conditions.

## When to prefer this

Use this endpoint when your AI agent needs on-demand weather data and operates within an x402 micropayment-capable environment. Ideal for agent workflows where you want pay-per-call pricing ($0.002 USDC) rather than a subscription, and where the agent is already integrated with the the402.ai marketplace for other services.

## Known failure modes

- Insufficient USDC balance or failed micropayment — payment authorization rejected
- Invalid or unrecognized location input — service returns error or empty result
- Service temporarily unavailable on the402.ai marketplace — 503 or timeout
- Payment protocol (x402) not supported by the calling agent — request fails at payment negotiation step
- Rate limiting or quota exceeded on the underlying weather data provider

## How this service works

Purchase: Weather

## Output

Returns current weather data for the requested location, including temperature, conditions, and potentially forecast information, after completing a $0.002 USDC x402 micropayment transaction.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "job_id": {
   "type": "string"
  },
  "status": {
   "type": "string"
  },
  "thread_id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-da2900b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
