zag
Posts: 3,511 Joined: 2020
| | Hi, the API "TV Events on a day" is limited to Patreon users only.
Can you please provide a a JSON schema/sample data of a success response, so it doesn't stop development, until we get the Patreon subscription?
Thanks
Sure here you go:
{
"tvevents": [
{
"id": "2654",
"idEvent": "577216",
"strSport": "Cycling",
"strEvent": "Tour de France - Stage 1",
"idChannel": "7447",
"strCountry": "Portugal",
"strLogo": "https://www.thesportsdb.com/images/media/logo/wuyqur1434267176.png",
"strChannel": "Eurosport 1",
"strSeason": "2018",
"strTime": "00:00:00",
"dateEvent": "2018-07-07",
"strTimeStamp": null
},
{
"id": "2655",
"idEvent": "577216",
"strSport": "Cycling",
"strEvent": "Tour de France - Stage 1",
"idChannel": "2247",
"strCountry": "France",
"strLogo": "https://www.thesportsdb.com/images/media/logo/tutyvx1474667310.png",
"strChannel": "Eurosport",
"strSeason": "2018",
"strTime": "00:00:00",
"dateEvent": "2018-07-07",
"strTimeStamp": null
},
{
"id": "2734",
"idEvent": "570073",
"strSport": "Fighting",
"strEvent": " UFC 226: Miocic vs. Cormier",
"idChannel": "4487",
"strCountry": "United States",
"strLogo": "https://www.thesportsdb.com/images/media/logo/rysypx1472104075.png",
"strChannel": "UFC Network",
"strSeason": "2018",
"strTime": "00:00:00",
"dateEvent": "2018-07-07",
"strTimeStamp": null
},
{
"id": "3161",
"idEvent": "584324",
"strSport": "Fighting",
"strEvent": "G1 Special in San Francisco",
"idChannel": "5234",
"strCountry": "United States",
"strLogo": "",
"strChannel": "AXS TV",
"strSeason": "2018",
"strTime": "00:00:00",
"dateEvent": "2018-07-07",
"strTimeStamp": null
},
{
"id": "849",
"idEvent": "530700",
"strSport": "Motorsport",
"strEvent": "New York ePrix Race 1",
"idChannel": "6374",
"strCountry": "United Kingdom",
"strLogo": "https://www.thesportsdb.com/images/media/logo/ytqsvp1473541464.png",
"strChannel": "Channel 5 HD",
"strSeason": "1718",
"strTime": "",
"dateEvent": "2018-07-07",
"strTimeStamp": null
},
{
"id": "860",
"idEvent": "530700",
"strSport": "Motorsport",
"strEvent": "New York ePrix Race 1",
"idChannel": "6512",
"strCountry": "United Kingdom",
"strLogo": "https://www.thesportsdb.com/images/media/logo/xtuusr1474667321.png",
"strChannel": "Eurosport HD",
"strSeason": "1718",
"strTime": "",
"dateEvent": "2018-07-07",
"strTimeStamp": null
},
{
"id": "2074",
"idEvent": "573522",
"strSport": "Motorsport",
"strEvent": "Coke Zero 400 powered by Coca-Cola",
"idChannel": "6958",
"strCountry": "United States",
"strLogo": "https://www.thesportsdb.com/images/media/logo/wyxwxu1434505582.png",
"strChannel": "NBC",
"strSeason": "2018",
"strTime": "",
"dateEvent": "2018-07-07",
"strTimeStamp": null
},
{
"id": "2639",
"idEvent": "576850",
"strSport": "Soccer",
"strEvent": "Russia vs Croatia",
"idChannel": "2997",
"strCountry": "Spain",
"strLogo": "https://www.thesportsdb.com/images/media/logo/wptuww1441658169.png",
"strChannel": "Telecinco",
"strSeason": "2018",
"strTime": "21:00:00",
"dateEvent": "2018-07-07",
"strTimeStamp": null
},
{
"id": "2641",
"idEvent": "576856",
"strSport": "Soccer",
"strEvent": "Sweden vs England",
"idChannel": "2997",
"strCountry": "Spain",
"strLogo": "https://www.thesportsdb.com/images/media/logo/wptuww1441658169.png",
"strChannel": "Telecinco",
"strSeason": "2018",
"strTime": "18:00:00",
"dateEvent": "2018-07-07",
"strTimeStamp": null
}
]
}
| |