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.
curl -X GET 'https://api.parse.bot/scraper/be2c30e0-dc08-4ac3-811e-41be2ebb5272/get_draw_matches' \ -H 'X-API-Key: $PARSE_API_KEY'
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.
| Param | Type | Description |
|---|---|---|
| date | string | Date for predictions in DD-MM-YYYY format (e.g. 03-09-2026). When omitted, returns today's predictions. |
{
"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.