Soccer Extended API - FIFA Rankings
March 23rd, 2026
We’ve added an endpoint for retrieving FIFA Rankings!
All men's national teams are included to get you ready for this year's World Cup.
⭐ Benefit
Use this Soccer Extended API endpoint to retrieve a comprehensive global snapshot of all men's national team rankings.
Display each national team's ranking in preparation for the World Cup. When matchups are released, include rankings to give your users an at-a-glance preview of the relative strength of each team.
☑️ Sample Request:
- FIFA Rankings -
https://api.sportradar.com/soccer-extended/trial/v4/en/fifa_rankings.json
🔢 Versions
🔁 Endpoints Affected
⚙️ Return Sample
<ranking gender="men">
<competitor_rankings>
<competitor_ranking rank="1" movement="0" points="1877.2" previous_points="1877.2" last_updated="2026-03-22 15:20:25">
<competitor id="sr:competitor:4698" name="Spain" country="Spain" country_code="ESP" abbreviation="ESP" gender="male"/>
</competitor_ranking>
<competitor_ranking rank="2" movement="0" points="1873.3" previous_points="1873.3" last_updated="2026-03-22 15:20:25">
<competitor id="sr:competitor:4819" name="Argentina" country="Argentina" country_code="ARG" abbreviation="ARG" gender="male"/>
</competitor_ranking>
<competitor_ranking rank="3" movement="0" points="1870" previous_points="1870" last_updated="2026-03-22 15:20:25">
<competitor id="sr:competitor:4481" name="France" country="France" country_code="FRA" abbreviation="FRA" gender="male"/>
</competitor_ranking>
<competitor_ranking rank="4" movement="0" points="1834.1" previous_points="1834.1" last_updated="2026-03-22 15:20:25">
<competitor id="sr:competitor:4713" name="England" country="England" country_code="ENG" abbreviation="ENG" gender="male"/>
</competitor_ranking>
<competitor_ranking rank="5" movement="0" points="1760.5" previous_points="1760.5" last_updated="2026-03-22 15:20:25">
<competitor id="sr:competitor:4748" name="Brazil" country="Brazil" country_code="BRA" abbreviation="BRA" gender="male"/>
</competitor_ranking>
<competitor_ranking rank="6" movement="0" points="1760.4" previous_points="1760.4" last_updated="2026-03-22 15:20:25">
<competitor id="sr:competitor:4704" name="Portugal" country="Portugal" country_code="PRT" abbreviation="POR" gender="male"/>
</competitor_ranking>
<competitor_ranking rank="7" movement="0" points="1756.3" previous_points="1756.3" last_updated="2026-03-22 15:20:25">
<competitor id="sr:competitor:4705" name="Netherlands" country="Netherlands" country_code="NLD" abbreviation="NED" gender="male"/>
</competitor_ranking>{
"generated_at": "2026-03-23T14:59:12+00:00",
"rankings": [
{
"gender": "men",
"competitor_rankings": [
{
"rank": 1,
"movement": 0,
"points": 1877.2,
"competitor": {
"id": "sr:competitor:4698",
"name": "Spain",
"country": "Spain",
"country_code": "ESP",
"abbreviation": "ESP",
"gender": "male"
},
"previous_points": 1877.2,
"last_updated": "2026-03-22 15:20:25"
},
{
"rank": 2,
"movement": 0,
"points": 1873.3,
"competitor": {
"id": "sr:competitor:4819",
"name": "Argentina",
"country": "Argentina",
"country_code": "ARG",
"abbreviation": "ARG",
"gender": "male"
},
"previous_points": 1873.3,
"last_updated": "2026-03-22 15:20:25"
},
{
"rank": 3,
"movement": 0,
"points": 1870,
"competitor": {
"id": "sr:competitor:4481",
"name": "France",
"country": "France",
"country_code": "FRA",
"abbreviation": "FRA",
"gender": "male"
},
"previous_points": 1870,
"last_updated": "2026-03-22 15:20:25"
},
{
"rank": 4,
"movement": 0,
"points": 1834.1,
"competitor": {
"id": "sr:competitor:4713",
"name": "England",
"country": "England",
"country_code": "ENG",
"abbreviation": "ENG",
"gender": "male"
},
"previous_points": 1834.1,
"last_updated": "2026-03-22 15:20:25"
},
{
"rank": 5,
"movement": 0,
"points": 1760.5,
"competitor": {
"id": "sr:competitor:4748",
"name": "Brazil",
"country": "Brazil",
"country_code": "BRA",
"abbreviation": "BRA",
"gender": "male"
},
"previous_points": 1760.5,
"last_updated": "2026-03-22 15:20:25"
},
{
"rank": 6,
"movement": 0,
"points": 1760.4,
"competitor": {
"id": "sr:competitor:4704",
"name": "Portugal",
"country": "Portugal",
"country_code": "PRT",
"abbreviation": "POR",
"gender": "male"
},
"previous_points": 1760.4,
"last_updated": "2026-03-22 15:20:25"
},
{
"rank": 7,
"movement": 0,
"points": 1756.3,
"competitor": {
"id": "sr:competitor:4705",
"name": "Netherlands",
"country": "Netherlands",
"country_code": "NLD",
"abbreviation": "NED",
"gender": "male"
},
"previous_points": 1756.3,
"last_updated": "2026-03-22 15:20:25"
},
{
"rank": 8,
"movement": 0,
"points": 1730.7,
"competitor": {
"id": "sr:competitor:4717",
"name": "Belgium",
"country": "Belgium",
"country_code": "BEL",
"abbreviation": "BEL",
"gender": "male"
},
"previous_points": 1730.7,
"last_updated": "2026-03-22 15:20:25"
},
{
"rank": 9,
"movement": 0,
"points": 1724.2,
"competitor": {
"id": "sr:competitor:4711",
"name": "Germany",
"country": "Germany",
"country_code": "DEU",
"abbreviation": "GER",
"gender": "male"
},
"previous_points": 1724.2,
"last_updated": "2026-03-22 15:20:25"
},