GET /sports/:sport/:league
Sæktu lifandi og nýleg úrslit fyrir tiltekna íþrótt og deild. Skilar leikupplýsingum þar á meðal nöfnum liða, núverandi stöðu, leikstöðu (áætlaður/í gangi/lokaður) og tímasetningu. Gefðu upp íþrótta- og deildarkóða frá tiltækum íþrótta-endpoint (t.d. soccer/eng.1 fyrir ensku Premier League). Gagnlegt fyrir íþróttamælaborð, stigatöflur, veðjunarforrit og verkfæri fyrir fantasíuíþróttir. Gögn frá ESPN.
sport
nauðsynlegt
Sport
league
nauðsynlegt
League
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
sport |
Já | - | Sport |
league |
Já | - | League |
curl https://nordapi.ee/api/v1/sports/soccer/eng.1
curl https://nordapi.ee/api/v1/sports/soccer/eng.1
curl https://nordapi.ee/api/v1/sports/basketball/nba
curl https://nordapi.ee/api/v1/sports/football/nfl
{
"count": 10,
"data": [
{
"date": "2026-05-24T15:00Z",
"id": "740966",
"name": "Manchester United at Brighton & Hove Albion",
"status": "Scheduled",
"teams": [
{
"abbreviation": "BHA",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/331.png",
"name": "Brighton & Hove Albion",
"score": "0",
"winner": false
},
{
"abbreviation": "MAN",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/360.png",
"name": "Manchester United",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740967",
"name": "Wolverhampton Wanderers at Burnley",
"status": "Scheduled",
"teams": [
{
"abbreviation": "BUR",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/379.png",
"name": "Burnley",
"score": "0",
"winner": false
},
{
"abbreviation": "WOL",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/380.png",
"name": "Wolverhampton Wanderers",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740968",
"name": "Arsenal at Crystal Palace",
"status": "Scheduled",
"teams": [
{
"abbreviation": "CRY",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/384.png",
"name": "Crystal Palace",
"score": "0",
"winner": false
},
{
"abbreviation": "ARS",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/359.png",
"name": "Arsenal",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740969",
"name": "Newcastle United at Fulham",
"status": "Scheduled",
"teams": [
{
"abbreviation": "FUL",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/370.png",
"name": "Fulham",
"score": "0",
"winner": false
},
{
"abbreviation": "NEW",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/361.png",
"name": "Newcastle United",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740975",
"name": "Brentford at Liverpool",
"status": "Scheduled",
"teams": [
{
"abbreviation": "LIV",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/364.png",
"name": "Liverpool",
"score": "0",
"winner": false
},
{
"abbreviation": "BRE",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/337.png",
"name": "Brentford",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740970",
"name": "Aston Villa at Manchester City",
"status": "Scheduled",
"teams": [
{
"abbreviation": "MNC",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/382.png",
"name": "Manchester City",
"score": "0",
"winner": false
},
{
"abbreviation": "AVL",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/362.png",
"name": "Aston Villa",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740972",
"name": "AFC Bournemouth at Nottingham Forest",
"status": "Scheduled",
"teams": [
{
"abbreviation": "NFO",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/393.png",
"name": "Nottingham Forest",
"score": "0",
"winner": false
},
{
"abbreviation": "BOU",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/349.png",
"name": "AFC Bournemouth",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740973",
"name": "Chelsea at Sunderland",
"status": "Scheduled",
"teams": [
{
"abbreviation": "SUN",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/366.png",
"name": "Sunderland",
"score": "0",
"winner": false
},
{
"abbreviation": "CHE",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/363.png",
"name": "Chelsea",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740974",
"name": "Everton at Tottenham Hotspur",
"status": "Scheduled",
"teams": [
{
"abbreviation": "TOT",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/367.png",
"name": "Tottenham Hotspur",
"score": "0",
"winner": false
},
{
"abbreviation": "EVE",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/368.png",
"name": "Everton",
"score": "0",
"winner": false
}
]
},
{
"date": "2026-05-24T15:00Z",
"id": "740971",
"name": "Leeds United at West Ham United",
"status": "Scheduled",
"teams": [
{
"abbreviation": "WHU",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/371.png",
"name": "West Ham United",
"score": "0",
"winner": false
},
{
"abbreviation": "LEE",
"logo": "https://a.espncdn.com/i/teamlogos/soccer/500/357.png",
"name": "Leeds United",
"score": "0",
"winner": false
}
]
}
],
"league": "eng.1",
"sport": "soccer",
"success": true
}