# Detailed Results Endpoint

This endpoint returns past fight’s per-round advanced statistics and post fight, these statistics can and should settle bets as they are verified official fight statistics.

This endpoint is updated every 10 seconds.The information is made available after every round and when the fight is finished.

## **Endpoint URLs**

| `https://dde-api.data.imgarena.com/mma/detailedresults` |
| ------------------------------------------------------- |

## **Required Headers**

| Key           | Value                                            |
| ------------- | ------------------------------------------------ |
| Accept        | application/vnd.imggaming.dde.api+json;version=1 |
| Content-Type  | application/json                                 |
| Authorization | Bearer eyvhaoudfgpdfgo\*                         |

## **Request Parameters**

| Parameter               | Description                                                        |
| ----------------------- | ------------------------------------------------------------------ |
| fightcard={fightcardId} | Detailed results for a given fight card                            |
| fight={fightId}         | Detailed results for a given fight                                 |
| fighter={fighterId}     | Detailed results for a specific fighter                            |
| org="ufc"               | Filter out results based on the organisation, can pass org = "ufc" |

The end point only takes into account one of these parameters at a time.

If no parameter is provided, then this returns statistics for all fights from the 5 most recent fight cards.

## **Response Model:**

| Field Name           | Type    | Description                                                                    |
| -------------------- | ------- | ------------------------------------------------------------------------------ |
| statistics           | object  | detailed information on the accumulative actions for the red and blue team     |
| result               | object  | detailed information on the result of the fight                                |
| fightScoringComplete | boolean | provides confirmation on whether the fight has been marked as official         |
| roundStatistics      | object  | provides detailed information on the actions which have occurred in each round |
| fightcardId          | integer | the ID of a fight card                                                         |
| redteam              | object  | basic information on the fighters in a fight                                   |
| date                 | string  | the date of the start of the fight                                             |
| blueteam             | object  | basic information on the fighters in a fight                                   |
| fightId              | integer | the ID of a fight                                                              |
| organisation         | string  | the organisation the fight is associated to, i,e UFC                           |

### statistics **object model**

| Field Name | Type   | Description                                      |
| ---------- | ------ | ------------------------------------------------ |
| redTeam    | object | contains total actions for the red team fighter  |
| blueTeam   | object | contains total actions for the blue team fighter |

### **Red Team Object:**

| Field Name                  | Type    | Description                                                                  |
| --------------------------- | ------- | ---------------------------------------------------------------------------- |
| totalStrikesLanded          | integer | the total number of strikes landed throughout the entire fight               |
| submissionsAttempted        | integer | the total number of submissions attempted in an entire fight                 |
| totalStrikesAttempted       | integer | the total number of strikes attempted throughout the entire fight            |
| sigBodyStrikesAttempted     | integer | the total number of significant body strikes attempted in a entire fight     |
| Knockdowns                  | integer | the total number of knockouts in a fight                                     |
| sigClinchStrikesAttempted   | integer | the total number of significant clinches attempted in a entire fight         |
| sigDistanceStrikesAttempted | integer | the total number of significant distance strikes attempted in a entire fight |
| sigDistanceStrikesLanded    | integer | the total number of significant distance strikes landed in a entire fight    |
| sigLegStrikesAttempted      | integer | the total number of significant leg strikes attempted in a entire fight      |
| sigHeadStrikesLanded        | integer | the total number of significant head strikes landed in a entire fight        |
| sigStrikeAccuracy           | Float   | Significant strike accuracy                                                  |
| takedownsAttempted          | integer | the total number of takedowns attempted                                      |
| ~~Passes~~                  | integer | the total number of passes attempted in a entire fight                       |
| sigBodyStrikesLanded        | integer | the total number of significant body strikes landed in a entire fight        |
| sigLegStrikesLanded         | integer | the total number of significant leg strikes landed in a entire fight         |
| sigStrikesAttempted         | integer | the total number of significant strikes attempted in a entire fight          |
| sigStrikesLanded            | integer | the total number of significant strikes landed in a entire fight             |
| sigHeadStrikesAttempted     | integer | the total number of significant head strikes attempted in a entire fight     |
| sigGroundStrikesAttempted   | integer | the total number of significant ground strikes attempted in a entire fight   |
| takedownsLanded             | integer | the total number of takedowns landed in a entire fight                       |
| sigGroundStrikesLanded      | integer | the total number of significant ground strikes landed in a entire fight      |
| reversals                   | integer | The total number of reversals in a fight                                     |
| takedownAccuracy            | float   | takedown accuracy throughout a fight                                         |
| sigClinchStrikeslanded      | integer | the total number of significant clinch strikes landed in a entire fight      |
| guardControlTime            | integer | the total time spent having guard control in seconds                         |
| miscGroundControlTime       | integer | the total time spent having Misc guard control in seconds                    |
| groundTime                  | integer | the total time spent having on ground in seconds                             |
| clinchKnockdowns            | integer |                                                                              |
| neutralTime                 | integer | the total time spent having in neutral in seconds                            |
| standingTime                | integer | the total time spent standing in seconds                                     |
| halfGuardControlTime        | integer | the total time spent having half guard control in seconds                    |
| distanceTime                | integer | the total distance time                                                      |
| backControlTime             | integer | the total time spent having back control in seconds                          |
| clinchTime                  | integer | the total time spent in clinch in seconds                                    |
| mountControlTime            | integer | the total time spent having mount control in seconds                         |
| controlTime                 | integer | the total control time n seconds                                             |
| totalKnockDowns             | integer | the total number of takedowns                                                |
| groundControlTime           | integer | the total time spent having ground control in seconds                        |

