View Source UOF.API.Sports (UOF_API v1.0.4)

Summary

Functions

List all the available categories for the given sport.

Get the details of the given competitor.

Get the details of the given fixture.

Get a list of all the fixtures that have changed in the last 24 hours.

Get a list of all live fixtures.

Get the details of the given player.

Get a lists of almost all fixtures Betradar offers prematch odds for.

Get a lists of all the fixtures that have changed results in the last 24 hours.

Get a list of all the fixtures scheduled to start at the given date (in UTC).

List all the available sports.

Get information and results for the given fixture.

Get detailed information (including event timeline) for the given sport event.

Get details about the given tournament.

Get the schedule of the given tournament.

Get the details of the given venue.

Functions

Link to this function

categories(sport, lang \\ "en")

View Source

List all the available categories for the given sport.

Link to this function

competitor(competitor, lang \\ "en")

View Source

Get the details of the given competitor.

Link to this function

fixture(fixture, lang \\ "en")

View Source

Get the details of the given fixture.

Link to this function

fixture_changes(lang \\ "en")

View Source

Get a list of all the fixtures that have changed in the last 24 hours.

Link to this function

fixtures(filter \\ & &1, map \\ & &1)

View Source
Link to this function

fixtures_by_sport(sports)

View Source
Link to this function

live_schedule(lang \\ "en")

View Source

Get a list of all live fixtures.

Link to this function

player(player, lang \\ "en")

View Source

Get the details of the given player.

Link to this function

pre_schedule(start \\ 0, limit \\ 100, lang \\ "en")

View Source

Get a lists of almost all fixtures Betradar offers prematch odds for.

Link to this function

result_changes(lang \\ "en")

View Source

Get a lists of all the fixtures that have changed results in the last 24 hours.

Link to this function

schedule(date, lang \\ "en")

View Source

Get a list of all the fixtures scheduled to start at the given date (in UTC).

List all the available sports.

Link to this function

summary(fixture, lang \\ "en")

View Source

Get information and results for the given fixture.

Link to this function

timeline(fixture, lang \\ "en")

View Source

Get detailed information (including event timeline) for the given sport event.

Prematch, Live or Post-match. Prematch details are very brief. Post-match

details include results.

Link to this function

tournament(tournament, lang \\ "en")

View Source

Get details about the given tournament.

Link to this function

tournament_schedule(tournament, lang \\ "en")

View Source

Get the schedule of the given tournament.

Link to this function

tournaments(lang \\ "en")

View Source
Link to this function

venue(venue, lang \\ "en")

View Source

Get the details of the given venue.