Standard Data Interface Service for Developers
We provide a RESTful API based on HTTP GET. All responses are returned in JSON format.
/api.php
?action=getVersions
Get version list, supports filtering by type.
| Param | Description |
|---|---|
| type | Version type: 正式版/测试版/iOS版 or release/beta/ios |
| page | Page number (optional, enables pagination) |
| limit | Items per page (optional, default 10) |
| search | Fuzzy search by version string (optional) |
?action=getVersion&id={id}
Get detailed information for a specific version.