Domain name for API request: tcsas.intl.tencentcloudapi.com.
This API is used to query the list of mini games.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeMNGList. |
| Version | Yes | String | Common Params. The value used for this API: 2025-01-06. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| Offset | Yes | Integer | Pagination offset |
| Limit | Yes | Integer | Pagination count |
| PlatformId | Yes | String | Platform ID |
| Keyword | No | String | Keywords for search (mini game name) |
| TeamId | No | String | Team ID |
| ApplicationId | No | String | Superapp ID |
| Parameter Name | Type | Description |
|---|---|---|
| Data | DescribeMNGListResp | Response data |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: tcsas.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeMNGList
<Common request parameters>
{
"Offset": 0,
"Limit": 10,
"PlatformId": "T04914TJ0911724TSAK",
"Keyword": "pay",
"TeamId": "4191195423",
"ApplicationId": "app-hospwn8hgc"
}
{
"Response": {
"Data": {
"DataList": [
{
"ApplicationName": "",
"CreateTime": "1755506382",
"CreateUser": "murphypeng_app_mini",
"EffectMNPVersion": "",
"EffectMNPVersionId": 0,
"EffectStatus": 1,
"MNPIcon": "https://tcmpp-dev-renter-1258344699.cos.ap-guangzhou.myqcloud.com/596e07d66e3441f191a03748550236f7.png",
"MNPId": "mg89adajrzt8tp7t",
"MNPIntro": "Mini game V2",
"MNPName": "Mini game V2",
"MNPType": "Board & card games -> 10115_Board games
"Status": 0,
"TeamName": "Mini game V2 MINI",
"UpdateTime": "1760523666",
"UpdateUser": "murphypeng_app_mini"
}
],
"TotalCount": 1
},
"RequestId": "d4f66f0b-774a-4840-ae66-a567eb5a1657"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation.PackageAlreadyExpired | FailedOperation.PackageAlreadyExpired |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback