How to use it ? |
| Posted: 09 Oct 2023 19:06 | |||
Posts: 2 Joined: 2023 | Hello, I am new and signed up today. I would like to get the data and use them in Python but I do not understandhow I can do this. Is there any help or manual ? Thx in advance Alpan | ||
![]() | |||
| Posted: 10 Oct 2023 05:48 | |||
Posts: 1,088 Joined: 2020 | What do you not understand? Prerequisite essential knowledge needed to know before you start is how an API works and some knowledge of a programming language. Once you have that base it should be pretty self-explanatory to use this https://www.thesportsdb.com/api.php. | ||
![]() | |||
| Posted: 11 Oct 2023 19:07 | |||
zag Posts: 3,853 Joined: 2020 | As a start just load the API examples into a web page. I'd advise the chrome jsonview extension to see the output nicely. Then in python its a couple of lines to load the API result into an object or list. Take baby steps | ||
![]() |