Skip to content

An API for Brazilian postal codes, where will be available to consult the addresses by zipcode.

License

Notifications You must be signed in to change notification settings

felipefrizzo/brazilian-zipcode-api

Repository files navigation

Brazilian postal codes API

An API for Brazilian postal codes, where will be available to consult the addresses by zipcode.

API Endpoint

  • GET /zipcode/<zipcode> Get the correspondence address based on zip code.
> curl localhost:8000/zipcode/85801000

{
    "federative_unit": "PR",
    "city": "Cascavel",
    "neighborhood": "Centro",
    "address_name": "Avenida Brasil",
    "complement": "- de 5623 a 6869 - lado ímpar",
    "zipcode": "85801000",
    "created_at": "2020-05-22T11:56:51.735545Z",
    "updated_at": "2020-05-22T11:56:51.7355607Z"
}

License

The MIT License (MIT)

About

An API for Brazilian postal codes, where will be available to consult the addresses by zipcode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published