Calculated Dive
Calculate the DD for a Dive Code and Height
Calculate the DD for a given Code and Height
Path Parameters
Name
Type
Description
{
"dive_code": "51101B",
"height": 27,
"is_twisting": true,
"half_twists": 1,
"half_summersaults": 10,
"is_flying": false,
"blind_entry": false,
"direction": "Forward",
"position_short": "B",
"position_long": "Pike",
"dive_group": 51,
"degree_of_difficulty": 5.1
}{
"dive_code": string,
"height": int,
"is_twisting": bool,
"half_twists": int,
"half_summersaults": int,
"is_flying": bool,
"blind_entry": bool,
"direction": string,
"position_short": string,
"position_long": string,
"dive_group": int,
"degree_of_difficulty": float
}{
"message": "The dive code is not in the valid format. (For example: 5181B) (and 1 more error)",
"errors": {
"code": [
"The dive code is not in the valid format. (For example: 5181B)",
"The DD calculator cannot calculate the DD for head-first dives."
]
}
}Last updated