API-FOOTBALL

FREEMIUM
Verified
Durch API-SPORTS | Aktualisiert 4 days ago | Sports
Popularität

10 / 10

Latenz

386ms

Service Level

100%

Health Check

N/A

Follower: 1,434
Ressourcen:
Produktwebsite Nutzungsbedingungen
API-Ersteller:
Rapid account: API SPORTS
API-SPORTS
api-sports
Melden Sie sich bei Rate API an
Bewertung: 3.9 - Stimmen: 70

README

Introduction

Welcome to API-FOOTBALL! You can use our API to access all API endpoints, which can get information about Football Leagues & Cups.

We cover +1 050 leagues & cups with livescore, standings, events, line-ups, players, pre-matches odds, statistics. We have built a simple and logical architecture to facilitate your developments.
Several years of data available, ideal for statistics, fantasy football etc.

Full Documentation

Consult our documentation to get the best out of the API : https://www.api-football.com/documentation-v3

Coverage

To know all the leagues/cups available : https://www.api-football.com/coverage

ChangeLog

To find out about the latest updates, new competitions etc… https://headwayapp.co/api-sports-updates

Servers availability

As the availability of our APIs is essential for us and our users, we make every effort to ensure that the service is available to the maximum and with a low latency.

You can check the availability of our APIs on this link: [https://api-sports.betteruptime.com/)

Widgets

We have several widgets available : https://www.api-football.com/widgets

Customs Plans

If you want a plan with more requests, contact us.

  • 300 000 requests per day : $59 / Month
  • 450 000 requests per day : $69 / Month
  • 600 000 requests per day : $79 / Month
  • 900 000 requests per day : $99 / Month
  • 1 200 000 requests per day : $119 / Month
  • 1 500 000 requests per day : $139 / Month

We also offer blocked versions of all our plans to avoid any risk of overruns and additional fees. To subscribe, please contact us via the “Contact” button.

Authentication

We uses API keys to allow access to the API. You can register a new API key in rapidapi.

Our API expects for the API key to be included in all API requests to the server in a header that looks like the following:

fetch("https://api-football-v1.p.rapidapi.com/v3/{endpoint}", {
    "method": "GET",
    "headers": {
        "x-rapidapi-host": "https://api-football-v1.p.rapidapi.com/v3",
        "x-rapidapi-key": "XxXxXxXxXxXxXxXxXxXxXxXx"
    }
})
.then(response => {
    console.log(response);
})
.catch(err => {
    console.log(err);
});

> Make sure to replace XxXxXxXxXxXxXxXxXxXxXxXx with your API key.

Requests Headers & CORS

The API is configured to work only with GET requests and allows only the headers listed below:

  • x-rapidapi-host
  • x-rapidapi-key

If you make non-GET requests or add headers that are not in the list, you will receive an error from the API.
Some frameworks (especially in JS, nodeJS…) automatically add extra headers, you have to make sure to remove them in order to get a response from the API.

Architecture

RAPIDAPI Account

All information related to your subscription are available on the rapidApi developer dashboard.
The RapidAPI developer dashboard is where you can see all of your apps, locate API keys, view analytics, and manage billing settings.
To access the dashboard, simply login to RapidAPI and select ‘My Apps’ in the top-right menu. Alternatively, you can head directly to https://rapidapi.com/developer/dashboard.
In the main dashboard, you will see account-wide analytics and account information. To get more detailed information, you can select tabs on the left-hand side of the screen.

App Specific Analytics

Using the RapidAPI dashboard, you can also view analytics specific to each app in your account. To do so, switch over to the ‘Analytics’ tab of your application in the dashboard.
On the top of the page, you’ll be able to see a chart with all the calls being made to all the APIs your app is connected to. You’ll also be able to see a log with all the request data. You are also able to filter these analytics to only show certain APIs within the app.
In each graph, you can view the following metrics:

  • API Calls: how many requests are being made
  • Error rates: how many requests are error some
  • Latency: how long (on average) requests take to execute

You may change the time period you’re looking at by clicking the calendar icon and choosing a time range.

Headers sent as response

When consuming our API, you will always receive the following headers appended to the response:

  • server: The current version of the API proxy used by RapidAPI.
  • x-ratelimit-requests-limit: The number of requests the plan you are currently subscribed to allows you to make, before incurring overages.
  • x-ratelimit-requests-remaining: The number of requests remaining before you reach the limit of requests your application is allowed to make, before experiencing overage charges.
  • X-RapidAPI-Proxy-Response: This header is set to true when the RapidAPI proxy generates the response, (i.e. the response is not generated from our servers)

October 1, 2019 price decrease for overages

FREE PLAN: from $0.05 to $0.005 per additional request
PRO PLAN: from $0.025 to $0.0025 per additional request
ULTRA PLAN: from $0.015 to $0.0015 per additional request
MEGA PLAN: from $0.010 to $0.0010 per additional request

  • Overages are the fees applied for each request beyond the limit to the plan you have subscribed.

To benefit from it you must unsubscribe and then subscribe again to the plan chosen in accordance with rapidApi’s general terms and conditions of subscriptions