Skynet Tracking API
1.0.0
composer require afzafri/skynet-tracking-api:dev-master
http://site.com/api.php?trackingNo=CODE
CODE
is your parcel tracking number{
"http_code": 200,
"error_msg": "No error",
"message": "Record Found",
"data": [
{
"date": "23 Apr 2019 ",
"time": "5:55PM",
"process": "Delivered",
"location": "CENTRAL REGION 2"
},
{
"date": "23 Apr 2019 ",
"time": "9:09AM",
"process": "Out For Delivery",
"location": "CENTRAL REGION 2"
},
{
"date": "19 Apr 2019 ",
"time": "7:02AM",
"process": "Arrived Cr2",
"location": "CENTRAL REGION 2"
},
{
"date": "18 Apr 2019 ",
"time": "8:32PM",
"process": "Departed To Hub",
"location": "Subang Jaya"
},
{
"date": "18 Apr 2019 ",
"time": "6:56PM",
"process": "Arrived At Sorting Facility",
"location": "Subang Jaya"
}
],
"info": {
"creator": "Afif Zafri (afzafri)",
"project_page": "https://github.com/afzafri/Skynet-Tracking-API",
"date_updated": "15/01/2020"
}
}
This library is under MIT license
, please look at the LICENSE file