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

      Device Analysis (Legacy API - For Reference Only)

      POST
      /openapi/device/deviceAnalysis
      Legacy API for reference only. New integrations please use common aggregate query

      Request

      Body Params application/json

      Example
      {
          "platform": 5,
          "project_version": "1.101.37100.10.4.0",
          "scene": "Remote_Dam_Iris_Level1, Remote_Dam_Iris_Level2, Remote_Forrest_Level1, Remote_Forrest_Level2",
          "is_customize": true,
          "customize_arr": [
              {
                  "category": "画质",
                  "category_items": ["极高"]
              },
              {
                  "category": "帧率",
                  "category_items": ["无限制"]
              },
              {
                  "category": "Device tier",
                  "category_items": ["EPIC"]
              }
          ],
          "device_search":"All",
          "region": "world",
          "start": "2025-03-10 00:00:00",
          "end": "2025-03-10 00:00:00",
          "time_level": 2,
      
      }

      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/device/deviceAnalysis' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "platform": 5,
          "project_version": "1.101.37100.10.4.0",
          "scene": "Remote_Dam_Iris_Level1, Remote_Dam_Iris_Level2, Remote_Forrest_Level1, Remote_Forrest_Level2",
          "is_customize": true,
          "customize_arr": [
              {
                  "category": "画质",
                  "category_items": ["极高"]
              },
              {
                  "category": "帧率",
                  "category_items": ["无限制"]
              },
              {
                  "category": "Device tier",
                  "category_items": ["EPIC"]
              }
          ],
          "device_search":"All",
          "region": "world",
          "start": "2025-03-10 00:00:00",
          "end": "2025-03-10 00:00:00",
          "time_level": 2,
      
      }'

      Responses

      🟢200OK
      application/json
      Success
      Body

      Example
      {
          "property1": "string",
          "property2": "string"
      }
      Modified at 2025-12-30 07:52:51
      Previous
      Single Match Details
      Next
      Scene Aggregate Data (Legacy API - For Reference Only)
      Built with