$0.002
per call · USD Coin on Base
Daily fire hotspots across Brazil from the official INPE satellite program: count and mean intensity (FRP) by biome (Amazon, Cerrado, etc.) over the last 7 days, leading states, plus mean days-without-rain at fire locations — a drought proxy. Signal for ESG screening, carbon markets, cattle and soy supply-chain risk. Free sample, no payment: https://api.brazilayer.com/v1/commodities/amostra
Endpoint
GET https://api.brazilayer.com/v1/commodities/fogo5
Calls / 30d
3
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.brazilayer.com/v1/commodities/fogo", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.brazilayer.com/v1/commodities/fogo" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"estados_lideres_ontem": [
{
"estado": "MATO GROSSO",
"focos": 890
}
],
"por_bioma_7d": [
{
"bioma": "Cerrado",
"data": "2026-07-24",
"focos": 3200,
"frp_medio": 45.1
}
]
}Payment details
0x3cc1d8ee1dfdfd326c19b0884b8df4b24b623f0cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Brazilayer Commodity Signals & similar services
Brazilayer Commodity Signals · Commodities Hidrologia
api.brazilayer.com
Brazil stored hydro energy (EAR) by grid subsystem, daily from the official grid operator (ONS), with 7-day delta. Brazil is hydro-dependent: reservoir levels drive power prices, aluminum/industrial costs and drought narratives. A compact energy-risk gauge for one of the world largest grids. Free sample, no payment: https://api.brazilayer.com/v1/commodities/amostra
Brazilayer Commodity Signals · Commodities Clima
api.brazilayer.com
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
Brazilayer Commodity Signals · Commodities Exportacoes
api.brazilayer.com
Monthly Brazilian export volumes and FOB values for the commodities Brazil dominates: soybeans, corn, coffee, sugar, beef, chicken, cotton and pulp — from the official ComexStat registry, with year-over-year volume change per month. Brazil supply shifts move CBOT and ICE prices; this is the official record of what actually shipped. Free sample, no payment: https://api.brazilayer.com/v1/commodities/amostra