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.
- Host: GitHub
- URL: https://github.com/airmime/java-football-data
- Owner: Airmime
- License: mit
- Created: 2018-08-29T21:02:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T17:38:34.000Z (over 6 years ago)
- Last Synced: 2025-02-02T02:27:43.868Z (4 months ago)
- Topics: football, football-api, football-data, gson, java, java-library, soccer, soccer-data
- Language: Java
- Size: 41 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-football-data
> ⚽️ Java library for football-data.org's API.
[](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)
[](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 CupFor 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)