Skip to content

arislanhaikal/api_cek_resi_jne_pos_tiki_wahana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"
    }
  ]
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages