This section document describe the APIs from sofascore. Sofascore has a lot of data and in play statistics we will try to document here.
The swagger file is available in this project in case you want to auto generate a client
The swagger file is also available on a local web server you can deploy anywhere to test sofascore apis
Get the dependencies
npm ci
Run it locally
npm run start
To allow you to deploy the swagger app anywhere we have a docker image available
TBD