Skip to content

Instantly share code, notes, and snippets.

@zulhfreelancer
Last active April 23, 2021 17:25
Show Gist options
  • Save zulhfreelancer/0961dd75d30b882ff152 to your computer and use it in GitHub Desktop.
Save zulhfreelancer/0961dd75d30b882ff152 to your computer and use it in GitHub Desktop.
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.

@offhegoes
Copy link

Hi Sir, the API link give an error of Invalid sKey - do you have an updated sKey for this?

Thanks

@kumardippu
Copy link

Hi I'm from Lazada ....Is there any API to send bulk tracking no and get the result? Currently we use it one to one TN in loop and created so many http request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment