Coverage Live
This endpoint allows you to retrieve information about all matches coverages.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every minute.
Recommended Calls: Limit calls to 1 per minute.
Use Cases
Get all live coverageshttps://football.sportdevs.com/odds/coverage-live
Get live odds coverage a specific match_idhttps://football.sportdevs.com/odds/coverage-live?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.1
The id of the match. example:
eq.{match_id}
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- match_id integer
The id of the match. example:
eq.{match_id}
- full_time_results boolean
Coverage of full_time_results
- total_goals boolean
Coverage of total_goals
- asian_handicaps boolean
Coverage of asian_handicaps
- both_teams_to_score boolean
Coverage of both_teams_to_score
- double_chance boolean
Coverage of double_chance
- draw_no_bet boolean
Coverage of draw_no_bet
- european_handicap boolean
Coverage of european_handicap
- half_time_full_time boolean
Coverage of half_time_full_time
- first_team_to_score boolean
Coverage of first_team_to_score
- correct_score boolean
Coverage of correct_score
- odd_even boolean
Coverage of odd_even
- next_goal boolean
Coverage of next_goal
- clean_sheet boolean
Coverage of clean_sheet
- to_win_to_nil boolean
Coverage of to_win_to_nil
- to_win_both_halves boolean
Coverage of to_win_both_halves
- to_score_in_both_halves boolean
Coverage of to_score_in_both_halves
- asian_handicap_corners boolean
Coverage of asian_handicap_corners
- corners_odd_or_even boolean
Coverage of corners_odd_or_even
- to_win_from_behind boolean
Coverage of to_win_from_behind
- asian_handicap_cards boolean
Coverage of asian_handicap_cards
- to_score_a_penalty boolean
Coverage of to_score_a_penalty
- to_qualify boolean
Coverage of to_qualify
- own_goal boolean
Coverage of own_goal
[
{
"match_id": 1,
"full_time_results": false,
"total_goals": false,
"asian_handicaps": false,
"both_teams_to_score": false,
"double_chance": false,
"draw_no_bet": false,
"european_handicap": false,
"half_time_full_time": false,
"first_team_to_score": false,
"correct_score": false,
"odd_even": false,
"next_goal": false,
"clean_sheet": false,
"to_win_to_nil": false,
"to_win_both_halves": false,
"to_score_in_both_halves": false,
"asian_handicap_corners": false,
"corners_odd_or_even": false,
"to_win_from_behind": false,
"asian_handicap_cards": false,
"to_score_a_penalty": false,
"to_qualify": false,
"own_goal": false
}
]