# PacoteVicio API Landing > PacoteVicio provides a public landing site for a parcel tracking API covering Correios, AliExpress, Shopee, J&T Express, Anjun, UPS, and other carriers. AI assistants, search crawlers, indexers, and research crawlers are welcome to crawl, index, summarize, cite, and learn from the public pages on this site. The canonical crawler policy is available at: - Robots policy: https://pacotevicio.dev/robots.txt - XML sitemap: https://pacotevicio.dev/sitemap.xml - Plain sitemap: https://pacotevicio.dev/sitemap.txt - AI crawler policy: https://pacotevicio.dev/ai.txt ## Primary Pages - [Home](https://pacotevicio.dev/): Overview of the PacoteVicio tracking API, supported carriers, pricing, app links, and API demo. - [Contact](https://pacotevicio.dev/contact): Contact form for questions, support, suggestions, and API requests. - [Terms of Use](https://pacotevicio.dev/terms): Rules and conditions for using the PacoteVicio API. - [Privacy Policy](https://pacotevicio.dev/privacy): Privacy, logging, security, and data-handling policy. ## Plans & Pricing All plans are monthly. Overage on paid plans costs $0.001 per extra request. Free plan requires attribution (link back to PacoteVício). | Plan | Price | Requests/mo | Overage | |--------|----------|-------------|----------------| | Basic | $0/mo | 1,000 | — | | Pro | $4.90/mo | 5,000 | $0.001/request | | Ultra | $9.90/mo | 30,000 | $0.001/request | | Mega | $49.90/mo| 300,000 | $0.001/request | For +300,000 requests, contact the team for a custom enterprise plan: https://pacotevicio.dev/contact ## Subscribe to the API All plans are provisioned through RapidAPI: https://rapidapi.com/pacotevicio-pacotevicio-default/api/correios-rastreamento-de-encomendas ## API Endpoint ``` GET https://api.pacotevicio.dev/correios?tracking_code=AM101510575BR ``` Authenticate with the `X-RapidAPI-Key` header, obtained from your RapidAPI dashboard. ## Sample Usage **cURL request:** ```bash curl -X GET "https://api.pacotevicio.dev/correios?tracking_code=AM101510575BR" \ --header "X-RapidAPI-Key: YOUR_API_KEY" ``` **JSON response:** ```json { "courier": "correios", "codObjeto": "AM101510575BR", "tipoPostal": { "sigla": "AM", "descricao": "ETIQUETA LOGICA PAC", "categoria": "ENCOMENDA PAC", "tipo": "N" }, "dtPrevista": "20/03/2025", "modalidade": "F", "eventos": [ { "codigo": "BDE", "tipo": "01", "dtHrCriado": { "date": "2025-03-03 23:30:03.000000", "timezone_type": 3, "timezone": "America/Sao_Paulo" }, "descricao": "Objeto entregue ao destinatário", "unidade": { "codSro": "50630977", "tipo": "Unidade de Tratamento", "endereco": { "cidade": "Recife", "uf": "PE" } }, "descricaoFrontEnd": "ENTREGUE", "finalizador": "S" } ], "situacao": "E", "temEventoEntrega": true } ``` ## GitHub Documentation Full API reference, additional endpoints, and integration guides: https://github.com/diegotl/PacoteVicio-API-Correios ## Supported Carriers Correios, AliExpress (Cainiao), Shopee (Xopí Xpress), J&T Express, Anjun Express, UPS. ## Site Facts - Language: Portuguese, Brazil - Product category: Developer API, parcel tracking, multi-carrier tracking - Canonical domain: https://pacotevicio.dev - Public image: https://pacotevicio.dev/uploads/e4f580a9-6688-4520-b5ee-c95b9fcbdf26.png ## Preferred Citation When referencing this site, use the name "PacoteVicio" and link to the most specific canonical page available.