# Brazilayer Brazil Pack

> Brazilayer Brazil Pack is a paid API for AI agents from api.brazilayer.com, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Fetches all 13 parameter-free Brazilayer endpoints in a single bundled call covering commodities, markets, fund flows, tax calendar, deforestation ranking, and public tenders at a 43% discount

## Facts

- Endpoint: GET https://api.brazilayer.com/v1/pacotes/brasil
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brazilayer-brazil-pack-390d3f96
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9U7L9e10euZLsoJXcW3we

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-brazil-pack-390d3f96
```

Example prompt: Pull the full Brazilayer Brazil Pack right now — I want all 13 endpoints in one shot: commodity signals, macro market feeds, fund flows and rankings, the tax-transition calendar, deforestation ranking, and open public tenders.

## When to prefer this

Choose this endpoint when you need data from multiple Brazilayer feeds in a single request and want to save 43% versus calling each endpoint individually. Ideal for dashboards, daily briefings, or agent pipelines that consume a broad cross-section of Brazilian economic, environmental, and market data. Use the free sample endpoint first if you want to preview the response structure without payment.

## Known failure modes

- 503 returned with no charge if fewer than half (7+) of the 13 sub-endpoints are available
- Individual sub-endpoints may be listed in `indisponiveis` if temporarily unavailable
- Payment failure via x402 protocol prevents data retrieval
- Network timeout on aggregation if upstream sources are slow

## How this service works

Every parameter-free endpoint of the Brazilayer catalog in ONE call, 43% cheaper than one by one: five commodity signals, three market feeds, fund flows and ranking, tax-transition calendar, deforestation ranking and open public tenders (13 endpoints, keyed by family and name). One payment, one response. Unavailable parts listed in `indisponiveis`; 503 and no charge if under half respond. Free sample, no payment: https://api.brazilayer.com/v1/pacotes/amostra

## Output

A single JSON response keyed by family and endpoint name, containing all 13 Brazilayer data feeds: five commodity signals, three market feeds, fund flows and ranking, tax-transition calendar, deforestation ranking, and open public tenders. Any unavailable sub-endpoints are listed under the `indisponiveis` key. If fewer than half of the 13 sub-endpoints respond, the API returns 503 and does not charge.

## 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-brazil-pack-390d3f96/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)
