zag
Posts: 3,511 Joined: 2020
| | From the https://www.thesportsdb.com/api/v1/json/eventsday.php api
{
"idEvent": "602472",
"idSoccerXML": "402323",
"idAPIfootball": null,
"strEvent": "Aston Villa vs Crystal Palace",
"strEventAlternate": "Crystal Palace @ Aston Villa",
"strFilename": "English Premier League 2020-04-25 Aston Villa vs Crystal Palace",
"strSport": "Soccer",
"idLeague": "4328",
"strLeague": "English Premier League",
"strSeason": "1920",
"strDescriptionEN": null,
"strHomeTeam": "Aston Villa",
"strAwayTeam": "Crystal Palace",
"intHomeScore": null,
"intRound": "35",
"intAwayScore": null,
"intSpectators": null,
"strHomeGoalDetails": "",
"strHomeRedCards": "",
"strHomeYellowCards": "",
"strHomeLineupGoalkeeper": "",
"strHomeLineupDefense": "",
"strHomeLineupMidfield": "",
"strHomeLineupForward": "",
"strHomeLineupSubstitutes": "",
"strHomeFormation": null,
"strAwayRedCards": "",
"strAwayYellowCards": "",
"strAwayGoalDetails": "",
"strAwayLineupGoalkeeper": "",
"strAwayLineupDefense": "",
"strAwayLineupMidfield": "",
"strAwayLineupForward": "",
"strAwayLineupSubstitutes": "",
"strAwayFormation": null,
"intHomeShots": null,
"intAwayShots": null,
"dateEvent": "2020-04-27",
"dateEventLocal": null,
"strDate": "27/04/20",
"strTime": "19:00:00",
"strTimeLocal": "20:00:00",
"strTVStation": null,
"idHomeTeam": "133601",
"idAwayTeam": "133632",
"strResult": null,
"strCircuit": null,
"strCountry": null,
"strCity": null,
"strPoster": null,
"strFanart": null,
"strThumb": null,
"strBanner": null,
"strMap": null,
"strTweet1": null,
"strTweet2": null,
"strTweet3": null,
"strVideo": null,
"strPostponed": "yes",
"strLocked": "unlocked"
}
Note that strCountry is "null" when this should be England. Seems to be the case for every event currently
| |