Where's my Package

FREEMIUM
By Tech Arbor | Updated 2ヶ月前 | Logistics
Popularity

0 / 10

Latency

457ms

Service Level

0%

Health Check

21%

Back to All Tutorials (1)

How to use this API

Where’s my Package is a simple single endpoint API to get tracking updates from popular international logistics and courier services.

To add a package to the system, use the addtracking endpoint:

> curl --location --request POST ‘https://www.shimpo.app/api/v1/service/addtracking/WMT-WM08EWS0MLV0LW8SS/envoi
> --header ‘X-RapidAPI-Key: <YOUR API KEY HERE>’

To get tracking information, use the gettracking endpoint:

> curl --request GET
> --url ‘https://wheres-my-package.p.rapidapi.com/api/v1/vendor/gettracking/WMT-WM08EWS0MLV0LW8SS/envoi
> --header ‘X-RapidAPI-Key: <YOUR API KEY HERE>’
>
> {
> “tracking_info”: [
> “2023-10-11 22:05:58 | – | COMPLETED”,
> “2023-10-11 20:46:21 | – | ATTEMPTING_DELIVERY”,
> “2023-10-11 17:39:07 | – | SORTED_AT_WAREHOUSE”,
> “2023-10-11 07:21:18 | – | DELIVERY_SCHEDULED”
> ]
> }

If this is a tracking number that you’re newly adding, the HTTP return code will be 201. If it is a tracking number you have already tracked and want to get the latest update, the HTTP return code will be 200.