GET /apis/captains.json
Parameters:
Name: Page
Value: integer greater than 0
Default: 1
Examples:
Sample Request:
GET /apis/captains.json?page=1
Sample Response:
{
"page": 1,
"per_page": 25,
"total_pages": 3,
"total_captains": 66,
"captains": [
{
"uuid": "a03aad508e99fc341087a8b9ec12c053",
"name": "Kodai Senga",
"display_position": "SP",
"team": "Mets",
"ovr": 88,
"ability_name": "Cornerstone",
"ability_desc": "Pitchers with under 65 BB/9",
"boosts": [
{
"tier": "1",
"description": "5 Pitchers with under 65 BB/9 on your squad",
"attributes": [
{
"name": "K Per 9",
"value": "5"
},
{
"name": "Pitching Clutch",
"value": "5"
}
]
},
{
"tier": "2",
"description": "8 Pitchers with under 65 BB/9 on your squad",
"attributes": [
{
"name": "K Per 9",
"value": "10"
},
{
"name": "Pitching Clutch",
"value": "10"
},
{
"name": "Hits Per 9",
"value": "5"
}
]
},
{
"tier": "3",
"description": "11 Pitchers with under 65 BB/9 on your squad",
"attributes": [
{
"name": "K Per 9",
"value": "15"
},
{
"name": "Pitching Clutch",
"value": "15"
},
{
"name": "Hits Per 9",
"value": "10"
}
]
}
]
}
]
}