GET /apis/item.json
Parameters:
Name: uuid
Value: string
Examples:
Sample Request:
GET /apis/item.json?uuid=bb00d1c8cf377a49b8e5bac839ced4e9
Sample Response:
{
"uuid": "bb00d1c8cf377a49b8e5bac839ced4e9",
"name": "A.J. Cole",
"rarity": "Bronze",
"team": "Blue Jays",
"ovr": 67,
"age": 27,
"bat_hand": "R",
"throw_hand": "R",
"is_hitter": 0,
"stamina": 45,
"pitching_clutch": 58,
"hits_per_bf": 61,
"k_per_bf": 70,
"bb_per_bf": 53,
"hr_per_bf": 35,
"pitch_velocity": 76,
"pitch_control": 65,
"pitch_movement": 88,
"contact_left": 0,
"contact_right": 1,
"power_left": 2,
"power_right": 5,
"plate_vision": 3,
"plate_discipline": 8,
"batting_clutch": 0,
"bunting_ability": 65,
"drag_bunting_ability": 10,
"hitting_durability": 0,
"fielding_ability": 48,
"arm_strength": 55,
"arm_accuracy": 54,
"reaction_time": 50,
"blocking": 0,
"speed": 25,
"baserunning_ability": 0,
"baserunning_aggression": 0,
...
"pitches": [
{
"name": "Slider",
"speed": 84,
"control": 71,
"movement": 88
},
...
],
"quirks": [
{
"name": "Unbreakable",
"description": "Avoids injuries and recovers energy at a high rate",
"img": "url"
},
...
],
}