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: GET https://my.airroad.com.au/api/QuickTrack/{tracking_number} 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.