Discover/nwslsoccer.com API
live

nwslsoccer.com APInwslsoccer.com

Access NWSL match results, event-level data with xG, player statistics, and news articles via 4 endpoints. Covers goals, cards, assists, passing accuracy, and more.

Endpoints
4
Updated
17d ago
Try it
Number of news articles to retrieve.
api.parse.bot/scraper/e58759f6-a60d-41d8-9f14-20e3e617ca1e/<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/e58759f6-a60d-41d8-9f14-20e3e617ca1e/get_news?limit=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Extract latest news articles from the NWSL website. Returns article titles and URLs. Fields such as description, image_link, and date may be null depending on upstream data availability.

Input
ParamTypeDescription
limitintegerNumber of news articles to retrieve.
Response
{
  "type": "object",
  "fields": {
    "news": "array of news objects with title, description, image_link, url, and date fields"
  },
  "sample": {
    "data": {
      "news": [
        {
          "url": "https://www.nwslsoccer.com/news/nwsl-after-dark-strikes-again-four-first-time-goal-scorers-find-the-net-in-midweek-action",
          "date": null,
          "title": "NWSL After Dark strikes again: Four first-time goal scorers find the net in midweek action",
          "image_link": null,
          "description": null
        }
      ]
    },
    "status": "success"
  }
}

About the nwslsoccer.com API

The NWSL API gives developers access to 4 endpoints covering the National Women's Soccer League: news articles, season match listings, per-match event data, and detailed player statistics. The get_match_details endpoint returns event-by-event breakdowns — goals, cards, substitutions — alongside team-level expected goals (xG). The get_player_stats endpoint surfaces per-player metrics including goals, assists, xG, passing accuracy, and tackles across a full season.

Match Data and xG Statistics

The get_match_details endpoint takes a match_id (and optionally a season_id) and returns two main structures: an events array and an xg_stats object. Each event carries a type, time, description, label, and xg value — note that time and xg on individual events may be null depending on data availability. The xg_stats object provides home_xg and away_xg as numeric values for the full match. Match IDs follow the format nwsl::Football_Match::{hash} and can be retrieved from list_matches.

Season Schedules and Player Stats

The list_matches endpoint accepts a season_id parameter (e.g. nwsl::Football_Season::fad050beee834db88fa9f2eb28ce5a5c) and defaults to the current season when omitted. It returns a competition object with metadata — season name, competition ID, and date range — plus a matches array with each match's matchId, status, matchDateUtc, home/away team details, and scores. An invalid season_id will produce an upstream error rather than an empty result.

The get_player_stats endpoint returns a paginated players array. Each player object includes playerId, name, team info, position, and a stats array where each entry has a statsId, statsLabel, and statsValue. Supported stats span attacking (goals, assists, xG), distribution (passing accuracy), and defending (tackles). The limit parameter controls how many player records are returned.

News Coverage

The get_news endpoint retrieves recent NWSL news articles with title, description, image_link, url, and date fields. The description, image_link, and date fields may be null depending on how the article was published. A limit parameter controls the number of articles returned.

Common use cases
  • Build a live NWSL match tracker displaying goals and cards using the events array from get_match_details.
  • Compare team attacking efficiency by plotting home_xg vs away_xg across a full season's matches.
  • Create a player performance leaderboard ranked by xG, assists, or passing accuracy from get_player_stats.
  • Populate a season fixture calendar using match dates, team names, and statuses from list_matches.
  • Feed an NWSL news aggregator or alert system with article titles and URLs from get_news.
  • Analyze substitution patterns and card frequency per team using typed events from match event arrays.
  • Track a specific player's stats across multiple seasons by querying get_player_stats with different season_id values.
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 NWSL have an official developer API?+
NWSL does not publish a public developer API or developer documentation for third-party access to its match, player, or stats data.
What does `get_match_details` return beyond the score?+
It returns a full events array — each entry typed as a goal, card, or substitution — with time, description, label, and per-event xg values where available. It also returns an xg_stats object with aggregate home_xg and away_xg for the match. Note that time and xg on individual events can be null.
How do I get a valid `match_id` or `season_id`?+
Both identifiers use a namespaced format: nwsl::Football_Match::{hash} and nwsl::Football_Season::{hash}. Season IDs and match IDs are returned by list_matches, which defaults to the current season if no season_id is passed. Passing an invalid season_id returns an upstream error rather than an empty response.
Does the API cover historical seasons beyond the current one?+
Yes — list_matches and get_player_stats both accept a season_id parameter, so historical seasons can be queried as long as you have the corresponding season identifier. The get_news endpoint does not accept a date or season filter; it returns the most recent articles up to the specified limit.
Does the API include playoff brackets, standings tables, or team rosters?+
Not currently. The API covers match events, season schedules, player statistics, and news articles. You can fork it on Parse and revise to add endpoints for standings, playoff structure, or team roster data.
Page content last updated . Spec covers 4 endpoints from nwslsoccer.com.
Related APIs in SportsSee all →
nebl.web.geniussports.com API
Get real-time NEBL basketball standings with comprehensive team statistics including wins, losses, points, streaks, and scoring data. Stay updated on your favorite National Elite Basketball League teams' current rankings and performance metrics.
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.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.
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.
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.
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.
NWSL Soccer API – Matches, Stats & News · Parse