Skip to main content

Base URL

https://v2.football.sportsapipro.com

Endpoints

FIFA World Rankings

GET /api/rankings
Returns the current FIFA world rankings (type 1 by default). Includes rank, team, points, and previous rank.

Rankings by ID

GET /api/rankings/{rankingId}
Returns a specific ranking edition by its ID.
rankingId
number
required
Numeric ranking ID.

Rankings by Type

GET /api/rankings/type/{typeId}
Returns rankings filtered by type/confederation.
typeId
number
required
Ranking type ID.
Type IDDescription
1FIFA World Rankings
2UEFA Rankings
3AFC Rankings
GET /api/rankings/type/{typeId}/featured-events
Returns featured international events associated with a ranking type (e.g., World Cup qualifiers for FIFA rankings).

Example Requests

curl -X GET "https://v2.football.sportsapipro.com/api/rankings" \
  -H "x-api-key: YOUR_API_KEY"