An open API service indexing awesome lists of open source software.

https://github.com/airmime/java-football-data

⚽️ Java library for football-data.org's API.
https://github.com/airmime/java-football-data

football football-api football-data gson java java-library soccer soccer-data

Last synced: 3 months ago
JSON representation

⚽️ Java library for football-data.org's API.

Awesome Lists containing this project

README

        

# java-football-data

> ⚽️ Java library for football-data.org's API.

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/45187c1a4c0d4699a3bf27a26fca0443)](https://app.codacy.com/app/Airmime/java-football-data?utm_source=github.com&utm_medium=referral&utm_content=Airmime/java-football-data&utm_campaign=Badge_Grade_Dashboard)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)

This small java library allows you to get all the football data from the football-data.org API. The following data types and championships are available :

### Data types
- Competitions
- Matchs
- Teams
- Standings
- Players

### Championships
- Brazil : Série A
- England : Championship
- England : Premier League
- Europe : UEFA Champions League
- Europe : European Championship
- France : Ligue 1
- Germany : Bundesliga
- Italy : Serie A
- Netherlands : Eredivisie
- Portugal : Primeira Liga
- Spain : Primera Division
- World : FIFA World Cup

For more information on the football-data.org API, [visit the website.](https://www.football-data.org)

## How to use / Help ?

[Let's see the wiki.](https://github.com/Airmime/java-football-data/wiki)