ByMykel / CSGO-API

An unofficial JSON API for Counter-Strike 2 in multiples languages. List of skins, cases, stickers, collections, collectibles, agents, graffiti, keys, patches and music kits.
https://bymykel.github.io/CSGO-API/
MIT License
260 stars 31 forks source link

Add array of cases where every skin can be found. #33

Closed ByMykel closed 1 year ago

ByMykel commented 1 year ago
{
        "id": "skin-329882800",
        "name": "Moto Gloves | Cool Mint",
        "description": "These bulky hard knuckled....",
        "weapon": "Moto Gloves",
        "category": "Gloves",
        "pattern": "Cool Mint",
        "min_float": 0.06,
        "max_float": 0.8,
        "rarity": "Extraordinary",
        "stattrak": false,
        "paint_index": "10028",

        "crates": [
                { "id": "crate-4352", "name": "Operation Hydra Case" },
                { "id": "crate-4288", "name": "Glove Case" }
        ]

        "image": "https://steamcdn-a.akamai..."
    }