Firearm media
Returns every image, silhouette, render, schematic and 3D model URL for a firearm, with credits and sizes. Use the URLs directly. Do not attempt to fetch file contents through this tool.
Example usage
- 1
A person asks
- Show me images of the Glock 17.
- 2
The assistant calls the tool
tools/calljson{ "name": "gunspec_firearm_media", "arguments": { "id": "glock-g17" }} - 3
The server answers
Resultjson[ { "id": 1460, "kind": "silhouette", "mimeType": "image/svg+xml", "width": null, "height": null, "alt": null, "url": "https://assets.gunspec.io/firearms/line/svg/glock-g17.svg", "sizes": { "full": "https://api.gunspec.io/v1/firearms/glock-g17/media/1460?size=full", "display": "https://api.gunspec.io/v1/firearms/glock-g17/media/1460?size=display", "thumb": "https://api.gunspec.io/v1/firearms/glock-g17/media/1460?size=thumb" }, "credit": { "source": "generated", "author": null, "sourceUrl": null, "license": "cc0" } }, { "id": 9826, "kind": "photo", "mimeType": "image/webp", "width": 1920, "height": 1275, "alt": "Glock 17", "url": "https://assets.gunspec.io/content/firearms/photos/glock-g17/01-photo.c01b4944ea90.webp", "sizes": { "full": "https://api.gunspec.io/v1/firearms/glock-g17/media/9826?size=full", "display": "https://api.gunspec.io/v1/firearms/glock-g17/media/9826?size=display", "thumb": "https://api.gunspec.io/v1/firearms/glock-g17/media/9826?size=thumb" }, "credit": { "source": "Wikimedia Commons", "author": "Askild Antonsen", "sourceUrl": "https://commons.wikimedia.org/wiki/File:Glock_17_(6825676904).jpg", "license": "CC BY 2.0" } }, { "id": 6578, "kind": "render", "mimeType": "image/png", "width": null, "height": null, "alt": null, "url": "https://api.gunspec.io/v1/firearms/glock-g17/media/6578", "sizes": { "full": "https://api.gunspec.io/v1/firearms/glock-g17/media/6578?size=full", "display": "https://api.gunspec.io/v1/firearms/glock-g17/media/6578?size=display", "thumb": "https://api.gunspec.io/v1/firearms/glock-g17/media/6578?size=thumb" }, "credit": { "source": null, "author": null, "sourceUrl": null, "license": null } }]Captured from the live API on Sep 17, 2026. Lists and long text are shortened for display.
Related references
Arguments
| Name | Type | Description |
|---|---|---|
id (required) | string | The firearm slug, e.g. as returned by a list or search tool. |
kind | string | Return this media kind only. One of: silhouette, render, photo, schematic, model |