# KiteEndpoints.ai - DataNest Weather API

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

Fetches weather data via the DataNest weather endpoint on the KiteEndpoints.ai mega API hub, paid per request with USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.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-a463753f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CcJv-HwSckoIsF6nMJU9Y

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-a463753f -d '<json body>'
```

Example prompt: Can you pull the current weather data for New York City using the DataNest weather endpoint on KiteEndpoints?

## When to prefer this

Use this endpoint when you need weather data and are already using the KiteEndpoints.ai hub for pay-per-request USDC-based API access on Base chain, or when you specifically need DataNest as the underlying weather data provider

## Known failure modes

- Insufficient USDC balance on Base chain results in 402 Payment Required
- Missing or malformed request body returns an error
- DataNest upstream provider unavailable causes 502 or empty result
- Invalid location or parameters may return empty or null result data

## 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

A JSON result object containing weather data from the DataNest weather source, wrapped in a 'result' key with API response data

## 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-a463753f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
