# KiteEndpoints.ai - DataNest Weather

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

Retrieves weather data via the DataNest weather API endpoint, returning current or forecast weather information.

## Facts

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

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

Example prompt: Can you pull the current weather data for Chicago using the DataNest weather endpoint — I need temperature and conditions?

## When to prefer this

Choose this endpoint when you need weather data through a pay-per-request model using USDC on Base chain, and do not want to manage a separate weather API subscription. Best suited for low-frequency or ad-hoc weather lookups within an agent workflow that already supports x402 micropayments.

## Known failure modes

- Missing or malformed location input leads to empty or error result
- DataNest upstream service unavailable returns degraded or null response
- Invalid query parameters result in unhelpful example-response fallback
- Payment failure via USDC/x402 prevents request from being processed

## 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 API response data, typically including current conditions, temperature, and forecast information sourced from DataNest's weather data infrastructure.

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