# KiteEndpoints.ai - APJoy Forecast

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

Fetches weather forecast data via the APJoy forecast API, proxied through the KiteEndpoints mega-hub with pay-per-request USDC billing.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/apjoy-forecast
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-apjoy-forecast-b149bde4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WCfhY8fJqFSW5YmnuQPLu

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-apjoy-forecast-b149bde4 -d '<json body>'
```

Example prompt: Can you pull up the APJoy weather forecast for New York City for the next 5 days so I can plan my week?

## When to prefer this

Choose this endpoint when you need weather forecast data through a pay-per-request USDC micropayment model and want to avoid managing a direct APJoy API subscription. It is particularly useful for AI agents that need occasional forecast lookups without committing to a monthly plan, or when your infrastructure already handles x402 payment flows on Base chain.

## Known failure modes

- Invalid or unrecognized location input returns an error or empty result
- Missing required forecast parameters may cause a malformed request error
- Payment failure (insufficient USDC balance) results in HTTP 402 and no data returned
- Upstream APJoy API downtime causes the proxy to return an error
- Rate limiting or quota exceeded on the underlying provider returns a failure response

## 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 forecast result object containing weather data such as temperature readings, precipitation likelihood, and atmospheric conditions for the requested location and time range, wrapped in a standard result envelope.

## 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-apjoy-forecast-b149bde4/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)
