Poslaju API V2 Endpoint & Result Example
Disclaimer
I'm not working for Poslaju and I don't provide support for this.
Endpoint:
http://api.pos.com.my/v2TrackNTraceWebApi/api/Details/[TRACKING_NUMBER]?callback=result&sKey=7oHHMvxM0&_=1447773442872
Example:
http://api.pos.com.my/v2TrackNTraceWebApi/api/Details/EF867809692MY?callback=result&sKey=7oHHMvxM0&_=1447773442872
Result example:
result([
{
"type":"Valid",
"date":"20 Oct 2015, 2:26 PM",
"process":"Delivered HILMI",
"office":"PPL KUALA LUMPUR",
"ErrorDetails":null,
"EventType":"EM053"
},
{
"type":"Valid",
"date":"20 Oct 2015, 9:06 AM",
"process":"Delivery process",
"office":"PPL KUALA LUMPUR",
"ErrorDetails":null,
"EventType":"EM013"
},
{
"type":"Valid",
"date":"20 Oct 2015, 6:40 AM",
"process":"Arrive at delivery office",
"office":"PPL KUALA LUMPUR",
"ErrorDetails":null,
"EventType":"EM012"
},
{
"type":"Valid",
"date":"19 Oct 2015, 10:53 PM",
"process":"Consignment arrived at Transit office",
"office":"IPC",
"ErrorDetails":null,
"EventType":"EM009"
},
{
"type":"Valid",
"date":"19 Oct 2015, 7:29 PM",
"process":"Dispatch out from origin station",
"office":"PPL KELANG",
"ErrorDetails":null,
"EventType":"EM005"
},
{
"type":"Valid",
"date":"19 Oct 2015, 7:19 PM",
"process":"Picked up from the sender",
"office":"PPL KELANG",
"ErrorDetails":null,
"EventType":"EM004"
}
]);
Directly access the Poslaju Tracking website with tracking number:
http://poslaju.com.my/track-trace/#trackingIds=[TRACKING_NUMBER]
Example:
http://poslaju.com.my/track-trace/#trackingIds=EP234930411MY
Update 9 June 2018
I just found these site. They are quite cool.