What is the best JavaScript API to fetch tennis data ? (working on SoloLearn) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

What is the best JavaScript API to fetch tennis data ? (working on SoloLearn)

I am currently working on my biggest project. The idea is to create a tennis website with ReactJS (where you could see championships results, player rankings, etc...). I just don't know how and where I could fetch the data. If you know a nice API for tennis stuff, please answer me. It would help me so much !

26th Aug 2023, 8:32 PM
Raheray
Raheray - avatar
6 Respuestas
+ 5
This is interesting topic Raheray . I think there is a source of sources for these news, which will be needed to find out. Anyway you could ask somewhere per email, message or chat and say that you learn to code and wheter you could use the services for free.
27th Aug 2023, 3:36 PM
JaScript
JaScript - avatar
+ 4
Raheray that's great that you found something you like. I am looking forward to seeing the result. Happy coding!
27th Aug 2023, 10:38 AM
JaScript
JaScript - avatar
+ 2
The best is relative and would have to be defined first. You can search in web for sources of such date and if possible collect them. But you should know that in generally this is NOT allowed.
27th Aug 2023, 8:34 AM
JaScript
JaScript - avatar
+ 1
JaScript thank you for your answer. I did some more research on my own and I found an API that seems to work well. I just have to look the docs to understand it better but I think it's good :)
27th Aug 2023, 9:54 AM
Raheray
Raheray - avatar
0
JaScript The API I found was not handy and it had some errors. Plus, most of the other APIs I found have a limited amount of query per day/week/month with their freemium versions (which I understand). But I don't want to pay anything... and I have to do more research
27th Aug 2023, 3:16 PM
Raheray
Raheray - avatar
0
"For fetching tennis data in your ReactJS project, you might want to consider using the "Tennis Data API" by the Sports Open Data. It provides a variety of tennis-related information such as player data, tournament results, rankings, and more. You can make HTTP requests to their API endpoints to retrieve the data you need for your website. Make sure to review their documentation to understand how to structure your API calls and handle the responses effectively.
28th Aug 2023, 11:59 AM
S2XPHOENIX🇮🇳
S2XPHOENIX🇮🇳 - avatar