# KiteEndpoints.ai Weather API (weather338)

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

Returns weather data for a given query via a pay-per-request endpoint on the KiteEndpoints.ai mega API hub.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/weather338
- Price: $0.09/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-weather-api-weather338-09224527
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__I0CZ0don6c-O2R2h1FVp

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-weather-api-weather338-09224527 -d '<json body>'
```

Example prompt: Can you get me the current weather conditions for New York City using the KiteEndpoints weather API?

## When to prefer this

Choose this endpoint when you need weather data via a pay-per-request model using USDC on Base chain, and you are already integrated with the KiteEndpoints.ai ecosystem. Suitable for low-frequency or on-demand weather lookups where a subscription-based weather API is not preferred.

## Known failure modes

- Missing or malformed request body returns an error
- Invalid or unrecognized location may return empty or error result
- Insufficient USDC balance or payment failure results in 402 Payment Required
- Network timeout or upstream weather data source unavailability
- Ambiguous location input may yield unexpected results

## 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 JSON object containing weather data such as temperature, conditions, and other meteorological information for the queried location.

## 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-weather-api-weather338-09224527/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)
