# Analyze the 2026 FIFA World Cup Results and Standings

**Use case:** 

Get 2026 FIFA World Cup results, standings, knockout brackets, rounds, and available team, player, and tournament leaderboards.

## Input

```json
{
  "mode": "competitionDetails",
  "date": "2026-07-27",
  "page": 1,
  "competitionId": 16,
  "seasonId": 58210,
  "matchId": 14025099,
  "teamId": 42,
  "playerId": 12994,
  "standingsCompetitionId": 242,
  "standingsSeasonId": 69243,
  "statsCompetitionId": 17,
  "statsSeasonId": 76986,
  "historicalMatchesPage": 1,
  "upcomingMatchesPage": 1,
  "matchesPage": 1
}
```

## Output

```json
{
  "id": {
    "label": "Competition ID",
    "format": "number"
  },
  "name": {
    "label": "Competition",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "detail": {
    "label": "Season detail",
    "format": "object"
  },
  "historicalMatches": {
    "label": "Historical matches",
    "format": "object"
  },
  "upcomingMatches": {
    "label": "Upcoming matches",
    "format": "object"
  },
  "standings": {
    "label": "Standings",
    "format": "array"
  },
  "rounds": {
    "label": "Rounds",
    "format": "array"
  },
  "groups": {
    "label": "Groups",
    "format": "array"
  },
  "cupTrees": {
    "label": "Cup trees",
    "format": "array"
  },
  "topTeams": {
    "label": "Top teams",
    "format": "object"
  },
  "topPlayers": {
    "label": "Top players",
    "format": "object"
  },
  "topStats": {
    "label": "Top statistics",
    "format": "object"
  },
  "error": {
    "label": "Error",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [SofaScore Football Scraper](https://apify.com/crawlstone/sofascore-football-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlstone/sofascore-football-scraper) to learn more, explore other use cases, and run it yourself.