Discover/flashscore.com.ua API
live

flashscore.com.ua APIflashscore.com.ua

Access football match results, fixtures, team histories, events, and in-match statistics from Flashscore.com.ua via a structured JSON API.

Endpoints
5
Updated
14d ago
Try it
Date offset from today (0=today, -1=yesterday, -2=two days ago, 1=tomorrow, etc.).
api.parse.bot/scraper/ee993dc6-7c07-47c8-a6e6-6075e825e247/<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/ee993dc6-7c07-47c8-a6e6-6075e825e247/get_football_results_by_date?date_offset=-1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Retrieve football match results and fixtures for a specific date across all competitions. Returns both completed matches with scores and upcoming scheduled matches. The date is calculated relative to today using an offset.

Input
ParamTypeDescription
date_offsetintegerDate offset from today (0=today, -1=yesterday, -2=two days ago, 1=tomorrow, etc.).
Response
{
  "type": "object",
  "fields": {
    "matches": "array of match objects containing match_id, timestamp, home_team, away_team, home_score, away_score, home_team_id, away_team_id, status_code, competition, country, country_id, league_url"
  },
  "sample": {
    "data": {
      "matches": [
        {
          "country": "Australia",
          "match_id": "Aqx3KMCO",
          "away_team": "Cockburn City",
          "home_team": "Gwelup Croatia",
          "timestamp": 1778065200,
          "away_score": "4",
          "country_id": "24",
          "home_score": "4",
          "league_url": "/football/australia/wa-state-league/",
          "competition": "AUSTRALIA: WA State League",
          "status_code": "3",
          "away_team_id": "A35Nsla5",
          "home_team_id": "virVnCv5"
        }
      ]
    },
    "status": "success"
  }
}

About the flashscore.com.ua API

This API exposes 5 endpoints covering football match data from Flashscore.com.ua, including results by date, team fixtures, match events, and in-match statistics. The get_football_results_by_date endpoint returns match objects with scores, team identifiers, competition context, and timestamps for any date offset from today — past or future. Match IDs returned throughout the API chain into get_match_details and get_match_statistics for event-level and performance data.

Match Results and Fixtures

get_football_results_by_date accepts a date_offset integer relative to today (e.g. 0 for today, -1 for yesterday, 1 for tomorrow) and returns an array of match objects. Each match includes match_id, timestamp, home_team, away_team, home_score, away_score, home_team_id, away_team_id, and status. Both completed matches with final scores and upcoming scheduled fixtures appear in the same response. The team_id and country_id values from these results are the inputs for team-level queries.

Team History and Consecutive Draw Analysis

get_team_results takes a team_id (e.g. 'bL3ChiWQ') and an optional country_id that must match the team's actual country — mismatched country_id values return empty results. The response mirrors the match object structure and covers both recent completed games and upcoming fixtures for that team. For pattern detection, get_teams_with_consecutive_0_0_draws accepts a JSON array of team IDs and returns per-team analysis: has_consecutive_0_0, the consecutive_0_0_match_ids when present, and aggregate counts (total_teams_checked, total_with_consecutive_0_0).

Match Events and In-Match Statistics

get_match_details returns an events array for a given match_id. Each event object carries event_id, period, team, minute, event_type (goal, card, substitution), player, player_id, and the running score at that moment via score_home and score_away. Events are available for finished matches; live or scheduled matches return an empty array. get_match_statistics returns a statistics array where each entry has period, category, stat_name, home_value, and away_value — covering metrics like possession, shots, and corners. Not all matches have statistics; those without return an empty array.

Common use cases
  • Build a daily match digest by pulling all results for a given date offset and filtering by competition.
  • Track a specific club's form by retrieving its recent matches via get_team_results and computing win/draw/loss sequences.
  • Identify 0-0 draw patterns across a watchlist of teams using get_teams_with_consecutive_0_0_draws.
  • Reconstruct a full match timeline by chaining get_match_details events sorted by minute.
  • Compare possession and shot accuracy between two teams from get_match_statistics stat objects.
  • Aggregate goal scorers and assist data across a matchday by iterating match IDs from get_football_results_by_date.
  • Alert systems for upcoming fixtures by querying positive date offsets and filtering by team_id.
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 Flashscore have an official public developer API?+
Flashscore does not publish an official public developer API for third-party use. This Parse API provides structured access to the football data available on flashscore.com.ua.
What does get_match_details return for a match that hasn't finished yet?+
For scheduled or in-progress matches, the events array will be empty. Goal scorers, cards, substitutions, and running scores in the event objects are only present for finished matches.
Why might get_team_results return no matches even with a valid team_id?+
The country_id parameter must correspond to the team's actual country. If the country_id is omitted or doesn't match, the endpoint returns empty results. The correct country_id for a team is available in the match objects returned by get_football_results_by_date.
Does the API cover leagues or competitions other than football?+
The current API covers football (soccer) only — match results, team fixtures, events, and statistics. Other sports available on Flashscore (tennis, basketball, hockey) are not covered by these endpoints. You can fork this API on Parse and revise it to add endpoints for other sports.
Is player-level season statistics (goals scored across a season, cards totals) available?+
Not currently. The API exposes per-match event data including player names and event types, but not cumulative season stats per player. You can fork this API on Parse and revise it to add a player season statistics endpoint.
Page content last updated . Spec covers 5 endpoints from flashscore.com.ua.
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.