tencent cloud

APIs

DescribeMNGList

Focus Mode
Font Size
Last updated: 2026-04-22 16:22:58

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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

3. Output Parameters

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.

4. Example

Example1 DEMO

Input Example

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"
}

Output Example

{
    "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"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback