apisports_football_fixture_statistics
Retrieve team match statistics for a football fixture, including shots, possession, corners, and expected goals. Specify a fixture ID to get per-team stats.
Instructions
Team match statistics for one fixture — shots, possession, corners, and expected goals where covered.
Returns: {response:[{team:{id, name}, statistics:[{type:'Shots on Goal'|'Ball Possession'|'expected_goals'|…, value}]}]} — SHAPE FROM VENDOR DOCS. NOTE this is LONG format keyed by a HUMAN-READABLE type string, and value is sometimes a string with a percent sign ('54%'). Do not assume a numeric type.
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: One fixture's team stats {"fixture": 1035037}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Only this team's column. | |
| fixture | Yes | Fixture id. |