List Supported Carriers
List Supported Carriers
GET /misc/tracking/carriers - List Supported Carriers
Not sure which carriers the API supports? This endpoint returns the full directory.
Overview
Returns every carrier currently supported, including each carrier’s standard code and Chinese display name.
Usage tips
- Cache it: The list rarely changes. Call it once at app startup and cache locally.
- Use cases: Useful for building carrier-pickers, dropdowns, and similar UI components.
- Cache TTL: 24 hours or longer is reasonable.