{"id":38963481,"url":"https://github.com/wmixvideo/correios","last_synced_at":"2026-01-17T16:26:57.867Z","repository":{"id":9379100,"uuid":"61940813","full_name":"wmixvideo/correios","owner":"wmixvideo","description":"Biblioteca Java para acessar os serviços dos Correios","archived":false,"fork":false,"pushed_at":"2023-12-18T23:18:08.000Z","size":440,"stargazers_count":15,"open_issues_count":5,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-25T07:29:43.719Z","etag":null,"topics":["api","correios","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wmixvideo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-25T11:47:12.000Z","updated_at":"2024-01-12T18:08:30.000Z","dependencies_parsed_at":"2023-02-19T13:01:02.321Z","dependency_job_id":null,"html_url":"https://github.com/wmixvideo/correios","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wmixvideo/correios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fcorreios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fcorreios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fcorreios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fcorreios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wmixvideo","download_url":"https://codeload.github.com/wmixvideo/correios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fcorreios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":["api","correios","java"],"created_at":"2026-01-17T16:26:57.698Z","updated_at":"2026-01-17T16:26:57.854Z","avatar_url":"https://github.com/wmixvideo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Correios ![GitHub CI](https://github.com/wmixvideo/correios/workflows/Build%20project/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/wmixlabs/correios/badge.svg?branch=master)](https://coveralls.io/github/wmixlabs/correios?branch=master) [![Apache 2.0 License](https://img.shields.io/badge/license-apache%202.0-green.svg) ](https://github.com/wmixvideo/correios/blob/master/LICENSE)\nBiblioteca para rastreamento de objetos no webservice dos Correios.\n\n## Forma de uso\n```java\nfinal WSCorreiosRastreador ws = new WSCorreiosRastreador(\"USUARIO\", \"SENHA\");\n\n//consultar um unico objeto\nfinal Sroxml sro = ws.consultaObjeto(\"PJ907948743BR\");\nfor (Objeto objeto : sro.getObjeto()) { \n    System.out.println(objeto.getNome());\n    System.err.println(objeto.getErro());\n    for (Eventos evento : objeto.getEvento()) {\n        System.out.println(evento.getDescricao());\n    }\n}\n\n//consultar um varios objetos\nfinal Sroxml sro = ws.consultaObjetos(Arrays.asList(\"PJ907948743BR\", \"PJ907948743BR\"));\nfor (Objeto objeto : sro.getObjeto()) { \n    System.out.println(objeto.getNome());\n    System.err.println(objeto.getErro());\n    for (Eventos evento : objeto.getEvento()) {\n        System.out.println(evento.getDescricao());\n    }\n}\n\n//consultar um prazo de entrega\nnew WSCorreiosCalculador().calculaPrazo(\"40010\", \"88101250\", \"89893000\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmixvideo%2Fcorreios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwmixvideo%2Fcorreios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmixvideo%2Fcorreios/lists"}