brazilian-zipcode-api

command module
v0.0.0-...-103f8c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2023 License: MIT Imports: 1 Imported by: 0

README

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)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internals

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL