# Brazilayer Commodity Signals – Brazil Crop-Weather Stress

> Brazilayer Commodity Signals – Brazil Crop-Weather Stress is a paid API for AI agents from api.brazilayer.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns 7-day observed and forecast rainfall, consecutive dry days, and 72-hour frost risk for Brazil's key commodity-growing belts (coffee, soybean, sugarcane, corn, orange, cocoa), updated twice daily.

## Facts

- Endpoint: GET https://api.brazilayer.com/v1/commodities/clima
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brazilayer-commodity-signals-brazil-crop-weather-stress-8f06bede
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KDHSdGiN2OYwmgQjTvpQL

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 brazilayer-commodity-signals-brazil-crop-weather-stress-8f06bede
```

Example prompt: Pull the latest crop-weather stress data for Brazil's commodity belts — I need the 7-day observed and forecast rainfall, consecutive dry days, and the 72-hour frost risk so I can assess what's happening in the coffee, soy, and sugarcane regions before the market opens.

## When to prefer this

Choose this endpoint when you need real-time, Brazil-specific crop-weather stress signals tied directly to globally traded commodity futures (coffee, soybeans, sugar, OJ, corn, cocoa). It is distinctly valuable versus generic weather APIs because it maps meteorological observations to specific commodity-producing belts and includes the consecutive dry days and frost risk metrics that directly drive futures price moves. Prefer it over general agricultural or weather APIs when your use case is commodity trading intelligence, agri-finance risk, or supply-side commodity analysis focused on Brazil.

## Known failure modes

- Upstream weather data unavailable — API may return partial or stale readings
- Rate limiting or payment failure (x402) if USDC payment not processed correctly
- Empty or null frost risk field outside frost-susceptible seasons
- Forecast data lag if refresh cycle hasn't completed (data updated twice daily, so up to ~12h old)

## How this service works

Crop-weather stress for the Brazilian belts that price global commodities: 7-day observed rain, 7-day FORECAST rain, consecutive dry days and 72h frost risk for the coffee belt (ICE KC), soybean belts (CBOT ZS), sugarcane (ICE SB), corn, orange and cocoa regions. Brazil is the top exporter of coffee, sugar, soybeans and OJ — weather here moves those futures. Updated twice daily. Free sample, no payment: https://api.brazilayer.com/v1/commodities/amostra

## Output

A structured response covering each major Brazilian commodity-growing belt with: 7-day accumulated observed rainfall (mm), 7-day forecast rainfall (mm), count of consecutive dry days, and a 72-hour frost risk indicator — enabling crop stress assessment for ICE KC (coffee), CBOT ZS (soybeans), ICE SB (sugarcane), corn, OJ, and cocoa futures.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brazilayer-commodity-signals-brazil-crop-weather-stress-8f06bede/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.brazilayer.com](https://www.zero.xyz/host/api.brazilayer.com/llms.txt)
