Discover/Stats24 API
live

Stats24 APIstats24.com

Get real-time football match predictions from stats24.com to identify games most likely to end in a draw. Use this data to inform your betting decisions or analyze match outcomes across multiple football competitions.

This API takes change requests — .
Endpoint health
monitored
get_draw_matches
Checks pendingself-healing
Endpoints
1
Updated
1h ago
This call costs1 credit / call— charged only on success
Try it
Date for predictions in DD-MM-YYYY format (e.g. 03-09-2026). When omitted, returns today's predictions.
api.parse.bot/scraper/be2c30e0-dc08-4ac3-811e-41be2ebb5272/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/be2c30e0-dc08-4ac3-811e-41be2ebb5272/get_draw_matches' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Get football matches predicted to end in a draw from stats24.com. Returns matches where the predicted market is a draw type (Draw In Final Result, Draw In First Half). Without a date, returns today's predictions. Data availability depends on the site's prediction schedule — some days may have no draw predictions. The response includes the prediction confidence percentage, odds, and match details.

Input
ParamTypeDescription
datestringDate for predictions in DD-MM-YYYY format (e.g. 03-09-2026). When omitted, returns today's predictions.
Response
{
  "type": "object",
  "fields": {
    "date": "Selected date in DD-MM-YYYY format",
    "draw_matches": "Array of match predictions with draw markets",
    "total_predictions": "Total number of match predictions available for the date across all markets",
    "draw_matches_count": "Number of matches with draw market predictions"
  },
  "sample": {
    "data": {
      "date": "02-09-2026",
      "draw_matches": [],
      "total_predictions": 0,
      "draw_matches_count": 0
    },
    "status": "success"
  }
}

About the Stats24 API

The Stats24 API on Parse exposes 1 endpoint for the publicly available data on stats24.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.