Matches Statistics
Matches Statistics
Query Parameters
- match_id integerExample: eq.70
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- match_id integer
Note: This is a Foreign Key to
matches.id. - statistics jsonb
[
{
"match_id": 70,
"statistics": [
{
"type": "Penalty minutes",
"period": "ALL",
"category": "Match overview",
"away_team": "14",
"home_team": "4"
}
]
}
]
Loading...