The following request will provide you with a list of supported sports by LSports:
Method - POST
URL - https://stm-api.lsports.eu/Sports/Get
?Body Scheme
{ "PackageId": YourPackageId, "UserName": "YourUserName", "Password": "YourPassword" }
Parameter breakdown
Parameter | Description | Mandatory Field |
---|---|---|
Username | Username as it apparrs in the package | ✓ |
Password | Password as it appears the package | ✓ |
PackageId | PackageId as it provide by LSports | ✓ |
Response Scheme
{ "Header": { "HttpStatusCode": 200 }, "Body": { "Sports": [ { "Id": 274791, "Name": "Rugby Union" }, { "Id": 274792, "Name": "Rugby League" } ] } }
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article