Ocean FCL/LCL, air, express, and FBA freight — feed your business system with 19 years of international logistics data from Awice Logistics, through a single RESTful API with HMAC signature.
Billed by credits. No charge on HTTP 5xx, signature failures, or timeouts — you only pay for successful responses.
Full container rate query, real-time quotes from 53 carriers including surcharges, sailing schedules, and validity. Supports search by POL + POD or destination country.
Less-than-container rate query billed by W/M, covering 1,200+ ports worldwide, including destination port fees and POL surcharges.
6-tier weight-graded quotes (45/100/300/500/1000kg), covering 1,062 international airports.
Real-time quotes from major international couriers including DHL, UPS, FedEx, TNT, and EMS, with fuel surcharges included.
Real-time Amazon FBA freight and delivery quotes covering major US West and US East warehouses (FTW1/ONT8/LAX9, etc.), returning the final external price.
Ports, airports, ocean carriers, airlines and countries — searchable by Chinese, English or standard code. Free within your daily quota, plus ready-made common sets you can pull once and drop straight into a picker.
Out-of-the-box samples for curl / PHP / Python / Node.js / Java. Copy the code, replace AppKey / AppSecret, and receive a response instantly.
# Ocean FCL Freight Query
# pol / pod accept any of three formats:
# 1. 5-letter standard code CNSHA, USLSA (fastest, recommended for production)
# 2. English name shanghai, los angeles (fuzzy match)
# Same-name ports return rates for all matches automatically (no retry; pass pod_country to pin a country)
curl -X POST https://www.5688.cn/api/openapi/v1/freight/fcl/search \
-H "Content-Type: application/json" \
-H "X-Awice-AppKey: AK_xxxxxxxxxxxxxxxx" \
-H "X-Awice-Timestamp: 1731499200" \
-H "X-Awice-Nonce: a1b2c3d4" \
-H "X-Awice-Signature: 7f8e9d6c5b..." \
-d '{"pol":"shanghai","pod":"los angeles","carrier":"MSK"}'From free trial to monthly / yearly unlimited plans, covering everything from individual testing to enterprise-grade ETL.
Need more volume or custom QPS?Contact Sales
Not just an aggregator — these are real-time data from 19 years of freight forwarding business. Awice Logistics' own website and SaaS run on the same APIs.
From signup to first successful call, average 5 minutes.
Create an Awice Logistics account with your mobile number → open the developer console → claim the free 100-credit trial pack
Console → create app → get a pair of AppKey / AppSecret. We recommend configuring an IP whitelist
Copy the sample below → replace AppKey / AppSecret → call directly with millisecond response
More questions? Open a ticket or join our WeChat group. Our tech team responds within 24 hours.
View Full DocsSign up → create app → copy the code — start piping Awice Logistics data into your TMS / ERP / quote site today.