JSON
Sports Position Roles - JSON
Sports Position Roles systematically summarizes the positions, roles, characteristics, and required abilities in major sports such as soccer, basketball, baseball, and volleyball. Each position plays a different role within the team and contributes to victory through coordination. This information serves as a reference for position selection based on player aptitude and team tactics.
sports
positions
soccer
basketball
baseball
volleyball
team sports
[
{
"code": "GK",
"slug": "goalkeeper",
"sport": "soccer",
"name": "Goalkeeper",
"description": "The last line of defense protecting the goal. The only player allowed to use hands within the penalty area."
},
{
"code": "CB",
"slug": "center-back",
"sport": "soccer",
"name": "Center Back",
"description": "A defender responsible for the center of the defensive line."
},
{
"code": "SB",
"slug": "side-back",
"sport": "soccer",
"name": "Side Back",
"description": "Defenders responsible for the left and right sides of the defensive line, involved in both attack and defense."
},
{
"code": "DMF",
"slug": "defensive-midfielder",
"sport": "soccer",
"name": "Defensive Midfielder",
"description": "A defensive midfielder who wins the ball in front of the defense and connects attack and defense."
},
{
"code": "OMF",
"slug": "attacking-midfielder",
"sport": "soccer",
"name": "Attacking Midfielder",
"description": "An attacking midfielder responsible for supplying passes to forwards and taking mid-range shots."
},
{
"code": "SMF",
"slug": "side-midfielder",
"sport": "soccer",
"name": "Side Midfielder",
"description": "A midfielder who initiates plays from the sides with crosses and breakthroughs."
},
{
"code": "CF",
"slug": "center-forward",
"sport": "soccer",
"name": "Center Forward",
"description": "An ace striker who aims to score in front of the goal."
},
{
"code": "WG",
"slug": "winger",
"sport": "soccer",
"name": "Winger",
"description": "A forward who cuts inside from the sides to attack."
},
{
"code": "PG",
"slug": "point-guard",
"sport": "basketball",
"name": "Point Guard",
"description": "The floor general. Responsible for organizing attacks and distributing passes."
},
{
"code": "SG",
"slug": "shooting-guard",
"sport": "basketball",
"name": "Shooting Guard",
"description": "A scoring specialist. Uses outside shots and drives as weapons."
},
{
"code": "SF",
"slug": "small-forward",
"sport": "basketball",
"name": "Small Forward",
"description": "An all-around versatile player who handles both offense and defense."
},
{
"code": "PF",
"slug": "power-forward",
"sport": "basketball",
"name": "Power Forward",
"description": "The key in the paint and mid-range. Main duties are rebounding and setting screens."
},
{
"code": "C",
"slug": "center",
"sport": "basketball",
"name": "Center",
"description": "The team's cornerstone. Dominates rebounds and blocks as the guardian of the paint."
},
{
"code": "P",
"slug": "pitcher",
"sport": "baseball",
"name": "Pitcher",
"description": "The pitcher who throws the ball to get batters out."
},
{
"code": "C-BB",
"slug": "catcher",
"sport": "baseball",
"name": "Catcher",
"description": "The catcher who receives the pitcher's throws and serves as the command tower for pitch calling."
},
{
"code": "1B",
"slug": "first-baseman",
"sport": "baseball",
"name": "First Baseman",
"description": "An infielder responsible for defending first base."
},
{
"code": "2B",
"slug": "second-baseman",
"sport": "baseball",
"name": "Second Baseman",
"description": "An infielder responsible for defending around second base, where double play coordination is crucial."
},
{
"code": "3B",
"slug": "third-baseman",
"sport": "baseball",
"name": "Third Baseman",
"description": "An infielder responsible for defending third base, where handling hard-hit balls is required."
},
{
"code": "SS",
"slug": "shortstop",
"sport": "baseball",
"name": "Shortstop",
"description": "The 'key of the infield' who defends the wide central area of the infield."
},
{
"code": "LF",
"slug": "left-fielder",
"sport": "baseball",
"name": "Left Fielder",
"description": "An outfielder responsible for defending the left side of the outfield."
},
{
"code": "CF-BB",
"slug": "center-fielder",
"sport": "baseball",
"name": "Center Fielder",
"description": "An outfielder who defends center field and serves as the captain of the outfield."
},
{
"code": "RF",
"slug": "right-fielder",
"sport": "baseball",
"name": "Right Fielder",
"description": "An outfielder responsible for defending the right side of the outfield, where a strong arm is required."
},
{
"code": "S-VB",
"slug": "setter",
"sport": "volleyball",
"name": "Setter",
"description": "The team's command tower. Responsible for setting up attackers with tosses."
},
{
"code": "OH",
"slug": "outside-hitter",
"sport": "volleyball",
"name": "Outside Hitter",
"description": "The center of attack who spikes from both left and right sides."
},
{
"code": "OP",
"slug": "opposite",
"sport": "volleyball",
"name": "Opposite",
"description": "An attacking position located diagonally opposite the setter."
},
{
"code": "MB",
"slug": "middle-blocker",
"sport": "volleyball",
"name": "Middle Blocker",
"description": "A position where blocking in the center is the main role."
},
{
"code": "L",
"slug": "libero",
"sport": "volleyball",
"name": "Libero",
"description": "A defense-only position. Main duties are receiving and digging in the back row."
}
]