Mobile Express API - Express 100

Pay attention to Express 100 interface API

Pop up the mobile phone page to display the tracking information of the logistics order number (Mobile phone only, free of charge)

  • Product introduction: By sending a request to the designated address, the tracking information of the logistics order number can be displayed in a new wap or html5 page. It supports all express companies, and requires no later maintenance or application. It is suitable for all mobile phone applications.
  • Product advantages: fast development speed, no need for post maintenance, no need for application.
1. Application scenarios
(1) The user calls this API to display the results when opening "My Order" on the mobile terminal of e-commerce;
(2) The mobile convenience tool calls this API to display the results after the user enters the express company and waybill number;
(3) The WeChat official account calls this API to display the results after the user enters the company name and waybill number.
2. Whether authorization is required
unwanted

3. HTML5 API pops up the Html5 page to display the tracking information of logistics order number

① Request address
https://m.kuaidi100.com/app/query/?coname= [Unique ID of the access party]&nu=[express bill number]&com=[express company code]&callbackurl=[Click "Return" to jump to the address]
Example:
https://m.kuaidi100.com/app/query/?com=quanfengkuaidi&nu=123456&coname=meizu

② Input parameters

name type Required describe
coname String yes The unique identification of the access application, which is limited to the English name, usually the official English name of the access party, such as oppo, which can be defined by itself without audit
com String yes The code of the express company to be queried supports Chinese and fuzzy input, and supports all express companies on this website. See
Express companies supported by Chaxun URL and parameter description 》。
If you can't find the company you need, please send an email to bd@kuaidi100.com Consultation (case insensitive)
nu String yes The express bill number to be queried should not be marked with special symbols. It does not support Chinese (case insensitive)
callbackurl String no The address to jump to when clicking "Return" on the query result page, so that users can return to the original website or APP after query. The callback address needs to be url encoded
③ Return Results
Go directly to the page of m.kuaidi100.com to display the query results.

④ Return to Example

4.FAQ