v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV1 API Schedule
Get Last Events
See the last few events for a team using the Team ID.
get/eventslast.php
Query parameters
idinteger required
Unique identifier for the team.
Response
Successful Response
Example response
{
"results": [
{
"idEvent": "2070211",
"idAPIfootball": "1208396",
"strEvent": "Liverpool vs Crystal Palace",
"strEventAlternate": "Crystal Palace @ Liverpool",
"strFilename": "English Premier League 2025-05-25 Liverpool vs Crystal Palace",
"strSport": "Soccer",
"idLeague": "4328",
"strLeague": "English Premier League",
"strLeagueBadge": "https://www.thesportsdb.com/images/media/league/badge/gasy9d1737743125.png",
"strSeason": "2024-2025",
"strDescriptionEN": "",
"strHomeTeam": "Liverpool",
"strAwayTeam": "Crystal Palace",
"intHomeScore": "1",
"intRound": "38",
"intAwayScore": "1",
"intSpectators": null,
"strOfficial": "",
"strTimestamp": "2025-05-25T15:00:00",
"dateEvent": "2025-05-25",
"dateEventLocal": "2025-05-25",
"strTime": "15:00:00",
"strTimeLocal": "16:00:00",
"strGroup": "",
"idHomeTeam": "133602",
"strHomeTeamBadge": "https://r2.thesportsdb.com/images/media/team/badge/kfaher1737969724.png",
"idAwayTeam": "133632",
"strAwayTeamBadge": "https://r2.thesportsdb.com/images/media/team/badge/ia6i3m1656014992.png",
"intScore": null,
"intScoreVotes": null,
"strResult": "",
"idVenue": "15407",
"strVenue": "Anfield",
"strCountry": "England",
"strCity": "",
"strPoster": "https://r2.thesportsdb.com/images/media/event/poster/0bqt4u1689062755.jpg",
"strSquare": "https://r2.thesportsdb.com/images/media/event/square/m9bolf1689062898.jpg",
"strFanart": null,
"strThumb": "https://r2.thesportsdb.com/images/media/event/thumb/zc5b1c1689062606.jpg",
"strBanner": "https://r2.thesportsdb.com/images/media/event/banner/vscsuz1689063015.jpg",
"strMap": null,
"strTweet1": "",
"strTweet2": "",
"strTweet3": "",
"strVideo": "https://www.youtube.com/watch?v=V1LWoK1ZIfU",
"strStatus": "Match Finished",
"strPostponed": "no",
"strLocked": "unlocked"
}
]
}