Discover/sports.ru API
live

sports.ru APIsports.ru

Access football league standings, match details, top scorers, and player profiles from Sports.ru across major tournaments via 6 structured endpoints.

Endpoints
6
Updated
15d ago
Try it
ID of the sport. Only Football (208) is supported and returns data.
api.parse.bot/scraper/9d9626f6-544c-4498-81ed-7d7600d6cf06/<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/9d9626f6-544c-4498-81ed-7d7600d6cf06/get_tournament_list?sport_id=208' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get list of football tournaments available on sports.ru. Only returns data for football (sport_id=208); other sport IDs return empty results.

Input
ParamTypeDescription
sport_idintegerID of the sport. Only Football (208) is supported and returns data.
Response
{
  "type": "object",
  "fields": {
    "tournament_list": "array of tournament objects, each with id (integer) and name (string)"
  },
  "sample": {
    "data": {
      "tournament_list": [
        {
          "id": 31,
          "name": "Россия. Премьер-лига"
        },
        {
          "id": 52,
          "name": "Англия. Премьер-лига"
        },
        {
          "id": 49,
          "name": "Испания. Ла Лига"
        }
      ]
    },
    "status": "success"
  }
}

About the sports.ru API

The Sports.ru API covers football data across major tournaments through 6 endpoints, returning league standings, match schedules, top scorer tables, and individual player profiles. The get_league_matches endpoint retrieves fixtures grouped by date with team info and scores, while get_match_details returns full lineups, match events, and per-team statistics by match slug. Tournament IDs from get_tournament_list serve as the common key across most other endpoints.

Tournament and League Data

Start with get_tournament_list, passing sport_id=208 (football is the only supported sport) to receive an array of tournament objects, each with an id and name. Use those IDs as the tournament_id parameter in downstream endpoints. get_league_standings returns a tournament_table array organized by group, with each entry carrying place, score, matches, and team_info — enough to reconstruct a full points table including qualification zone indicators.

Match Data

get_league_matches accepts a tournament_id and an optional status filter — 'last' for completed matches or 'future' for upcoming fixtures — and returns matches grouped by date. Each match object includes team info and scores. The base_url field on each match object doubles as the match_slug for get_match_details, which returns four data blocks: info (teams, tournament, round), events (goals and cards with minute, player, side, and type), lineups (starting XI and substitutes for each side), and statistics (per-team stat name/value pairs).

Player Data

get_league_top_scorers returns a players_stat array broken into named categories (goals, assists, and others), each listing player name, team, and stat values. The tag_url field on each player in those results is the slug for get_player_profile. That endpoint returns a bio object (birth date, nationality, club, position, height/weight) and a stats array with per-season rows covering matches, goals, assists, cards, and minutes across different teams and tournaments.

Common use cases
  • Display live league standings tables with points, matches played, and qualification zones for major football tournaments
  • Build a fixture calendar by fetching upcoming matches per tournament with status=future
  • Show detailed match reports including starting lineups, substitutions, goal events, and per-team statistics
  • Aggregate top scorer and assist leader rankings across tournaments using players_stat category data
  • Render full player career pages with season-by-season stats pulled from get_player_profile
  • Track recent results for a specific league by querying get_league_matches with status=last
  • Cross-reference player slugs from top scorer lists to retrieve biographical and career data
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 Sports.ru have an official developer API?+
Sports.ru does not publish a public developer API or documented developer portal for third-party use. This Parse API provides structured access to the football data available on the site.
Which sports are covered by get_tournament_list?+
Only football (sport_id=208) is currently supported. Passing other sport IDs returns empty results. The API covers football tournaments, standings, matches, and player profiles. You can fork it on Parse and revise to add support for additional sports if that data becomes available.
What does get_match_details return beyond the final score?+
It returns four blocks: info with teams, tournament, and round; events listing goals and cards with the minute, player name, side, and event type; lineups with starting XI and substitutes for both home and away teams; and statistics with named per-team stat pairs such as possession or shots.
Does the API return live in-progress match data or odds?+
No live match state or odds data is exposed. get_league_matches covers completed results and upcoming fixtures, and get_match_details reflects post-match data. Odds and live score feeds are not currently part of the API. You can fork it on Parse and revise to add a live-match endpoint if you need real-time score updates.
Is historical season data available beyond the current standings and top scorers?+
get_player_profile returns multi-season career stats per player. However, historical standings snapshots and archived match data by season are not currently exposed through dedicated parameters — the standings and match endpoints reflect the current active season. You can fork this API on Parse and revise it to add season-scoped filtering endpoints.
Page content last updated . Spec covers 6 endpoints from sports.ru.
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.
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.