GET /apis/item.json
Parameters:
Name: uuid
Value: string
Examples:
Sample Request:
GET /apis/item.json?uuid=09d5b6331e6c3b4eb414a5d04200235c
Sample Response:
{
"uuid": "09d5b6331e6c3b4eb414a5d04200235c",
"type": "mlb_card",
"name": "Tyler Glasnow",
"rarity": "Silver",
"team": "Pirates",
"team_short_name": "PIT",
"ovr": 79,
"series": "Topps Now",
"series_texture_name": "",
"series_year": 2017,
"display_position": "SP",
"display_secondary_positions": "",
"jersey_number": "24",
"age": 23,
"bat_hand": "L",
"throw_hand": "R",
"weight": "225 lbs",
"height": "6'8\"",
"born": "California",
"is_hitter": false,
"stamina": 74,
"pitching_clutch": 65,
"hits_per_bf": 67,
"k_per_bf": 89,
"bb_per_bf": 53,
"hr_per_bf": 65,
"pitch_velocity": 87,
"pitch_control": 76,
"pitch_movement": 81,
"contact_left": 7,
"contact_right": 15,
"power_left": 0,
"power_right": 0,
"plate_vision": 4,
"plate_discipline": 34,
"batting_clutch": 7,
"bunting_ability": 59,
"drag_bunting_ability": 14,
"hitting_durability": 0,
"fielding_durability": 82,
"fielding_ability": 46,
"arm_strength": 68,
"arm_accuracy": 46,
"reaction_time": 38,
"blocking": 0,
"speed": 25,
"baserunning_ability": 0,
"baserunning_aggression": 4,
...
"pitches": [
{
"name": "4-Seam Fastball",
"speed": 95,
"control": 77,
"movement": 76
},
...
],
"quirks": [
{
"name": "Homebody",
"description": "Performs better when playing at home",
"img": "url"
},
...
],
"locations": [
"PROGRAM (Team Affinity)
]
}