UnifyAPI
← Back to catalog

brasilapi.cep

mock data$0.001 / call

Brazilian CEP Lookup

Look up a Brazilian address by 8-digit CEP postal code — returns street, neighborhood, city, state, coordinates, timezone. BrasilAPI MIT

Referenceprovider: Brasilapi#brasilapi#reference

Input schema

ceprequired

Brazilian postal code (CEP) — 8 digits with or without dash (e.g. "01001000" or "01001-000"). Returns street, neighborhood, city, state, coords, timezone.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.