### **Blue Team Object:**

| Field Name                  | Type    | Description                                                                  |
| --------------------------- | ------- | ---------------------------------------------------------------------------- |
| totalStrikesLanded          | integer | the total number of strikes landed throughout the entire fight               |
| submissionsAttempted        | integer | the total number of submissions attempted in an entire fight                 |
| totalStrikesAttempted       | integer | the total number of strikes attempted throughout the entire fight            |
| sigBodyStrikesAttempted     | integer | the total number of significant body strikes attempted in a entire fight     |
| Knockdowns                  | integer | the total number of knockouts in a fight                                     |
| sigClinchStrikesAttempted   | integer | the total number of significant clinches attempted in a entire fight         |
| sigDistanceStrikesAttempted | integer | the total number of significant distance strikes attempted in a entire fight |
| sigDistanceStrikesLanded    | integer | the total number of significant distance strikes landed in a entire fight    |
| sigLegStrikesAttempted      | integer | the total number of significant leg strikes attempted in a entire fight      |
| sigHeadStrikesLanded        | integer | the total number of significant head strikes landed in a entire fight        |
| sigStrikeAccuracy           | Float   | Significant strike accuracy                                                  |
| takedownsAttempted          | integer | the total number of takedowns attempted                                      |
| ~~Passes~~                  | integer | the total number of passes attempted in a entire fight                       |
| sigBodyStrikesLanded        | integer | the total number of significant body strikes landed in a entire fight        |
| sigLegStrikesLanded         | integer | the total number of significant leg strikes landed in a entire fight         |
| sigStrikesAttempted         | integer | the total number of significant strikes attempted in a entire fight          |
| sigStrikesLanded            | integer | the total number of significant strikes landed in a entire fight             |
| sigHeadStrikesAttempted     | integer | the total number of significant head strikes attempted in a entire fight     |
| sigGroundStrikesAttempted   | integer | the total number of significant ground strikes attempted in a entire fight   |
| takedownsLanded             | integer | the total number of takedowns landed in a entire fight                       |
| sigGroundStrikesLanded      | integer | the total number of significant ground strikes landed in a entire fight      |
| reversals                   | integer | The total number of reversals in a fight                                     |
| takedownAccuracy            | float   | takedown accuracy throughout a fight                                         |
| sigClinchStrikeslanded      | integer | the total number of significant clinch strikes landed in a entire fight      |
| guardControlTime            | integer | the total time spent having guard control in seconds                         |
| miscGroundControlTime       | integer | the total time spent having Misc guard control in seconds                    |
| groundTime                  | integer | the total time spent having on ground in seconds                             |
| clinchKnockdowns            | integer |                                                                              |
| neutralTime                 | integer | the total time spent having in neutral in seconds                            |
| standingTime                | integer | the total time spent standing in seconds                                     |
| halfGuardControlTime        | integer | the total time spent having half guard control in seconds                    |
| distanceTime                | integer | the total distance time                                                      |
| backControlTime             | integer | the total time spent having back control in seconds                          |
| clinchTime                  | integer | the total time spent in clinch in seconds                                    |
| mountControlTime            | integer | the total time spent having mount control in seconds                         |
| controlTime                 | integer | the total control time n seconds                                             |
| totalKnockDowns             | integer | the total number of takedowns                                                |
| groundControlTime           | integer | the total time spent having ground control in seconds                        |

### Result Object

| Field Name    | Type   | Description                                                                                                                                                                             |
| ------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| winner        | string | The corner that won the fight (if applicable)                                                                                                                                           |
| method        | string | The method of the result. Possible values; KO/TKO, Submission, Decision – Unanimous, Decision – Split, Decision – Majority, TKO – Doctor’s Stoppage, DQ, Overturned, Could Not Continue |
| methodDetails | object | Depending on the method returned, further method information will be returned within this object                                                                                        |

### Method Details Object

| Field Name          | Type    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| endingTargetDetails | string  | If method is KO/TKO, info returned in this field. Null if not. Possible values; Head, Body, Leg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| endingPosition      | string  | If method is KO/TKO or Submission, info returned in this field. Null if not. Possible values; At Distance, In Clinch, On Ground, From Guard, From Half Guard, From Side Control, From Mount, From Back Control, From Bottom Guard, From Bottom Half Guard, From Bottom Side Control, From Bottom Mount, From Bottom Back Control, From North South, From Front Headlock, From Whizzer, After Drop to Guard, After Drop to Half Guard, After Drop to Ground, From Inoki-Ali Position, From Bottom, From Crucifix, Flying Armbar, From Scissor Takedown, Flying Triangle, Standing, Standing Back Control |
| endingTime          | string  | The time in the ending round in which the fight was stopped. \* note that this may not always be the same date as the fight starts on                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| fightScores         | object  | If method contains “decision”, this object will contain the scores of the judges for both teams.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| submissionDetails   | string  | If Method is submission, info returned in this field. Null if not. Possible values; Armbar, Kimura, Keylock, Kneebar, Ankle Lock, Heel Hook, Toe Hold, Omoplata, Neck Crank, Other – Lock, Rear Naked Choke, Triangle Choke, Guillotine Choke, Arm Triangle, Anaconda Choke, Peruvian Necktie, D’Arce Choke, Gi Choke, Gogo Plata, Other – Choke, Strikes, Injury, Other, North-South Choke, Hammerlock, Forearm Choke                                                                                                                                                                                  |
| endingRound         | integer | the round in which the fight ended on                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| endingStrikeDetails | string  | If Method is KO/TKO or Submission (from strikes), info returned in this field. Null if not. Possible values; Punch, Punches, Elbow, Elbows, Knee, Knees, Kick, Kicks, Stomp, Stomps, Headbutt, Headbutts, Spinning Back Fist, Spinning Back Kick, Flying Knee, Slam                                                                                                                                                                                                                                                                                                                                     |

