An unofficial wrapper for Api-football & Api-Sports! (Work in progress)
Explore official api docs »
Usage example
·
Report Bug
·
Request Feature
Table of Contents
There are several examples, for the major programming languages, which illustrate an example call for the use of the API of the api-football.com service within the official documentation.
The creation of this project was born from the need to:
- Simplify the use of this service
- Format the information coming from the requests simplifying the management
This project aims to allow the easy use of the information requested and received through this service and the implementation in other projects.
This is an example of how to list things you need to use the software and how to install them.
- Add Maven dependency in your project
<dependency> <groupId>it.gbale.apisports.apifootball</groupId> <artifactId>apisports-apifootball</artifactId> <version>1.0</version> </dependency>
- Get a free or paid API Key at https://www.api-football.com/sports for more information see https://www.api-football.com/documentation-v3#section/Authentication
- Create an instance of ApiSports and insert your token
ApiFootball apiFootball = new ApiFootball("Token");
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Example Section
- Support endpoints API-FOOTBALL
- Support endpoints API-BASKETBALL
- Support endpoints API-BASEBALL
- Support endpoints API-FORMULA-1
- Support endpoints API-HANDBALL
- Support endpoints API-HOCKEY
- Support endpoints API-NBA
- Support endpoints API-AMERICAN-FOOTBALL
- Support endpoints API-RUGBY
- Support endpoints API-VOLLEYBALL
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.md
for more information.