NFL
Get competition rules
Get competition rules including scoring methodology
get/nfl/competitions/{competitionId}/rules
Path parameters
competitionIdstring required
Competition ID
Response
Competition rules retrieved successfully
Example response
{
"success": true,
"data": {
"predictionType": "game_winner",
"scoringMethod": "time_weighted_brier",
"confidenceRange": {
"max": 1
}
}
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