Home
Softono

Api Cek Resi Jne Pos Tiki Wahana

Open source PHP
23
Stars
13
Forks
0
Issues
1
Watchers
8 years
Last Commit

 About Api Cek Resi Jne Pos Tiki Wahana

Simple Api for check resi JNE, POS, TIKI, Wahana with PHP

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Api Cek Resi Jne Pos Tiki Wahana?

We provide expert installation service for this software. Our team will install, configure, and secure Api Cek Resi Jne Pos Tiki Wahana on your server. plans start at just $30.

Api Cek Resi Jne Pos Tiki Wahana

View on GitHub

API Cek Resi JNE POS TIKI WAHANA

This is simple api for check resi jne, pos, tiki and wahana

Usage

You must send two params

Params Desc
courier courier name (jne, pos, tiki, wahana)
resi your resi number
Example
http://localhost/cekresi_api/?courier=wahana&resi=AKX23859
Response
 {
  "status": 200,
  "courier": "WAHANA",
  "resi": "AKX23859",
  "track": [
    {
      "date": "Aug 04, 2018",
      "time": "09:59 am",
      "status": "intransit",
      "location": "Dalam proses pengiriman ke kota tujuan",
      "country": "Indonesia"
    },
    {
      "date": "Aug 01, 2018",
      "time": "03:08 am",
      "status": "intransit",
      "location": "Dalam proses pengiriman ke kota tujuan",
      "country": "Indonesia"
    },
    {
      "date": "Jul 31, 2018",
      "time": "10:32 pm",
      "status": "intransit",
      "location": "Diterima di fasilitas kota asal",
      "country": "Indonesia"
    },
    {
      "date": "Jul 31, 2018",
      "time": "08:25 pm",
      "status": "intransit",
      "location": "Diterima di sales counter",
      "country": "Indonesia"
    },
    {
      "date": "Jul 31, 2018",
      "time": "08:25 pm",
      "status": "intransit",
      "location": "",
      "country": "Indonesia"
    }
  ]
}