UFC API. SHIP REAL-TIME FIGHT DATA IN MINUTES.

Developer-ready endpoints for all your fight data, made for builders.

Low-latency
Real-time Data
Developer-friendly

WHAT YOU GET

Detailed Fight Statistics

Knockdowns, strikes with accuracy, takedowns with success rates, control time, submissions, reversals, and advances.

Fight Metadata

Fight status, weight class, card segment, referee, total rounds, result type, and winner identification.

Fighter Information

Fighter profiles with names, nicknames, and complete records including wins, losses, draws, and no contests.

API SAMPLE

{
  "fight_id": "SF-2025-LHW-001",
  "status": "Final",
  "weight_class": "Light Heavyweight",
  "rounds_scheduled": 5,
  "card_segment": "Main Card",
  "result_type": "KO/TKO",
  "result_round": 1,
  "result_time": 80,
  "winner_id": "SF-F-12203",
  "referee": "Herb Dean",
  "order": 1,
  "is_active": true,
  "fighters": [
    {
      "fighter_id": "SF-F-11304",
      "first_name": "Magomed",
      "last_name": "Ankalaev",
      "is_winner": false,
      "record": {
        "wins": 21,
        "losses": 1,
        "draws": 1,
        "no_contests": 1
      },
      "is_active": true
    },
    {
      "fighter_id": "SF-F-12203",
      "first_name": "Alex",
      "last_name": "Pereira",
      "is_winner": true,
      "record": {
        "wins": 12,
        "losses": 3,
        "draws": 0,
        "no_contests": 0
      },
      "is_active": true
    }
  ],
  "fight_stats": [
    {
      "fighter_id": "SF-F-11304",
      "first_name": "Magomed",
      "last_name": "Ankalaev",
      "is_winner": false,
      "strikes": {
        "total_attempted": 9,
        "total_landed": 4,
        "significant_attempted": 9,
        "significant_landed": 4
      },
      "takedowns": {
        "attempted": 1,
        "landed": 0,
        "slams": 0,
        "accuracy": 0
      },
      "knockdowns_landed": 0,
      "control_time": 0,
      "advances": 0,
      "reversals": 0,
      "submissions_attempted": 0,
      "slam_rate": 0,
      "rounds_won": {
        "round_1": false,
        "round_2": false,
        "round_3": false,
        "round_4": false,
        "round_5": false
      },
      "decision_win": false
    },
    {
      "fighter_id": "SF-F-12203",
      "first_name": "Alex",
      "last_name": "Pereira",
      "is_winner": true,
      "knockdowns_landed": 0,
      "strikes": {
        "total_attempted": 45,
        "total_landed": 28,
        "significant_attempted": 45,
        "significant_landed": 28
      },
      "control_time": 17,
      "takedowns": {
        "attempted": 0,
        "landed": 0,
        "slams": 0,
        "accuracy": 0
      },
      "advances": 0,
      "reversals": 0,
      "submissions_attempted": 0,
      "slam_rate": 0,
      "rounds_won": {
        "round_1": true,
        "round_2": false,
        "round_3": false,
        "round_4": false,
        "round_5": false
      },
      "decision_win": false
    }
  ]
}

PRICING

Pro (UFC Beta)

$499$299/ month

Early Beta Special - Save $200/mo

  • Comprehensive data coverage
  • REST API access
  • Webhooks
  • Basic support
  • Cancel anytime

FAQ