3d.cstrike.app

An embeddable, interactive 3D viewer for Counter-Strike 2 weapon skins.

Embed

Add the viewer to any page with an iframe:

<iframe
  src="https://3d.cstrike.app/view?item=%7B%22id%22%3A95%7D"
  width="800"
  height="600"
  loading="lazy"
></iframe>

URL parameters

item
URL-encoded JSON (a CS2BaseInventoryItem).
icon
Static inventory-icon pose instead of the interactive inspect.
key
Partner key. On approved origins, removes the watermark and raises rate limits.
cdn
Base URL for viewer assets. Must serve with permissive CORS.
bg
Gradient backdrop behind the canvas.
zoom
Initial zoom, from 0 (zoomed out) to 1 (zoomed in).
nospinner
Hides the built-in loading spinner.

Watermark & limits

Public embeds show a small watermark and are rate limited. To remove the watermark and lift the limits for your site, email [email protected].