# KiteEndpoints.ai - DataNest Weather API

> KiteEndpoints.ai - DataNest Weather API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-15).

Retrieves weather data via the DataNest weather service, proxied through the KiteEndpoints mega API hub with per-request USDC micropayment billing

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/datanest-weather
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-datanest-weather-api-060c488a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jw0FxLKixyLbWL3ISERKA

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 kiteendpoints-ai-datanest-weather-api-060c488a -d '<json body>'
```

Example prompt: Can you fetch the current weather conditions and forecast for New York City using the DataNest weather endpoint?

## When to prefer this

Choose this endpoint when you need pay-per-request weather data without a long-term API subscription, particularly when your agent already uses the KiteEndpoints hub for other services and you want consolidated USDC micropayment billing on Base chain. Suitable for low-to-medium volume weather lookups where per-call pricing is more economical than a flat subscription.

## Known failure modes

- Insufficient USDC payment or payment failure returns HTTP 402
- Invalid or malformed request payload returns error response
- DataNest upstream service unavailable causes downstream failure
- Missing required location or query parameters may return empty or error result
- Network timeout from proxied upstream service

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing weather data sourced from DataNest, including meteorological conditions, temperature readings, and forecast information as structured JSON. The exact fields depend on the underlying DataNest weather API response.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-datanest-weather-api-060c488a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
