Global Baseball API
February 16th, 2024
NCAA Women's Softball
Release Date | Endpoints | Benefit |
---|---|---|
02/16/2024 | All | We have added coverage for NCAA Women's Softball for the 2024 season! All softball competitions can be accessed by changing the sport parameter from baseball to softball .Please note that you must use your Master API Key within your account to access softball data. |
<competitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated_at="2024-02-16T15:40:02+00:00" xmlns="http://schemas.sportradar.com/sportsapi/softball/v2" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/softball/v2 https://schemas.sportradar.com/sportsapi/softball/v2/schemas/competitions.xsd">
<competition id="sr:competition:42259" name="NCAA Regular Season, Women" gender="women">
<category id="sr:category:562" name="USA" country_code="USA"/>
</competition>
</competitions>
{
"generated_at": "2024-02-16T15:56:12+00:00",
"competitions": [
{
"id": "sr:competition:42259",
"name": "NCAA Regular Season, Women",
"gender": "women",
"category": {
"id": "sr:category:562",
"name": "USA",
"country_code": "USA"
}
}
]
}
Update applies to: Global Baseball v2