apisports_mma_fights
Retrieve MMA fight data for UFC and other promotions by date or season. Filter by weight class or fight ID to get event cards and winner outcomes.
Instructions
MMA fights (UFC and others) by date or season.
Returns: {response:[{id, date, slug, category, status, is_main, fighters:{first:{id, name, winner}, second:{…}}}]} — SHAPE FROM VENDOR DOCS. winner is null until the fight is resulted, and BOTH may be false on a draw or no-contest — do not infer the loser from one flag.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A card {"date": "2024-03-09"}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | One fight id. | |
| date | No | YYYY-MM-DD. | |
| season | No | Season year. | |
| category | No | Weight class. |