# KiteEndpoints.ai - Ski Resort Data

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

Returns ski resort conditions, trail status, lift operations, and related data for a given ski resort

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ski-resort
- Price: $0.18/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-ski-resort-data-2d447f99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gAjN1R0efzGt2Yat9o2Zf

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-ski-resort-data-2d447f99 -d '<json body>'
```

Example prompt: Can you check the current ski resort conditions at Vail — specifically how many lifts and trails are open and what the snow depth is right now?

## When to prefer this

Use this endpoint when you need current ski resort conditions, trail and lift status, or snow report data for a specific mountain. Prefer this over generic weather APIs when the user specifically needs ski-related metrics like open runs, grooming status, or lift counts rather than general meteorological data.

## Known failure modes

- Unknown or unsupported resort name returns empty or error result
- Off-season queries may return no active conditions data
- Malformed request body returns a generic API error
- Data may be stale if the upstream resort feed hasn't been updated recently

## 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 ski resort data such as lift and trail open/closed status, snow depth, grooming reports, and other resort-specific condition details for the queried resort.

## 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-ski-resort-data-2d447f99/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)
