# BlackBobs.ai Current Weather API

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

Returns current weather conditions for a given location via pay-per-call on Base chain

## Facts

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

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

Example prompt: What's the current weather in Miami right now — temperature, conditions, and wind?

## When to prefer this

Use this endpoint when you need real-time, point-in-time current weather conditions rather than forecasts or historical data, and when you are operating in a pay-per-call environment using x402 micropayments on Base chain. Prefer this over subscription-based weather APIs when you want to avoid recurring fees and only pay for what you use.

## Known failure modes

- Invalid or unrecognized location input returns an error or empty result
- Network or upstream weather data provider unavailability may cause timeouts
- Missing required location parameter results in a malformed request error
- Payment failure on Base chain prevents the call from being executed

## 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 result object containing current weather data for the requested location, typically including temperature, weather conditions, humidity, wind speed, and other meteorological measurements available at the time of the call.

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