# APJoy Forecast API

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

Returns weather forecast data for a given location via the APJoy forecast provider, proxied through the KiteEndpoints hub.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/apjoy-forecast
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apjoy-forecast-api-1a39071d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gLHGV7vcp_nZyJ3yY0M65

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 apjoy-forecast-api-1a39071d -d '<json body>'
```

Example prompt: Can you pull the weather forecast for Chicago for the next few days using the APJoy forecast service?

## When to prefer this

Use this endpoint when you need weather forecast data and are already operating within the KiteEndpoints pay-per-request ecosystem using USDC on Base chain, or when direct access to APJoy is not available. Suitable for lightweight, one-off forecast lookups without needing a dedicated weather API subscription.

## Known failure modes

- Invalid or missing location parameter returns an error result
- Upstream APJoy API unavailability causes timeout or error response
- Malformed request body returns a 400-level error
- Payment not completed results in 402 Payment Required before data is returned

## 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 structured weather forecast result object containing forecast data such as temperature, weather conditions, and predictions for upcoming days, returned as a JSON result object.

## 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/apjoy-forecast-api-1a39071d/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)
