data judoka.json - CyanAutomation/judokon GitHub Wiki
This file stores an array of judoka entries. Each entry contains:
Identifiers and basic info (id, firstname, surname, country, countryCode). A weight class string (e.g., "+100"). A nested stats object containing numeric attributes such as power, speed, technique, kumikata, and newaza. Additional metadata like signatureMoveId, update timestamp, URL for an external profile, and a short biography. Flags and collectible‐card details such as gender, isHidden, rarity, and a cardCode, plus match counters. The opening section illustrates the general structure:
{ "id": 0, "firstname": "Tatsuuma", "surname": "Ushiyama", "country": "Vanuatu", "countryCode": "vu", "weightClass": "+100", "stats": { "power": 9, "speed": 9, "technique": 9, "kumikata": 9, "newaza": 9 }, "signatureMoveId": 0, "lastUpdated": "2025-04-22T10:00:00Z", "profileUrl": "https://goldenkamuy.fandom.com/wiki/Tatsuuma_Ushiyama", "bio": "Tatsuuma Ushiyama ... one of the strongest and most dangerous fighter in Hokkaido.", "gender": "male", "isHidden": true, "rarity": "Legendary", "cardCode": "WKZ3-H4NF-MXT2-LQ93-JT8C", "matchesWon": 0, "matchesLost": 0, "matchesDrew": 0 }