A one-stop API solution for all your sporting data
Report a bug
|
Request a feature
Sportscaster is a reliable sports API which scrapes data from the most reliable sources in the internet and organizes them in a neat and easy to use JSON format.
Reasons why I built this
Ofcourse, the API is not complete and I will continue to make it better so if you have any issues or want something that is not in the API yet, feel free to raise a issue
A list of sites I scraped for this API are listed in acknowledgements
The API is very simple to use , all you have to do is know what you want to search for!
A sample is given below, we extract the live football matches of the day
curl https://sportscaster.herokuapp.com/football/live-matches
returns the output in the following
[
{
"match_type": "matchday 3",
"match_code": "3594182",
"teams": [
{
"name": "Hallescher FC",
"code": "hallescher-fc",
"id": "440"
},
{
"name": "E. Braunschweig",
"code": "eintracht-braunschweig",
"id": "23"
}
],
"match_status": "6:00 PM"
},
.
.
.
]
and so on
For more requests , kindly visit the docs
Visit Documentation for Local-Development
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Note:- Set your PRs towards dev only, any PR set to main will be closed
Distributed under the Eclipse Public License -v 2.0. See LICENSE
for more information