Matches Incidents
Matches Incidents
Query Parameters
- match_id integerExample: eq.17
- 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. - incidents jsonb
[
{
"match_id": 17,
"incidents": [
{
"text": "3rd Period",
"time": 60,
"type": "period",
"is_live": false,
"added_time": 999,
"away_score": 3,
"home_score": 2,
"reversed_period_time": 1,
"reversed_period_time_seconds": 0
}
]
}
]
Loading...