{"id":24523531,"url":"https://github.com/awesomeapibrasil/awesomeapi-cep","last_synced_at":"2026-01-27T06:01:09.850Z","repository":{"id":69565066,"uuid":"112974911","full_name":"awesomeapibrasil/awesomeapi-cep","owner":"awesomeapibrasil","description":"API de consulta de CEP base IBGE com longitude e latitude ","archived":false,"fork":false,"pushed_at":"2024-12-17T17:44:35.000Z","size":7,"stargazers_count":87,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-31T23:01:56.670Z","etag":null,"topics":["address","api","brasil","brazil","cep","coordenada","correios","endereco","geocoordinate","geolocation","grcp","grcp-web","ibge","latitude","longitude","rest-api"],"latest_commit_sha":null,"homepage":"https://docs.awesomeapi.com.br/api-cep","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awesomeapibrasil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-04T00:08:59.000Z","updated_at":"2025-10-16T23:36:41.000Z","dependencies_parsed_at":"2025-01-18T04:02:06.974Z","dependency_job_id":null,"html_url":"https://github.com/awesomeapibrasil/awesomeapi-cep","commit_stats":null,"previous_names":["awesomeapibrasil/awesomeapi-cep"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/awesomeapibrasil/awesomeapi-cep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awesomeapibrasil%2Fawesomeapi-cep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awesomeapibrasil%2Fawesomeapi-cep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awesomeapibrasil%2Fawesomeapi-cep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awesomeapibrasil%2Fawesomeapi-cep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awesomeapibrasil","download_url":"https://codeload.github.com/awesomeapibrasil/awesomeapi-cep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awesomeapibrasil%2Fawesomeapi-cep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["address","api","brasil","brazil","cep","coordenada","correios","endereco","geocoordinate","geolocation","grcp","grcp-web","ibge","latitude","longitude","rest-api"],"created_at":"2025-01-22T04:10:10.537Z","updated_at":"2026-01-27T06:01:09.782Z","avatar_url":"https://github.com/awesomeapibrasil.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003cimg src=\"https://cdn.awesomeapi.com.br/v2/png/logo-without-slogan.png\" height=\"40px\" /\u003e](https://awesomeapi.com.br/)\n\n# API de consulta de CEP do Brasil\nBase de dados IBGE com latitude e longitude\n\nVeja sobre planos e limites em nosso site [awesomeapi.com.br](https://awesomeapi.com.br)\n\n## Exemplo de uso\n\n```\ncurl https://cep.awesomeapi.com.br/json/05424020\n```\n```json\n{\n  \"cep\": \"05424020\",\n  \"address_type\": \"Rua\",\n  \"address_name\": \"Professor Carlos Reis\",\n  \"address\": \"Rua Professor Carlos Reis\",\n  \"neighborhood\": \"Pinheiros\",\n  \"city\": \"Sao Paulo\",\n  \"state\": \"SP\",\n  \"lat\": \"-23.5703026\",\n  \"lng\": \"-46.6967364\",\n  \"ddd\": \"11\",\n  \"city_ibge\": \"3550308\"\n}\n```\n\n## Formato de saída\n```\ncurl https://cep.awesomeapi.com.br/json/05424020\ncurl https://cep.awesomeapi.com.br/xml/05424020\n```\n```xml\n\u003cxml\u003e\n    \u003ccep\u003e05424020\u003c/cep\u003e\n    \u003caddress_type\u003eRua\u003c/address_type\u003e\n    \u003caddress_name\u003eProfessor Carlos Reis\u003c/address_name\u003e\n    \u003caddress\u003eRua Professor Carlos Reis\u003c/address\u003e\n    \u003cneighborhood\u003ePinheiros\u003c/neighborhood\u003e\n    \u003ccity\u003eSao Paulo\u003c/city\u003e\n    \u003cstate\u003eSP\u003c/state\u003e\n    \u003clat\u003e-23.5703026\u003c/lat\u003e\n    \u003clng\u003e-46.6967364\u003c/lng\u003e\n    \u003cddd\u003e11\u003c/ddd\u003e\n    \u003ccity_ibge\u003e3550308\u003c/city_ibge\u003e\n\u003c/xml\u003e\n\n```\n\u003e **Formatos suportados**\n\u003e - JSON\n\u003e - XML\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawesomeapibrasil%2Fawesomeapi-cep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawesomeapibrasil%2Fawesomeapi-cep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawesomeapibrasil%2Fawesomeapi-cep/lists"}