Advertisement
KoctrX

Untitled

May 17th, 2024
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Ось список значень для всіх полів у форматі JSON, включаючи доповнений список для "Training Style":
  2.  
  3. ```json
  4. {
  5.   "belt": [
  6.     "White Belt",
  7.     "Blue Belt",
  8.     "Purple Belt",
  9.     "Brown Belt",
  10.     "Black Belt",
  11.     "Red/Black Belt (Coral Belt)",
  12.     "Red/White Belt (Coral Belt)",
  13.     "Red Belt"
  14.   ],
  15.   "training_style": [
  16.     "Gi",
  17.     "No-Gi",
  18.     "MMA",
  19.     "Self-Defense",
  20.     "Submission Wrestling",
  21.     "Freestyle Wrestling",
  22.     "Greco-Roman Wrestling",
  23.     "Folkstyle Wrestling",
  24.     "Catch Wrestling",
  25.     "Judo",
  26.     "Sambo",
  27.     "Luta Livre"
  28.   ],
  29.   "weight_division": [
  30.     "Rooster weight (up to 57 kg or 125 lbs)",
  31.     "Light-feather weight (57 - 64 kg or 125 - 141 lbs)",
  32.     "Feather weight (64 - 70 kg or 141 - 154 lbs)",
  33.     "Light weight (70 - 77 kg or 154 - 170 lbs)",
  34.     "Middle weight (77 - 88 kg or 170 - 194 lbs)",
  35.     "Light-heavy weight (88 - 94 kg or 194 - 207 lbs)",
  36.     "Heavy weight (94 - 100 kg or 207 - 221 lbs)",
  37.     "Super-heavy weight (100 - 108 kg or 221 - 238 lbs)",
  38.     "Ultra-heavy weight (108 kg or 238 lbs and above)"
  39.   ],
  40.   "favorite_style_position": [
  41.     "Berimbolo",
  42.     "Guard",
  43.     "Half Guard",
  44.     "Mount",
  45.     "Back Control",
  46.     "Side Control",
  47.     "Turtle",
  48.     "De La Riva Guard",
  49.     "X-Guard",
  50.     "Spider Guard",
  51.     "Closed Guard",
  52.     "Open Guard"
  53.   ]
  54. }
  55. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement