Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for Counter-Strike 2 Skins Database

Dataset Summary

This dataset contains a comprehensive collection of all skins from Counter-Strike 2. It includes metadata and 1534 high-quality PNG images for each skin. The dataset is useful for researchers, developers, building applications related to CS2 skins.

Dataset Structure

Data Format

The dataset is provided in JSON format, where each entry represents a skin with associated metadata:

{
  "name": "★ StatTrak™ Kukri Knife | Night Stripe (Factory New)",
  "exterior": "Factory New",
  "weapon": "Kukri Knife",
  "rarity": "Covert",
  "imageid": "1561"
}

Data Fields

  • name (string): The full name of the skin, including weapon type, skin name, and condition.
  • exterior (string): The wear level of the skin (e.g., Factory New, Minimal Wear, Field-Tested, etc.).
  • weapon (string): The weapon type associated with the skin.
  • rarity (string): The skin rarity category (e.g., Covert, Classified, Restricted, etc.).
  • imageid (string): The identifier for the corresponding skin image in the images/ directory.

Image Files

Each skin has an associated image stored in the images/ folder. The filename follows the pattern:

images/{imageid}.png

For example, a skin entry with "imageid": "1562" will have its image located at:

images/1562.png

Dataset Curators

While402

Downloads last month
7