Endpoints for Back-end
Explore how to use API-Football back-end endpoints to request soccer data by filtering time zones, countries, leagues, and rounds. Understand how to structure queries and use parameters effectively to access relevant football information for your applications.
We'll cover the following...
This lesson will briefly discuss endpoints used on the back-end to get information. We can then use them as query parameters with the other endpoints. These endpoints include the following:
- Timezone
- Countries
- Leagues
- Rounds
We will look at each one of these endpoints to learn where and how we can use them.
Timezone endpoint
The timezone endpoint provides the list of available time zones. These time zones are used as a query parameter in fixtures endpoint. The base URI for this endpoint is https://v3.football.api-sports.io/timezone. It contains all the existing time zones so it does not need to be updated.
This ...