### **Fightscore Object**

| Field Name         | Type        | Description                                                          |
| ------------------ | ----------- | -------------------------------------------------------------------- |
| **`winnerScores`** | **`array`** | **`detailed information provided on the fight score of the winner`** |
| **`loserscores`**  | **`array`** | **`detailed information provided on the fight score of the loser`**  |

### **RoundStatistics Objects:**

| Field Name | Type   | Description                          |
| ---------- | ------ | ------------------------------------ |
| 4          | object | object containing details on round 4 |
| 5          | object | object containing details on round 5 |
| 1          | object | object containing details on round 1 |
| 2          | object | object containing details on round 2 |
| 3          | object | object containing details on round 3 |

### **Round 4,5,1,2 or 3 Objects:**

| Field Name           | Type    | Description                                  |
| -------------------- | ------- | -------------------------------------------- |
| redTeam              | object  | object containing details on round 4         |
| blueTeam             | object  | object containing details on round 5         |
| roundScoringComplete | boolean | indicated that the round scoring is official |

### **RoundStatistics - redTeam Object**

| Field Name                  | Type    | Description                                                                  |
| --------------------------- | ------- | ---------------------------------------------------------------------------- |
| totalStrikesLanded          | integer | the total number of strikes landed throughout the entire fight               |
| submissionsAttempted        | integer | the total number of submissions attempted in an entire fight                 |
| totalStrikesAttempted       | integer | the total number of strikes attempted throughout the entire fight            |
| sigBodyStrikesAttempted     | integer | the total number of significant body strikes attempted in a entire fight     |
| Knockdowns                  | integer | the total number of knockouts in a fight                                     |
| sigClinchStrikesAttempted   | integer | the total number of significant clinches attempted in a entire fight         |
| sigDistanceStrikesAttempted | integer | the total number of significant distance strikes attempted in a entire fight |
| sigDistanceStrikesLanded    | integer | the total number of significant distance strikes landed in a entire fight    |
| sigLegStrikesAttempted      | integer | the total number of significant leg strikes attempted in a entire fight      |
| sigHeadStrikesLanded        | integer | the total number of significant head strikes landed in a entire fight        |
| sigStrikeAccuracy           | Float   | Significant strike accuracy                                                  |
| takedownsAttempted          | integer | the total number of takedowns attempted                                      |
| ~~Passes~~                  | integer | the total number of passes attempted in a entire fight                       |
| sigBodyStrikesLanded        | integer | the total number of significant body strikes landed in a entire fight        |
| sigLegStrikesLanded         | integer | the total number of significant leg strikes landed in a entire fight         |
| sigStrikesAttempted         | integer | the total number of significant strikes attempted in a entire fight          |
| sigStrikesLanded            | integer | the total number of significant strikes landed in a entire fight             |
| sigHeadStrikesAttempted     | integer | the total number of significant head strikes attempted in a entire fight     |
| sigGroundStrikesAttempted   | integer | the total number of significant ground strikes attempted in a entire fight   |
| takedownsLanded             | integer | the total number of takedowns landed in a entire fight                       |
| sigGroundStrikesLanded      | integer | the total number of significant ground strikes landed in a entire fight      |
| reversals                   | integer | The total number of reversals in a fight                                     |
| takedownAccuracy            | float   | takedown accuracy throughout a fight                                         |
| sigClinchStrikeslanded      | integer | the total number of significant clinch strikes landed in a entire fight      |
| guardControlTime            | integer | the total time spent having guard control in seconds                         |
| miscGroundControlTime       | integer | the total time spent having Misc guard control in seconds                    |
| groundTime                  | integer | the total time spent having on ground in seconds                             |
| clinchKnockdowns            | integer |                                                                              |
| neutralTime                 | integer | the total time spent having in neutral in seconds                            |
| standingTime                | integer | the total time spent standing in seconds                                     |
| halfGuardControlTime        | integer | the total time spent having half guard control in seconds                    |
| distanceTime                | integer | the total distance time                                                      |
| backControlTime             | integer | the total time spent having back control in seconds                          |
| clinchTime                  | integer | the total time spent in clinch in seconds                                    |
| mountControlTime            | integer | the total time spent having mount control in seconds                         |
| controlTime                 | integer | the total control time n seconds                                             |
| totalKnockDowns             | integer | the total number of takedowns                                                |
| groundControlTime           | integer | the total time spent having ground control in seconds                        |

### **RoundStatistics - blueTeam Object**

