I’ve been trying to figure out how to determine the difficulty type of a medal. The medals API has a difficulty number, for example "difficulty": 240, but I’d like to translate this into “Legendary”, or “Rare”, or whatever that value matches up to - same way it’s done in game. I’m assuming there’s a range here, maybe something like 1 - 50 is “Common”.
I’m not seeing anything in the API data that maps this - does anyone know what the difficulty value ranges are for the different difficulty types?
Thanks