Air Road (Australia)
L
Lucien Afford
Hi,
We'd like to request an integration for Air Road, an Australian freight carrier used heavily in B2B distribution.
We've done some investigation and found that Air Road has a publicly accessible JSON API that would make this straightforward to integrate:
Endpoint:
Required header:
Referer: https://www.airroad.com.au/
Example request:
curl -H "Referer: https://www.airroad.com.au/" https://my.airroad.com.au/api/QuickTrack/BCK0008128
Example response (delivered shipment):
[{"connoteCode":"BCK0008128","statusDate":"2026-03-23T16:08:00","statusText":"Carlo D","delivered":true,"scans":null,"estimatedDeliveryDate":null}]
Key fields:
- connoteCode: tracking number
- statusDate: date/time of last scan
- statusText: receiver name on delivery
- delivered: boolean, true when delivered
- estimatedDeliveryDate: EDD where available
Note: we currently only have an example response for a delivered shipment. We have an active shipment coming shortly and can provide in-transit status examples as soon as we have them if that would help complete the integration.
Tracking number format is typically BCK followed by 7 digits (e.g. BCK0008128).
Happy to assist with any testing. Thanks for considering this one.
Log In
L
Lucien Afford
Hi Akshay,
Understood, and I appreciate you looking into it. We're in a catch-22 here as we don't have active shipments with Air Road right now, and the reason we don't is because there's no tracking integration to offer our customers.
The next time we ship with them I can hit the API endpoint in real time and capture whatever response states you need. Can you let me know exactly what you're looking for? If it's in-transit scan events, a full delivered response, or something else, just tell me what fields and response states would let you complete the integration and I'll get them to you as soon as we have a live shipment.
akshay jasani
Hi Lucien Afford
We reviewed the Air Road tracking page and found that the public website only displays the latest / final shipment event.
If there is an API, portal, or any other source that provides the full tracking event history, please share the documentation or access details and we’ll be happy to review it further.
Thank you!