Skip to content

kete1987/sportmonks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sportmonks

Custom library to access sportmonks API

Table of contents

Usage

You only need obtain the SportmonksAPI instance and invoke requested method.

Example: Request all leagues SportMonksAPI.getInstance(SPORTMONKS_API_KEY).getLeagues();

Sportmonks API support

The available methods are:

  • getTodayMatches
  • getLiveMatches
  • getMatchesByDate
  • getMatchesByDateRange
  • getMatchesByDateRangeForTeam
  • getMatchesByMultipleIDs
  • getMatchDetail
  • getSeasons
  • getSeasonData
  • getMatchOdds
  • getMatchOddsByMarket
  • getTopScores
  • getAggregatedTopScores
  • getStandings
  • getCupStandings
  • getVenues
  • getTeams
  • getLeagues
  • getStages

See sportmonks documentacion for details

Add library in your project

Add dependency

<dependency>
    <groupId>es.com.kete1987</groupId>
    <artifactId>sportmonks.library</artifactId>
    <version>2.0.0</version>
</dependency>

Authors

Iván Morales

About

Custom library to access sportmonks API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages