Perfsight2.0 英文版
    • Overall invocation description
    • Common Aggregate Data
      POST
    • Conditional Search
      POST
    • Get Custom Quality
      POST
    • Network Delay Data
      POST
    • Get Single Match KV Data
      POST
    • Single Match Details
      POST
    • Device Analysis (Legacy API - For Reference Only)
      POST
    • Scene Aggregate Data (Legacy API - For Reference Only)
      POST
    • User Detail Data Query (Legacy API - For Reference Only)
      POST

      Single Match Details

      POST
      /openapi/single/detail
      Get single match details, including overall performance data and second-level data such as FPS and CPU curves
      Example script: https://perfsight-docs-1258344700.cos.ap-nanjing.myqcloud.com/open/PS_Detail.py

      Request

      Body Params application/json

      Example
      {
          "username": "string",
          "Idstr": "string"
      }

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/openapi/single/detail' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "username": "string",
          "Idstr": "string"
      }'

      Responses

      🟢200OK
      application/json
      Success
      Body

      Example
      {
          "property1": "string",
          "property2": "string"
      }
      Modified at 2025-12-30 07:52:11
      Previous
      Get Single Match KV Data
      Next
      Device Analysis (Legacy API - For Reference Only)
      Built with