{"id":22339805,"url":"https://github.com/iagormoraes/brazil-correios-tracking","last_synced_at":"2025-10-11T11:16:59.053Z","repository":{"id":44068394,"uuid":"210910955","full_name":"iagormoraes/brazil-correios-tracking","owner":"iagormoraes","description":"An amazing API for tracking Brazil's Correios courier.","archived":false,"fork":false,"pushed_at":"2023-01-24T00:41:44.000Z","size":575,"stargazers_count":6,"open_issues_count":12,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T07:43:29.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iagormoraes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-25T18:14:21.000Z","updated_at":"2020-07-22T09:51:51.000Z","dependencies_parsed_at":"2023-01-26T18:01:11.125Z","dependency_job_id":null,"html_url":"https://github.com/iagormoraes/brazil-correios-tracking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iagormoraes/brazil-correios-tracking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagormoraes%2Fbrazil-correios-tracking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagormoraes%2Fbrazil-correios-tracking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagormoraes%2Fbrazil-correios-tracking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagormoraes%2Fbrazil-correios-tracking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iagormoraes","download_url":"https://codeload.github.com/iagormoraes/brazil-correios-tracking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagormoraes%2Fbrazil-correios-tracking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007035,"owners_count":26084227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-04T07:09:28.256Z","updated_at":"2025-10-11T11:16:59.037Z","avatar_url":"https://github.com/iagormoraes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brazil's Correios courier API\n\n[![Version](https://img.shields.io/github/package-json/v/iagorm/brazil-correios-tracking?style=for-the-badge)](https://github.com/iagorm/brazil-correios-tracking)\n\nAn amazing API for tracking Brazil's Correios courier.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development.\n\n### Prerequisites\n\nThe project recommends at time of development:\n\n-   [`nodeJS`](https://nodejs.org/en/download/) (10.16.3)\n-   [`yarn`](https://yarnpkg.com/en/docs/install) (1.17.3)\n\n### Installing\n\nTo install the project and start running it, you must run:\n\n```\n$ yarn install\n$ yarn start\n```\n\n## Built With\n\n-   [cheerio](https://github.com/cheeriojs/cheerio) - Fast, flexible, and lean implementation of core jQuery designed specifically for the server.\n-   [express](http://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js.\n-   [request](https://github.com/request/request) - Request is designed to be the simplest way possible to make http calls.\n-   [prettier](https://github.com/prettier/prettier) - Prettier is an opinionated code formatter.\n-   [eslint](https://github.com/eslint/eslint) - ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.\n\n## Examples\n\n#### GET `/v1/package` -- no package/package list passed as parameters\n\n```json\n{\n    \"message\": \"must receive list of packages\"\n}\n```\n\n#### GET `/v1/package/OH756347841BR` -- valid code\n\n```json\n    {\n        \"progress\": 100,\n        \"packHistory\": [...] ,\n        \"userAgent\": ...,\n        \"acceptLanguage\": ...,\n        \"ip\": ...,\n        \"requestedDate\": ...       \n    }\n```\n#### GET `/v1/package/OH756347842BR` -- invalid code\n\n```json\n    {\n        \"message\": \"code dont exist!\"\n    }\n```\n\n#### GET `/v1/package?id[]=OH756347841BR\u0026id[]=OH756347841BR` -- using multiple package IDs\n\n```json\n    {\n    \"packList\": [\n            {\n                \"progress\": 100,\n                \"packHistory\": [...],\n            },\n            {\n                \"progress\": 100,\n                \"packHistory\": [...]\n            }\n        ],\n        \"userAgent\": ...,\n        \"acceptLanguage\": ...,\n        \"ip\": ...,\n        \"requestedDate\": ...\n    }\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).\n\n## Authors\n\n-   **Iagor Moraes** - _Initial work_ - [Iagorm](https://github.com/iagorm)\n\nSee also the list of [contributors](https://github.com/iagorm/brazil-correios-tracking/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagormoraes%2Fbrazil-correios-tracking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiagormoraes%2Fbrazil-correios-tracking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagormoraes%2Fbrazil-correios-tracking/lists"}