apisports_mma_fights
Fetch MMA fights (UFC and others) by date or season. Filter by fight ID or weight class to get fighters, winner, and fight status.
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. |