JSON
スポーツチームのポジション - JSON
スポーツチームのポジションは、各競技において選手が担う役割と位置を定義するものです。サッカーではGK・DF・MF・FWの4大ポジション、野球では投手・捕手・内野手・外野手の9ポジション、バスケットボールではPG・SG・SF・PF・Cの5ポジションが基本となっています。それぞれのポジションには特定の役割、必要なスキル、戦術的な重要性があり、チーム全体の戦略を形成する重要な要素です。
スポーツ
ポジション
サッカー
野球
バスケットボール
チームスポーツ
戦術
[
{
"code": "SOCCER-GK",
"slug": "soccer-goalkeeper",
"sport": "soccer",
"category": "goalkeeper",
"name": "ゴールキーパー",
"abbreviation": "GK",
"number": 1,
"description": "ゴールを守る最後の砦。フィールド内で唯一手を使えるプレーヤー。"
},
{
"code": "SOCCER-DF",
"slug": "soccer-defender",
"sport": "soccer",
"category": "defender",
"name": "ディフェンダー",
"abbreviation": "DF",
"description": "相手の攻撃を防ぐ守備の要。CB、SB、SWなどの細分ポジションがある。"
},
{
"code": "SOCCER-MF",
"slug": "soccer-midfielder",
"sport": "soccer",
"category": "midfielder",
"name": "ミッドフィルダー",
"abbreviation": "MF",
"description": "攻守の繋ぎ役。試合の主導権を握るゲームメイカー。"
},
{
"code": "SOCCER-FW",
"slug": "soccer-forward",
"sport": "soccer",
"category": "forward",
"name": "フォワード",
"abbreviation": "FW",
"description": "得点を狙う攻撃の主役。CF、WG、SSなどの役割がある。"
},
{
"code": "BASEBALL-P",
"slug": "baseball-pitcher",
"sport": "baseball",
"category": "pitcher",
"name": "投手",
"abbreviation": "P",
"number": 1,
"description": "マウンドからボールを投げ、打者をアウトにする。試合の勝敗を左右する重要ポジション。"
},
{
"code": "BASEBALL-C",
"slug": "baseball-catcher",
"sport": "baseball",
"category": "catcher",
"name": "捕手",
"abbreviation": "C",
"number": 2,
"description": "ホームベース後方で投手の球を受ける。チームの司令塔。"
},
{
"code": "BASEBALL-1B",
"slug": "baseball-first-baseman",
"sport": "baseball",
"category": "infielder",
"name": "一塁手",
"abbreviation": "1B",
"number": 3,
"description": "ファーストベースを守る内野手。内野手からの送球を確実に捕球する。"
},
{
"code": "BASEBALL-2B",
"slug": "baseball-second-baseman",
"sport": "baseball",
"category": "infielder",
"name": "二塁手",
"abbreviation": "2B",
"number": 4,
"description": "セカンドベースを守る内野手。ダブルプレーの要。"
},
{
"code": "BASEBALL-3B",
"slug": "baseball-third-baseman",
"sport": "baseball",
"category": "infielder",
"name": "三塁手",
"abbreviation": "3B",
"number": 5,
"description": "サードベースを守る内野手。ホットコーナーと呼ばれる。"
},
{
"code": "BASEBALL-SS",
"slug": "baseball-shortstop",
"sport": "baseball",
"category": "infielder",
"name": "遊撃手",
"abbreviation": "SS",
"number": 6,
"description": "二塁と三塁の間を守る内野手。内野の要で最も広い守備範囲を持つ。"
},
{
"code": "BASEBALL-LF",
"slug": "baseball-left-fielder",
"sport": "baseball",
"category": "outfielder",
"name": "左翼手",
"abbreviation": "LF",
"number": 7,
"description": "左翼を守る外野手。右打者の引っ張り球を処理する。"
},
{
"code": "BASEBALL-CF",
"slug": "baseball-center-fielder",
"sport": "baseball",
"category": "outfielder",
"name": "中堅手",
"abbreviation": "CF",
"number": 8,
"description": "中堅を守る外野手。外野の要で最も広い守備範囲をカバーする。"
},
{
"code": "BASEBALL-RF",
"slug": "baseball-right-fielder",
"sport": "baseball",
"category": "outfielder",
"name": "右翼手",
"abbreviation": "RF",
"number": 9,
"description": "右翼を守る外野手。強肩でランナーの進塁を阻止する。"
},
{
"code": "BASKETBALL-PG",
"slug": "basketball-point-guard",
"sport": "basketball",
"category": "guard",
"name": "ポイントガード",
"abbreviation": "PG",
"number": 1,
"description": "チームの司令塔。ボール運び、パス配給、ゲームメイクを担当。"
},
{
"code": "BASKETBALL-SG",
"slug": "basketball-shooting-guard",
"sport": "basketball",
"category": "guard",
"name": "シューティングガード",
"abbreviation": "SG",
"number": 2,
"description": "得点スペシャリスト。外角シュートとドライブが武器。"
},
{
"code": "BASKETBALL-SF",
"slug": "basketball-small-forward",
"sport": "basketball",
"category": "forward",
"name": "スモールフォワード",
"abbreviation": "SF",
"number": 3,
"description": "オールラウンダー。攻守両面で活躍する。"
},
{
"code": "BASKETBALL-PF",
"slug": "basketball-power-forward",
"sport": "basketball",
"category": "forward",
"name": "パワーフォワード",
"abbreviation": "PF",
"number": 4,
"description": "インサイドの要。リバウンドとスクリーンが主な役割。"
},
{
"code": "BASKETBALL-C",
"slug": "basketball-center",
"sport": "basketball",
"category": "center",
"name": "センター",
"abbreviation": "C",
"number": 5,
"description": "チームの大黒柱。リバウンド支配とショットブロックが役割。"
}
]