EUROPE · RESULTS
HNL Results
The latest HNL results - final scores updated as matches finish, and available in full via API.
No HNL results loaded yet. See upcoming fixtures.
Get this via API
Get HNL results via API
Fetch the latest final HNL scores with competition_id=comp_1941.
GET /football/matches?competition_id=comp_1941&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1941&season_id=sn_3011647&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_1941",
"matchday": 38,
"status": "finished",
"utc_date": "2026-05-24T15:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Home"
},
"away_team": {
"id": "tm_yyyy",
"name": "Away"
},
"score": {
"home": 3,
"away": 0
}
}
]
}Frequently Asked Questions
How do I get HNL results via API?
Call the matches endpoint with competition_id=comp_1941 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get HNL data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.