CompSuite API
v2
  • v4
  • v3
  • v2
    CompSuite API
    v2
    • v4
    • v3
    • v2
    • List Competitions
      GET
    • List Performances
      GET
    • List Registered Groups
      GET

      List Performances

      GET
      /2018-03/performances
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.competitionsuite.com/2018-03/performances?c'
      Response Response Example
      200 - Result
      [  
         {
            "DivisionName":"Mic Test",
            "DivisionInitials":"MT",
            "Round":"1",
            "RoundName":"Round 1",
            "GroupName":"Crazy Canucks",
            "OrgGroupIdentifier":"",
            "TotalScore":"0.000",
            "Rank":1,
            "SubtotalScore":"0.000",
            "SubtotalRank":1,
            "Performed":true,
            "NoScoreReason":"",
            "Categories":[  
               {  
                  "Name":"General Effect",
                  "Score":"0.00",
                  "Rank":1,
                  "Captions":[  
                     {  
                        "JudgeFirstName":"Michael",
                        "JudgeLastName":"Gray",
                        "Name":"General Effect 1",
                        "Initials":"GE 1",
                        "Score":"0.00",
                        "Rank":1,
                        "Subcaptions":[  
                           {  
                              "Name":"Repertoire",
                              "Initials":"Rep",
                              "Score":"0",
                              "Rank":1
                           },
                           {  
                              "Name":"Performance",
                              "Initials":"Perf",
                              "Score":"0",
                              "Rank":1
                           }
                        ]
                     },
                     {  
                        "JudgeFirstName":"Mark",
                        "JudgeLastName":"McGahey",
                        "Name":"General Effect 1",
                        "Initials":"GE 1",
                        "Score":"0.00",
                        "Rank":1,
                        "Subcaptions":[  
                           {  
                              "Name":"Repertoire",
                              "Initials":"Rep",
                              "Score":"0",
                              "Rank":1
                           },
                           {  
                              "Name":"Performance",
                              "Initials":"Perf",
                              "Score":"0",
                              "Rank":1
                           }
                        ]
                     }
                  ]
               },
               {  
                  "Name":"Visual",
                  "Score":"0.00",
                  "Rank":1,
                  "Captions":[  
                     {  
                        "JudgeFirstName":"Michael",
                        "JudgeLastName":"Turner",
                        "Name":"Visual Proficiency",
                        "Initials":"VP",
                        "Score":"0.00",
                        "Rank":1,
                        "Subcaptions":[  
                           {  
                              "Name":"Content",
                              "Initials":"Cont",
                              "Score":"0",
                              "Rank":1
                           },
                           {  
                              "Name":"Achievement",
                              "Initials":"Achv",
                              "Score":"0",
                              "Rank":1
                           }
                        ]
                     }
                  ]
               }
            ]
         }
      ]

      Request

      Authorization
      OAuth 2.0
      or
      Query Params

      Responses

      🟢200OK
      application/json
      200
      Body

      🟠400Bad Request
      Modified at 2025-07-28 13:45:20
      Previous
      List Competitions
      Next
      List Registered Groups
      Built with