This endpoint will retrieve a list of events for a given league or sport, in date order.
https://oddsboom.com/api/events/
Parameter | Type | Description |
---|---|---|
league | String | Optional* League to include, such as NBA, NFL etc. Available leagues can be listed using the leagues endpoint. |
sport | String | Optional* Sport to include, such as Football, Soccer etc. If sport is set, it will override any league value. Available sports can be listed using the sports endpoint. |
limit | Integer | Optional Limit the number of events shown. |
date_format | String (unix or iso) |
Optional Set date format to UNIX Timestamp or ISO. Defaults to UNIX if omitted. |
*One of the first two parameters (league, sport) is required.
https://www.oddsboom.com/api/events/?league=nfl&date_format=iso
Click load feed button above to load live data.