| Field Name                  | Type    | Description                                                                  |
| --------------------------- | ------- | ---------------------------------------------------------------------------- |
| totalStrikesLanded          | integer | the total number of strikes landed throughout the entire fight               |
| submissionsAttempted        | integer | the total number of submissions attempted in an entire fight                 |
| totalStrikesAttempted       | integer | the total number of strikes attempted throughout the entire fight            |
| sigBodyStrikesAttempted     | integer | the total number of significant body strikes attempted in a entire fight     |
| Knockdowns                  | integer | the total number of knockouts in a fight                                     |
| sigClinchStrikesAttempted   | integer | the total number of significant clinches attempted in a entire fight         |
| sigDistanceStrikesAttempted | integer | the total number of significant distance strikes attempted in a entire fight |
| sigDistanceStrikesLanded    | integer | the total number of significant distance strikes landed in a entire fight    |
| sigLegStrikesAttempted      | integer | the total number of significant leg strikes attempted in a entire fight      |
| sigHeadStrikesLanded        | integer | the total number of significant head strikes landed in a entire fight        |
| sigStrikeAccuracy           | Float   | Significant strike accuracy                                                  |
| takedownsAttempted          | integer | the total number of takedowns attempted                                      |
| ~~Passes~~                  | integer | the total number of passes attempted in a entire fight                       |
| sigBodyStrikesLanded        | integer | the total number of significant body strikes landed in a entire fight        |
| sigLegStrikesLanded         | integer | the total number of significant leg strikes landed in a entire fight         |
| sigStrikesAttempted         | integer | the total number of significant strikes attempted in a entire fight          |
| sigStrikesLanded            | integer | the total number of significant strikes landed in a entire fight             |
| sigHeadStrikesAttempted     | integer | the total number of significant head strikes attempted in a entire fight     |
| sigGroundStrikesAttempted   | integer | the total number of significant ground strikes attempted in a entire fight   |
| takedownsLanded             | integer | the total number of takedowns landed in a entire fight                       |
| sigGroundStrikesLanded      | integer | the total number of significant ground strikes landed in a entire fight      |
| reversals                   | integer | The total number of reversals in a fight                                     |
| takedownAccuracy            | float   | takedown accuracy throughout a fight                                         |
| sigClinchStrikeslanded      | integer | the total number of significant clinch strikes landed in a entire fight      |
| guardControlTime            | integer | the total time spent having guard control in seconds                         |
| miscGroundControlTime       | integer | the total time spent having Misc guard control in seconds                    |
| groundTime                  | integer | the total time spent having on ground in seconds                             |
| clinchKnockdowns            | integer |                                                                              |
| neutralTime                 | integer | the total time spent having in neutral in seconds                            |
| standingTime                | integer | the total time spent standing in seconds                                     |
| halfGuardControlTime        | integer | the total time spent having half guard control in seconds                    |
| distanceTime                | integer | the total distance time                                                      |
| backControlTime             | integer | the total time spent having back control in seconds                          |
| clinchTime                  | integer | the total time spent in clinch in seconds                                    |
| mountControlTime            | integer | the total time spent having mount control in seconds                         |
| controlTime                 | integer | the total control time n seconds                                             |
| totalKnockDowns             | integer | the total number of takedowns                                                |
| groundControlTime           | integer | the total time spent having ground control in seconds                        |

## Red Team

| **F**ield Name | Type   | Description                                                                  |
| -------------- | ------ | ---------------------------------------------------------------------------- |
| fighter1       | object | information on the fighter 1 within the team (In all ufc fights this is 1:1) |

## Blue Team

| **F**ield Name | Type   | Description                                                                  |
| -------------- | ------ | ---------------------------------------------------------------------------- |
| fighter1       | object | information on the fighter 1 within the team (In all ufc fights this is 1:1) |

## Fighter 1 Object

| **F**ield Name | Type    | Description                   |
| -------------- | ------- | ----------------------------- |
| firstName      | string  | the first name of the fighter |
| lastName       | string  | the last name of the fighter  |
| fighterId      | integer | the ID of the fighter         |

## Sample Response

