# Coockies.ai Current Weather API

> Coockies.ai Current Weather API is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.063152/call, status unknown (last checked 2026-09-22).

Returns current weather conditions for a specified location via a pay-per-call API on the Base blockchain

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/weather-current
- Price: $0.063152/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-22
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-current-weather-api-e7a99538
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Wq94SwGivXwWYFqJ30tnE

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 coockies-ai-current-weather-api-e7a99538 -d '<json body>'
```

Example prompt: What's the current weather in San Francisco right now — temperature, conditions, and humidity?

## When to prefer this

Choose this endpoint when you need real-time current weather data and are already operating within the x402 pay-per-call ecosystem on the Base blockchain. It is suitable for agents that need lightweight, on-demand weather lookups without managing API key subscriptions, especially when cost-per-call micropayments are acceptable.

## Known failure modes

- Invalid or unrecognized location name returns an error result
- Network timeout or upstream weather provider unavailability
- Payment failure on Base chain blocks the request
- Missing or malformed location parameter causes a validation error
- Rate limits or quota exceeded on the underlying weather data source

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a JSON object containing current weather data for the requested location, including temperature, weather condition description, humidity, wind speed, and related meteorological fields, wrapped in a result object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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/coockies-ai-current-weather-api-e7a99538/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
