Discover/whoscored.com API
live

whoscored.com APIwhoscored.com

Access WhoScored.com football data via API. Search players and teams, retrieve per-season stats including ratings, goals, pass success, and appearances.

Endpoints
3
Updated
14d ago
Try it
Search keyword (player or team name)
api.parse.bot/scraper/fefeab4f-b650-45ef-9b05-42622fe3619a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/fefeab4f-b650-45ef-9b05-42622fe3619a/search?query=Barcelona' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for players or teams by name. Returns player IDs, slugs, teams, and ages for players, and team IDs, slugs, names, and countries for teams. Player-only queries return an empty teams array and vice versa.

Input
ParamTypeDescription
queryrequiredstringSearch keyword (player or team name)
Response
{
  "type": "object",
  "fields": {
    "teams": "array of team objects with team_id, slug, name, and country",
    "players": "array of player objects with player_id, slug, name, team, and age"
  },
  "sample": {
    "data": {
      "teams": [],
      "players": [
        {
          "age": 38,
          "name": "Lionel Messi",
          "slug": "lionel-messi",
          "team": "Inter Miami CF",
          "player_id": 11119
        }
      ]
    },
    "status": "success"
  }
}

About the whoscored.com API

The WhoScored API exposes 3 endpoints for accessing football player and team data from WhoScored.com. Use the search endpoint to resolve player IDs and team IDs by name, then pull full seasonal performance records — including ratings, goals, appearances, and pass success rates — via get_player_stats and get_team_stats. Each stats endpoint returns structured per-tournament records with a dynamic column manifest.

Search Players and Teams

The search endpoint accepts a query string and returns two arrays: players and teams. Player results include player_id, slug, name, team, and age. Team results include team_id, slug, name, and country. When the query matches only players, the teams array is empty, and vice versa. The numeric IDs returned here are the required inputs for the two stats endpoints.

Player Statistics

get_player_stats accepts a player_id and returns playerTableStats, an array of seasonal records broken down by tournament. Each record maps to the columns listed in statColumns — fields like rating, goals, appearances, and pass success percentage. The paging object describes the total result set if multiple pages are available. Because stats are grouped per tournament, a player active in multiple competitions in the same season will produce multiple rows.

Team Statistics

get_team_stats mirrors the player stats structure but for a given team_id. The teamTableStats array contains one record per tournament the team participated in, covering metrics such as rating, goals scored, possession, and pass success. The statColumns array acts as the column key for interpreting each record, so the field set is self-describing. Use the paging object to detect whether additional pages exist for teams with long histories.

Common use cases
  • Track a player's rating and goal tally across multiple seasons and competitions using get_player_stats
  • Compare pass success rates between two teams in the same league via get_team_stats
  • Resolve player IDs from shirt names or partial name queries using the search endpoint before pulling stats
  • Build a season-over-season performance chart for a club using teamTableStats records
  • Monitor appearance counts and ratings for scouting shortlists by polling get_player_stats periodically
  • Identify which tournaments a team participated in and their per-competition stats from a single get_team_stats call
  • Cross-reference player age from search results with performance metrics to analyze development trends
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does WhoScored have an official public developer API?+
WhoScored does not offer a public developer API. There is no documented endpoint or API key program available to third-party developers on their site.
What does the `statColumns` field tell me, and do I need it?+
statColumns is an ordered array of column names that correspond positionally to the values in each record within playerTableStats or teamTableStats. You need it to interpret the stat records correctly, because the records themselves do not include field names inline — the column manifest is what maps each position to its meaning.
Does the API return individual match events or lineups?+
Not currently. The API covers seasonal aggregate statistics per tournament for both players and teams; it does not expose match-level events, lineups, or play-by-play data. You can fork this API on Parse and revise it to add endpoints targeting match-level data.
Are there any gaps in tournament or league coverage for stats results?+
Results reflect the tournaments and seasons WhoScored tracks for a given player or team. Lesser-known leagues or cups may produce fewer rows or no results if WhoScored does not carry that competition's data. The paging object will indicate if only a single page of results is available.
Can I filter `get_player_stats` by a specific season or competition?+
The endpoint does not currently accept season or tournament filter parameters — it returns all available seasonal records and you filter client-side. You can fork this API on Parse and revise it to add filtering parameters if your use case requires pre-filtered responses.
Page content last updated . Spec covers 3 endpoints from whoscored.com.
Related APIs in SportsSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.