← Back to catalog
brasilapi.cep
mock data$0.001 / callBrazilian CEP Lookup
Look up a Brazilian address by 8-digit CEP postal code — returns street, neighborhood, city, state, coordinates, timezone. BrasilAPI MIT
Input schema
ceprequired
stringBrazilian postal code (CEP) — 8 digits with or without dash (e.g. "01001000" or "01001-000"). Returns street, neighborhood, city, state, coords, timezone.
Call via REST
curl -X POST https://unifyapi.pro/api/call/brasilapi.cep \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"cep":"<cep>"}'