{
  "scope": {
    "rawFights": 8714,
    "cleanMethodFights": 8597,
    "standardDivisionFights": 8325,
    "dateMin": "1994-03-11",
    "dateMax": "2026-05-30",
    "overallDecisionRate": 47.3,
    "standardDivisionDecisionRate": 47.9
  },
  "divisions": [
    {
      "division": "Women's Strawweight",
      "fights": 366,
      "decisions": 245,
      "decisionRate": 66.9,
      "koRate": 13.1,
      "submissionRate": 19.9
    },
    {
      "division": "Women's Flyweight",
      "fights": 273,
      "decisions": 174,
      "decisionRate": 63.7,
      "koRate": 16.8,
      "submissionRate": 19.4
    },
    {
      "division": "Women's Bantamweight",
      "fights": 243,
      "decisions": 149,
      "decisionRate": 61.3,
      "koRate": 21.8,
      "submissionRate": 16.9
    },
    {
      "division": "Women's Featherweight",
      "fights": 29,
      "decisions": 17,
      "decisionRate": 58.6,
      "koRate": 24.1,
      "submissionRate": 17.2
    },
    {
      "division": "Flyweight",
      "fights": 408,
      "decisions": 224,
      "decisionRate": 54.9,
      "koRate": 24.0,
      "submissionRate": 21.1
    },
    {
      "division": "Featherweight",
      "fights": 845,
      "decisions": 456,
      "decisionRate": 54.0,
      "koRate": 29.5,
      "submissionRate": 16.6
    },
    {
      "division": "Bantamweight",
      "fights": 762,
      "decisions": 410,
      "decisionRate": 53.8,
      "koRate": 26.1,
      "submissionRate": 20.1
    },
    {
      "division": "Lightweight",
      "fights": 1426,
      "decisions": 686,
      "decisionRate": 48.1,
      "koRate": 30.0,
      "submissionRate": 21.9
    },
    {
      "division": "Welterweight",
      "fights": 1367,
      "decisions": 653,
      "decisionRate": 47.8,
      "koRate": 33.6,
      "submissionRate": 18.7
    },
    {
      "division": "Middleweight",
      "fights": 1117,
      "decisions": 448,
      "decisionRate": 40.1,
      "koRate": 38.6,
      "submissionRate": 21.3
    },
    {
      "division": "Light heavyweight",
      "fights": 738,
      "decisions": 275,
      "decisionRate": 37.3,
      "koRate": 45.1,
      "submissionRate": 17.6
    },
    {
      "division": "Heavyweight",
      "fights": 751,
      "decisions": 248,
      "decisionRate": 33.0,
      "koRate": 52.6,
      "submissionRate": 14.4
    }
  ],
  "eras": [
    {
      "era": "1990s",
      "fights": 99,
      "decisions": 25,
      "decisionRate": 25.3,
      "koRate": 46.5,
      "submissionRate": 28.3
    },
    {
      "era": "2000s",
      "fights": 1007,
      "decisions": 347,
      "decisionRate": 34.5,
      "koRate": 39.7,
      "submissionRate": 25.8
    },
    {
      "era": "2010-2018",
      "fights": 3571,
      "decisions": 1750,
      "decisionRate": 49.0,
      "koRate": 32.0,
      "submissionRate": 19.0
    },
    {
      "era": "2019-May 2026",
      "fights": 3648,
      "decisions": 1863,
      "decisionRate": 51.1,
      "koRate": 31.7,
      "submissionRate": 17.2
    }
  ],
  "gender": [
    {
      "label": "Women's divisions",
      "fights": 911,
      "decisions": 585,
      "decisionRate": 64.2
    },
    {
      "label": "Men's divisions",
      "fights": 7414,
      "decisions": 3400,
      "decisionRate": 45.9
    }
  ]
}