Get a caliber
Returns the full record for one cartridge: SAAMI/CIP dimensions, case shape, projectile, origin, parent cartridge and provenance.
Anwendungsbeispiel
- 1
Eine Person fragt
- What are the dimensions of the 9x19mm Parabellum cartridge?
- 2
Der Assistent ruft das Tool auf
tools/calljson{ "name": "gunspec_get_caliber", "arguments": { "id": "9x19mm-parabellum" }} - 3
Der Server antwortet
Ergebnisjson{ "id": "9x19mm-parabellum", "name": "9x19mm Parabellum", "aliases": "[\"7N21\",\"7N31\",\"9mm\",\"9mm +P\",\"9mm Luger\",\"9mm M38\",\"9mm M38 (Italian high-pressure variant)\",\"9mm NATO\",\"9mm Para\",\"9mm Parabellum\",\"9mm patron m/39\",\"9x19mm\",\"9x19mm 7N21\",\"9x19mm NATO\"]", "natoDesignation": "9mm NATO", "bulletDiameterMm": 9.01, "neckDiameterMm": 9.65, "baseDiameterMm": 9.93, "caseLengthMm": 19.15, "overallLengthMm": 29.69, "maxPressureMpa": 235, "maxPressurePsi": 34084, "typicalBulletWeightG": 7.45, "typicalMuzzleVelocityMps": 360, "typicalMuzzleEnergyJ": 481, "primerType": "small_pistol", "cartridgeType": "rimless", "parentCartridgeId": "7-65x21mm-parabellum", "yearIntroduced": 1902, "designer": "Georg Luger", "rimDiameterMm": 9.96, "rimThicknessMm": 1.27, "shoulderDiameterMm": null, "bulletLengthMm": 12.9, "caseShape": "tapered", "caseMaterial": "brass", "projectileKind": "bullet", "bulletProfile": "round_nose", "closure": "bullet", "markingColor": null, "markingMeaning": null, "specSource": "https://en.wikipedia.org/wiki/9%C3%9719mm_Parabellum", "specStandard": "cip", "dataConfidence": 0.95, "verifiedAt": "2026-09-08", "verifiedFields": "[\"exists\",\"bullet_diameter_mm\",\"neck_diameter_mm\",\"base_diameter_mm\",\"rim_diameter_mm\",\"rim_thickness_mm\",\"case_length_mm\",\"overall_length_mm\",\"primer_type\",\"max_pressure_mpa\"]", "createdAt": "2026-02-11 23:44:40", "updatedAt": "2026-09-10 01:25:59", "version": "cd56221351785b333a9eaa665adaa165b5cfe2544a8c60dbb031349bfe9fe918", "provenance": { "sources": [], "sourceKinds": [], "bestSourceKind": null, "dataConfidence": 0.95, "verifiedAt": "2026-09-08", "verifiedFields": [ "exists", "bullet_diameter_mm", "neck_diameter_mm" ], "specSource": "https://en.wikipedia.org/wiki/9%C3%9719mm_Parabellum", "updatedAt": "2026-09-10 01:25:59", "version": "cd56221351785b333a9eaa665adaa165b5cfe2544a8c60dbb031349bfe9fe918" }}Am 17. Sept. 2026 von der Live-API erfasst. Listen und lange Texte sind für die Anzeige gekürzt.
Zugehörige Referenzen
Argumente
| Name | Typ | Beschreibung |
|---|---|---|
id (erforderlich) | string | The caliber slug, e.g. as returned by a list or search tool. |