```
[
  {
    "organisation": "UFC",
    "statistics": {
      "redTeam": {
        "guardControlTime": 0,
        "miscGroundControlTime": 29,
        "groundTime": 29,
        "sigDistanceStrikesLanded": 46,
        "clinchKnockdowns": 0,
        "sigStrikesLanded": 61,
        "neutralTime": 707,
        "sigHeadStrikesAttempted": 95,
        "standingTime": 707,
        "halfGuardControlTime": 0,
        "sigGroundStrikesLanded": 6,
        "reversals": 0,
        "totalStrikesLanded": 62,
        "distanceTime": 689,
        "submissionsAttempted": 0,
        "backControlTime": 0,
        "totalStrikesAttempted": 119,
        "clinchTime": 18,
        "sigBodyStrikesAttempted": 17,
        "knockDowns": 0,
        "mountControlTime": 0,
        "sigClinchStrikesAttempted": 15,
        "sigDistanceStrikesAttempted": 94,
        "sigLegStrikesAttempted": 3,
        "sideControlTime": 0,
        "sigHeadStrikesLanded": 47,
        "controlTime": 29,
        "sigStrikeAccuracy": 53.04,
        "takedownsAttempted": 1,
        "sigBodyStrikesLanded": 11,
        "sigLegStrikesLanded": 3,
        "sigStrikesAttempted": 115,
        "sigGroundStrikesAttempted": 6,
        "totalKnockDowns": 0,
        "takedownsLanded": 0,
        "groundControlTime": 29,
        "takedownAccuracy": 0,
        "sigClinchStrikesLanded": 9
      },
      "blueTeam": {
        "guardControlTime": 0,
        "miscGroundControlTime": 0,
        "groundTime": 29,
        "sigDistanceStrikesLanded": 38,
        "clinchKnockdowns": 0,
        "sigStrikesLanded": 40,
        "neutralTime": 707,
        "sigHeadStrikesAttempted": 55,
        "standingTime": 707,
        "halfGuardControlTime": 0,
        "sigGroundStrikesLanded": 0,
        "reversals": 0,
        "totalStrikesLanded": 40,
        "distanceTime": 689,
        "submissionsAttempted": 0,
        "backControlTime": 0,
        "totalStrikesAttempted": 81,
        "clinchTime": 18,
        "sigBodyStrikesAttempted": 17,
        "knockDowns": 0,
        "mountControlTime": 0,
        "sigClinchStrikesAttempted": 3,
        "sigDistanceStrikesAttempted": 77,
        "sigLegStrikesAttempted": 8,
        "sideControlTime": 0,
        "sigHeadStrikesLanded": 19,
        "controlTime": 0,
        "sigStrikeAccuracy": 50,
        "takedownsAttempted": 6,
        "sigBodyStrikesLanded": 13,
        "sigLegStrikesLanded": 8,
        "sigStrikesAttempted": 80,
        "sigGroundStrikesAttempted": 0,
        "totalKnockDowns": 0,
        "takedownsLanded": 0,
        "groundControlTime": 0,
        "takedownAccuracy": 0,
        "sigClinchStrikesLanded": 2
      }
    },
    "roundStatistics": {
      "1": {
        "redTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 0,
          "sigDistanceStrikesLanded": 19,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 19,
          "neutralTime": 300,
          "sigHeadStrikesAttempted": 33,
          "standingTime": 300,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 20,
          "distanceTime": 297,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 43,
          "clinchTime": 3,
          "sigBodyStrikesAttempted": 6,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 0,
          "sigDistanceStrikesAttempted": 40,
          "sigLegStrikesAttempted": 1,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 15,
          "controlTime": 0,
          "sigStrikeAccuracy": 47.5,
          "takedownsAttempted": 0,
          "sigBodyStrikesLanded": 3,
          "sigLegStrikesLanded": 1,
          "sigStrikesAttempted": 40,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 0
        },
        "blueTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 0,
          "sigDistanceStrikesLanded": 14,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 14,
          "neutralTime": 300,
          "sigHeadStrikesAttempted": 20,
          "standingTime": 300,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 14,
          "distanceTime": 297,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 28,
          "clinchTime": 3,
          "sigBodyStrikesAttempted": 7,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 1,
          "sigDistanceStrikesAttempted": 27,
          "sigLegStrikesAttempted": 1,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 7,
          "controlTime": 0,
          "sigStrikeAccuracy": 50,
          "takedownsAttempted": 1,
          "sigBodyStrikesLanded": 6,
          "sigLegStrikesLanded": 1,
          "sigStrikesAttempted": 28,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 0
        },
        "roundScoringComplete": true
      },
      "2": {
        "redTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 0,
          "sigDistanceStrikesLanded": 14,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 14,
          "neutralTime": 300,
          "sigHeadStrikesAttempted": 23,
          "standingTime": 300,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 14,
          "distanceTime": 298,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 28,
          "clinchTime": 2,
          "sigBodyStrikesAttempted": 2,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 0,
          "sigDistanceStrikesAttempted": 27,
          "sigLegStrikesAttempted": 2,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 10,
          "controlTime": 0,
          "sigStrikeAccuracy": 51.85,
          "takedownsAttempted": 1,
          "sigBodyStrikesLanded": 2,
          "sigLegStrikesLanded": 2,
          "sigStrikesAttempted": 27,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 0
        },
        "blueTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 0,
          "sigDistanceStrikesLanded": 17,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 18,
          "neutralTime": 300,
          "sigHeadStrikesAttempted": 27,
          "standingTime": 300,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 18,
          "distanceTime": 298,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 40,
          "clinchTime": 2,
          "sigBodyStrikesAttempted": 8,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 1,
          "sigDistanceStrikesAttempted": 39,
          "sigLegStrikesAttempted": 5,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 7,
          "controlTime": 0,
          "sigStrikeAccuracy": 45,
          "takedownsAttempted": 1,
          "sigBodyStrikesLanded": 6,
          "sigLegStrikesLanded": 5,
          "sigStrikesAttempted": 40,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 1
        },
        "roundScoringComplete": true
      },
      "3": {
        "redTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 29,
          "groundTime": 29,
          "sigDistanceStrikesLanded": 13,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 28,
          "neutralTime": 107,
          "sigHeadStrikesAttempted": 39,
          "standingTime": 107,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 6,
          "reversals": 0,
          "totalStrikesLanded": 28,
          "distanceTime": 94,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 48,
          "clinchTime": 13,
          "sigBodyStrikesAttempted": 9,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 15,
          "sigDistanceStrikesAttempted": 27,
          "sigLegStrikesAttempted": 0,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 22,
          "controlTime": 29,
          "sigStrikeAccuracy": 58.33,
          "takedownsAttempted": 0,
          "sigBodyStrikesLanded": 6,
          "sigLegStrikesLanded": 0,
          "sigStrikesAttempted": 48,
          "sigGroundStrikesAttempted": 6,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 29,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 9
        },
        "blueTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 29,
          "sigDistanceStrikesLanded": 7,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 8,
          "neutralTime": 107,
          "sigHeadStrikesAttempted": 8,
          "standingTime": 107,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 8,
          "distanceTime": 94,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 13,
          "clinchTime": 13,
          "sigBodyStrikesAttempted": 2,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 1,
          "sigDistanceStrikesAttempted": 11,
          "sigLegStrikesAttempted": 2,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 5,
          "controlTime": 0,
          "sigStrikeAccuracy": 66.67,
          "takedownsAttempted": 4,
          "sigBodyStrikesLanded": 1,
          "sigLegStrikesLanded": 2,
          "sigStrikesAttempted": 12,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 1
        },
        "roundScoringComplete": true
      }
    },
    "fightcardId": 1525,
    "redTeam": {
      "fighter1": {
        "firstName": "Manel",
        "lastName": "Kape",
        "fighterId": 238
      }
    },
    "date": "2025-03-01",
    "blueTeam": {
      "fighter1": {
        "firstName": "Asu",
        "lastName": "Almabayev",
        "fighterId": 4057
      }
    },
    "fightId": 8921,
    "fightScoringComplete": true,
    "result": {
      "winner": "red",
      "method": "ko",
      "methodDetails": {
        "endingTargetDetails": "head",
        "endingPosition": "at distance",
        "submissionDetails": null,
        "endingTime": "02:16",
        "fightScores": {
          "winnerScores": [],
          "loserScores": []
        },
        "endingRound": 3,
        "endingStrikeDetails": "punches"
      }
    }
  },
  {
    "organisation": "UFC",
    "statistics": {
      "redTeam": {
        "guardControlTime": 0,
        "miscGroundControlTime": 48,
        "groundTime": 51,
        "sigDistanceStrikesLanded": 34,
        "clinchKnockdowns": 0,
        "sigStrikesLanded": 44,
        "neutralTime": 207,
        "sigHeadStrikesAttempted": 71,
        "standingTime": 234,
        "halfGuardControlTime": 0,
        "sigGroundStrikesLanded": 5,
        "reversals": 0,
        "totalStrikesLanded": 68,
        "distanceTime": 204,
        "submissionsAttempted": 0,
        "backControlTime": 0,
        "totalStrikesAttempted": 106,
        "clinchTime": 30,
        "sigBodyStrikesAttempted": 2,
        "knockDowns": 1,
        "mountControlTime": 0,
        "sigClinchStrikesAttempted": 8,
        "sigDistanceStrikesAttempted": 65,
        "sigLegStrikesAttempted": 6,
        "sideControlTime": 0,
        "sigHeadStrikesLanded": 39,
        "controlTime": 48,
        "sigStrikeAccuracy": 55.7,
        "takedownsAttempted": 1,
        "sigBodyStrikesLanded": 1,
        "sigLegStrikesLanded": 4,
        "sigStrikesAttempted": 79,
        "sigGroundStrikesAttempted": 6,
        "totalKnockDowns": 1,
        "takedownsLanded": 0,
        "groundControlTime": 48,
        "takedownAccuracy": 0,
        "sigClinchStrikesLanded": 5
      },
      "blueTeam": {
        "guardControlTime": 0,
        "miscGroundControlTime": 3,
        "groundTime": 51,
        "sigDistanceStrikesLanded": 24,
        "clinchKnockdowns": 0,
        "sigStrikesLanded": 37,
        "neutralTime": 207,
        "sigHeadStrikesAttempted": 64,
        "standingTime": 234,
        "halfGuardControlTime": 0,
        "sigGroundStrikesLanded": 0,
        "reversals": 0,
        "totalStrikesLanded": 53,
        "distanceTime": 204,
        "submissionsAttempted": 1,
        "backControlTime": 0,
        "totalStrikesAttempted": 96,
        "clinchTime": 30,
        "sigBodyStrikesAttempted": 8,
        "knockDowns": 0,
        "mountControlTime": 0,
        "sigClinchStrikesAttempted": 22,
        "sigDistanceStrikesAttempted": 51,
        "sigLegStrikesAttempted": 1,
        "sideControlTime": 0,
        "sigHeadStrikesLanded": 31,
        "controlTime": 30,
        "sigStrikeAccuracy": 50.68,
        "takedownsAttempted": 0,
        "sigBodyStrikesLanded": 5,
        "sigLegStrikesLanded": 1,
        "sigStrikesAttempted": 73,
        "sigGroundStrikesAttempted": 0,
        "totalKnockDowns": 0,
        "takedownsLanded": 0,
        "groundControlTime": 3,
        "takedownAccuracy": 0,
        "sigClinchStrikesLanded": 13
      }
    },
    "roundStatistics": {
      "1": {
        "redTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 48,
          "groundTime": 51,
          "sigDistanceStrikesLanded": 34,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 44,
          "neutralTime": 207,
          "sigHeadStrikesAttempted": 71,
          "standingTime": 234,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 5,
          "reversals": 0,
          "totalStrikesLanded": 68,
          "distanceTime": 204,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 106,
          "clinchTime": 30,
          "sigBodyStrikesAttempted": 2,
          "knockDowns": 1,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 8,
          "sigDistanceStrikesAttempted": 65,
          "sigLegStrikesAttempted": 6,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 39,
          "controlTime": 48,
          "sigStrikeAccuracy": 55.7,
          "takedownsAttempted": 1,
          "sigBodyStrikesLanded": 1,
          "sigLegStrikesLanded": 4,
          "sigStrikesAttempted": 79,
          "sigGroundStrikesAttempted": 6,
          "totalKnockDowns": 1,
          "takedownsLanded": 0,
          "groundControlTime": 48,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 5
        },
        "blueTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 3,
          "groundTime": 51,
          "sigDistanceStrikesLanded": 24,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 37,
          "neutralTime": 207,
          "sigHeadStrikesAttempted": 64,
          "standingTime": 234,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 53,
          "distanceTime": 204,
          "submissionsAttempted": 1,
          "backControlTime": 0,
          "totalStrikesAttempted": 96,
          "clinchTime": 30,
          "sigBodyStrikesAttempted": 8,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 22,
          "sigDistanceStrikesAttempted": 51,
          "sigLegStrikesAttempted": 1,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 31,
          "controlTime": 30,
          "sigStrikeAccuracy": 50.68,
          "takedownsAttempted": 0,
          "sigBodyStrikesLanded": 5,
          "sigLegStrikesLanded": 1,
          "sigStrikesAttempted": 73,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 3,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 13
        },
        "roundScoringComplete": true
      }
    },
    "fightcardId": 1525,
    "redTeam": {
      "fighter1": {
        "firstName": "Cody",
        "lastName": "Brundage",
        "fighterId": 1871
      }
    },
    "date": "2025-03-01",
    "blueTeam": {
      "fighter1": {
        "firstName": "Julian",
        "lastName": "Marquez",
        "fighterId": 44
      }
    },
    "fightId": 8903,
    "fightScoringComplete": true,
    "result": {
      "winner": "red",
      "method": "ko",
      "methodDetails": {
        "endingTargetDetails": "head",
        "endingPosition": "on ground",
        "submissionDetails": null,
        "endingTime": "04:45",
        "fightScores": {
          "winnerScores": [],
          "loserScores": []
        },
        "endingRound": 1,
        "endingStrikeDetails": "punches"
      }
    }
  },
  {
    "organisation": "UFC",
    "statistics": {
      "redTeam": {
        "guardControlTime": 0,
        "miscGroundControlTime": 49,
        "groundTime": 49,
        "sigDistanceStrikesLanded": 134,
        "clinchKnockdowns": 0,
        "sigStrikesLanded": 135,
        "neutralTime": 851,
        "sigHeadStrikesAttempted": 233,
        "standingTime": 851,
        "halfGuardControlTime": 0,
        "sigGroundStrikesLanded": 0,
        "reversals": 0,
        "totalStrikesLanded": 135,
        "distanceTime": 845,
        "submissionsAttempted": 0,
        "backControlTime": 0,
        "totalStrikesAttempted": 273,
        "clinchTime": 6,
        "sigBodyStrikesAttempted": 34,
        "knockDowns": 0,
        "mountControlTime": 0,
        "sigClinchStrikesAttempted": 1,
        "sigDistanceStrikesAttempted": 272,
        "sigLegStrikesAttempted": 6,
        "sideControlTime": 0,
        "sigHeadStrikesLanded": 103,
        "controlTime": 49,
        "sigStrikeAccuracy": 49.45,
        "takedownsAttempted": 5,
        "sigBodyStrikesLanded": 26,
        "sigLegStrikesLanded": 6,
        "sigStrikesAttempted": 273,
        "sigGroundStrikesAttempted": 0,
        "totalKnockDowns": 0,
        "takedownsLanded": 1,
        "groundControlTime": 49,
        "takedownAccuracy": 20,
        "sigClinchStrikesLanded": 1
      },
      "blueTeam": {
        "guardControlTime": 0,
        "miscGroundControlTime": 0,
        "groundTime": 49,
        "sigDistanceStrikesLanded": 147,
        "clinchKnockdowns": 0,
        "sigStrikesLanded": 147,
        "neutralTime": 851,
        "sigHeadStrikesAttempted": 395,
        "standingTime": 851,
        "halfGuardControlTime": 0,
        "sigGroundStrikesLanded": 0,
        "reversals": 0,
        "totalStrikesLanded": 149,
        "distanceTime": 845,
        "submissionsAttempted": 0,
        "backControlTime": 0,
        "totalStrikesAttempted": 436,
        "clinchTime": 6,
        "sigBodyStrikesAttempted": 27,
        "knockDowns": 0,
        "mountControlTime": 0,
        "sigClinchStrikesAttempted": 0,
        "sigDistanceStrikesAttempted": 433,
        "sigLegStrikesAttempted": 11,
        "sideControlTime": 0,
        "sigHeadStrikesLanded": 120,
        "controlTime": 0,
        "sigStrikeAccuracy": 33.95,
        "takedownsAttempted": 0,
        "sigBodyStrikesLanded": 17,
        "sigLegStrikesLanded": 10,
        "sigStrikesAttempted": 433,
        "sigGroundStrikesAttempted": 0,
        "totalKnockDowns": 0,
        "takedownsLanded": 0,
        "groundControlTime": 0,
        "takedownAccuracy": 0,
        "sigClinchStrikesLanded": 0
      }
    },
    "roundStatistics": {
      "1": {
        "redTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 0,
          "sigDistanceStrikesLanded": 33,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 33,
          "neutralTime": 300,
          "sigHeadStrikesAttempted": 50,
          "standingTime": 300,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 33,
          "distanceTime": 300,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 64,
          "clinchTime": 0,
          "sigBodyStrikesAttempted": 13,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 0,
          "sigDistanceStrikesAttempted": 64,
          "sigLegStrikesAttempted": 1,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 21,
          "controlTime": 0,
          "sigStrikeAccuracy": 51.56,
          "takedownsAttempted": 0,
          "sigBodyStrikesLanded": 11,
          "sigLegStrikesLanded": 1,
          "sigStrikesAttempted": 64,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 0
        },
        "blueTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 0,
          "sigDistanceStrikesLanded": 36,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 36,
          "neutralTime": 300,
          "sigHeadStrikesAttempted": 94,
          "standingTime": 300,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 36,
          "distanceTime": 300,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 107,
          "clinchTime": 0,
          "sigBodyStrikesAttempted": 7,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 0,
          "sigDistanceStrikesAttempted": 107,
          "sigLegStrikesAttempted": 6,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 28,
          "controlTime": 0,
          "sigStrikeAccuracy": 33.64,
          "takedownsAttempted": 0,
          "sigBodyStrikesLanded": 3,
          "sigLegStrikesLanded": 5,
          "sigStrikesAttempted": 107,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 0
        },
        "roundScoringComplete": true
      },
      "2": {
        "redTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 0,
          "sigDistanceStrikesLanded": 49,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 49,
          "neutralTime": 300,
          "sigHeadStrikesAttempted": 91,
          "standingTime": 300,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 49,
          "distanceTime": 300,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 104,
          "clinchTime": 0,
          "sigBodyStrikesAttempted": 11,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 0,
          "sigDistanceStrikesAttempted": 104,
          "sigLegStrikesAttempted": 2,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 39,
          "controlTime": 0,
          "sigStrikeAccuracy": 47.12,
          "takedownsAttempted": 0,
          "sigBodyStrikesLanded": 8,
          "sigLegStrikesLanded": 2,
          "sigStrikesAttempted": 104,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 0
        },
        "blueTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 0,
          "sigDistanceStrikesLanded": 62,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 62,
          "neutralTime": 300,
          "sigHeadStrikesAttempted": 170,
          "standingTime": 300,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 62,
          "distanceTime": 300,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 183,
          "clinchTime": 0,
          "sigBodyStrikesAttempted": 10,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 0,
          "sigDistanceStrikesAttempted": 183,
          "sigLegStrikesAttempted": 3,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 53,
          "controlTime": 0,
          "sigStrikeAccuracy": 33.88,
          "takedownsAttempted": 0,
          "sigBodyStrikesLanded": 6,
          "sigLegStrikesLanded": 3,
          "sigStrikesAttempted": 183,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 0
        },
        "roundScoringComplete": true
      },
      "3": {
        "redTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 49,
          "groundTime": 49,
          "sigDistanceStrikesLanded": 52,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 53,
          "neutralTime": 251,
          "sigHeadStrikesAttempted": 92,
          "standingTime": 251,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 53,
          "distanceTime": 245,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 105,
          "clinchTime": 6,
          "sigBodyStrikesAttempted": 10,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 1,
          "sigDistanceStrikesAttempted": 104,
          "sigLegStrikesAttempted": 3,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 43,
          "controlTime": 49,
          "sigStrikeAccuracy": 50.48,
          "takedownsAttempted": 5,
          "sigBodyStrikesLanded": 7,
          "sigLegStrikesLanded": 3,
          "sigStrikesAttempted": 105,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 1,
          "groundControlTime": 49,
          "takedownAccuracy": 20,
          "sigClinchStrikesLanded": 1
        },
        "blueTeam": {
          "guardControlTime": 0,
          "miscGroundControlTime": 0,
          "groundTime": 49,
          "sigDistanceStrikesLanded": 49,
          "clinchKnockdowns": 0,
          "sigStrikesLanded": 49,
          "neutralTime": 251,
          "sigHeadStrikesAttempted": 131,
          "standingTime": 251,
          "halfGuardControlTime": 0,
          "sigGroundStrikesLanded": 0,
          "reversals": 0,
          "totalStrikesLanded": 51,
          "distanceTime": 245,
          "submissionsAttempted": 0,
          "backControlTime": 0,
          "totalStrikesAttempted": 146,
          "clinchTime": 6,
          "sigBodyStrikesAttempted": 10,
          "knockDowns": 0,
          "mountControlTime": 0,
          "sigClinchStrikesAttempted": 0,
          "sigDistanceStrikesAttempted": 143,
          "sigLegStrikesAttempted": 2,
          "sideControlTime": 0,
          "sigHeadStrikesLanded": 39,
          "controlTime": 0,
          "sigStrikeAccuracy": 34.27,
          "takedownsAttempted": 0,
          "sigBodyStrikesLanded": 8,
          "sigLegStrikesLanded": 2,
          "sigStrikesAttempted": 143,
          "sigGroundStrikesAttempted": 0,
          "totalKnockDowns": 0,
          "takedownsLanded": 0,
          "groundControlTime": 0,
          "takedownAccuracy": 0,
          "sigClinchStrikesLanded": 0
        },
        "roundScoringComplete": true
      }
    },
    "fightcardId": 1525,
    "redTeam": {
      "fighter1": {
        "firstName": "Nasrat",
        "lastName": "Haqparast",
        "fighterId": 914
      }
    },
    "date": "2025-03-01",
    "blueTeam": {
      "fighter1": {
        "firstName": "Esteban",
        "lastName": "Ribovics",
        "fighterId": 3687
      }
    },
    "fightId": 8862,
    "fightScoringComplete": true,
    "result": {
      "winner": "red",
      "method": "splitdecision",
      "methodDetails": {
        "endingTargetDetails": null,
        "endingPosition": null,
        "submissionDetails": null,
        "endingTime": "05:00",
        "fightScores": {
          "winnerScores": [
            {
              "judgeFirstName": "Sal",
              "judgeLastName": "D'amato",
              "score": 29
            },
            {
              "judgeFirstName": "Chris",
              "judgeLastName": "Lee",
              "score": 28
            },
            {
              "judgeFirstName": "Michael",
              "judgeLastName": "Bell",
              "score": 29
            }
          ],
          "loserScores": [
            {
              "judgeFirstName": "Sal",
              "judgeLastName": "D'amato",
              "score": 28
            },
            {
              "judgeFirstName": "Chris",
              "judgeLastName": "Lee",
              "score": 29
            },
            {
              "judgeFirstName": "Michael",
              "judgeLastName": "Bell",
              "score": 28
            }
          ]
        },
        "endingRound": 3,
        "endingStrikeDetails": null
      }
    }
  }
]
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/ufc/schedule-endpoints-restful/detailed-results-endpoint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
