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 `crates` attribute to `agents.json` #52

Closed ByMykel closed 1 year ago

ByMykel commented 1 year ago
{
    "id": "agent-4734",
    "name": "Sir Bloody Skullhead Darryl | The Professionals",
    "description": "The leader of 'The Professionals' ca...",
    "rarity": "Master",
    "crates": [
        {
            "id": "collection-set-op10-characters",
            "name": "Broken Fang Agents",
            "image": "https://raw.githubusercontent.com/..."
        }
    ],
    "image": "https://steamcdn-a.akamaihd.net/apps/730..."
}