PHPackages                             afzafri/jnt-express-tracking-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. afzafri/jnt-express-tracking-api

ActiveLibrary[API Development](/categories/api)

afzafri/jnt-express-tracking-api
================================

Return JSON formatted string of J&amp;T Tracking details

42.5k↓25%4[1 issues](https://github.com/afzafri/JNT-Express-Tracking-API/issues)PHP

Since Aug 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/afzafri/JNT-Express-Tracking-API)[ Packagist](https://packagist.org/packages/afzafri/jnt-express-tracking-api)[ RSS](/packages/afzafri-jnt-express-tracking-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

J&amp;T Express Tracking API
============================

[](#jt-express-tracking-api)

Return JSON formatted string of J&amp;T Express Tracking details

Installation
============

[](#installation)

`composer require afzafri/jnt-express-tracking-api:dev-master`

Usage
=====

[](#usage)

- `http://site.com/api.php?trackingNo=CODE`
- where `CODE` is your parcel tracking number
- It will then return a JSON formatted string, you can parse the JSON string and do what you want with it.

Sample Response
===============

[](#sample-response)

```
{
  "http_code": 200,
  "error_msg": "No error",
  "message": "Record Found",
  "data": [
    {
      "date": "21/09/2020",
      "time": "17:41",
      "location": "Drop Point CDC KUALAKANGSAR 305",
      "city": "KUALA KANGSAR",
      "process": "Delivered",
      "remark": ""
    },
    {
      "date": "21/09/2020",
      "time": "11:00",
      "location": "Drop Point CDC KUALAKANGSAR 305",
      "city": "KUALA KANGSAR",
      "process": "Delivery",
      "remark": ""
    },
    {
      "date": "20/09/2020",
      "time": "17:44",
      "location": "Drop Point CDC KUALAKANGSAR 305",
      "city": "KUALA KANGSAR",
      "process": "On Hold",
      "remark": "Out of droppoint's business hour"
    },
    {
      "date": "19/09/2020",
      "time": "17:41",
      "location": "Drop Point CDC KUALAKANGSAR 305",
      "city": "KUALA KANGSAR",
      "process": "On Hold",
      "remark": "Out of droppoint's business hour"
    },
    {
      "date": "19/09/2020",
      "time": "09:17",
      "location": "Drop Point CDC KUALAKANGSAR 305",
      "city": "KUALA KANGSAR",
      "process": "Arrived",
      "remark": ""
    },
    {
      "date": "19/09/2020",
      "time": "07:02",
      "location": "Transit Center PRK GATEWAY",
      "city": "KAMPAR",
      "process": "Departure",
      "remark": ""
    },
    {
      "date": "19/09/2020",
      "time": "00:19",
      "location": "Transit Center PRK GATEWAY",
      "city": "KAMPAR",
      "process": "Arrived",
      "remark": ""
    },
    {
      "date": "18/09/2020",
      "time": "19:18",
      "location": "Transit Center PJS GATEWAY",
      "city": "KLANG",
      "process": "Arrived",
      "remark": ""
    },
    {
      "date": "18/09/2020",
      "time": "17:46",
      "location": "Drop Point DP SETIAALAM 01",
      "city": "PETALING",
      "process": "Departure",
      "remark": ""
    },
    {
      "date": "18/09/2020",
      "time": "17:25",
      "location": "Drop Point DP SETIAALAM 01",
      "city": "PETALING",
      "process": "Picked Up",
      "remark": ""
    }
  ],
  "info": {
    "creator": "Afif Zafri (afzafri)",
    "project_page": "https://github.com/afzafri/JNT-Express-Tracking-API",
    "date_updated": "22/09/2020"
  }
}
```

License
=======

[](#license)

This library is under `MIT license`, please look at the LICENSE file

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/277f98101508a807425a3f3a2e7cacf16a75934097e44ed1479351c2474b5fe2?d=identicon)[afzafri](/maintainers/afzafri)

---

Top Contributors

[![afzafri](https://avatars.githubusercontent.com/u/14824387?v=4)](https://github.com/afzafri "afzafri (14 commits)")[![akifrabbani](https://avatars.githubusercontent.com/u/1407235?v=4)](https://github.com/akifrabbani "akifrabbani (5 commits)")[![ameershah48](https://avatars.githubusercontent.com/u/51684075?v=4)](https://github.com/ameershah48 "ameershah48 (2 commits)")

### Embed Badge

![Health badge](/badges/afzafri-jnt-express-tracking-api/health.svg)

```
[![Health](https://phpackages.com/badges/afzafri-jnt-express-tracking-api/health.svg)](https://phpackages.com/packages/afzafri-jnt-express-tracking-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
