Lookup Brazilian Address (CEP)
gov.brasilapi.cepLook up a Brazilian address by 8-digit CEP code. Returns street, neighborhood, city, state, coordinates, and timezone.
Instructions
Look up a Brazilian address by 8-digit CEP postal code — returns street, neighborhood, city, state, coordinates, timezone. BrasilAPI MIT
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cep | Yes | Brazilian postal code (CEP) — 8 digits with or without dash (e.g. "01001000" or "01001-000"). Returns street, neighborhood, city, state, coords, timezone. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |