GunSpec

Alle 35 Beispiele

Tools

List ammunition loads

  1. 1

    Eine Person fragt

    • List some 9mm Parabellum ammunition loads.
  2. 2

    Der Assistent ruft das Tool auf

    tools/call
    json
    {  "name": "gunspec_list_ammunition",  "arguments": {    "caliber_id": "9x19mm-parabellum",    "per_page": 5  }}
  3. 3

    Der Server antwortet

    Ergebnis
    json
    {  "ammunition": [    {      "id": "adi-world-class-124jhp",      "caliberId": "9x19mm-parabellum",      "name": "ADI World Class 124gr JHP",      "designation": "ADI9MMJHP",      "manufacturer": "ADI (Thales)",      "countryOfOrigin": "AU",      "bulletWeightG": 8.04,      "bulletType": "JHP",      "ballisticCoefficientG1": 0.141,      "ballisticCoefficientG7": null,      "referenceVelocityMps": 350,      "referenceBarrelLengthMm": 118,      "velocityRetentionExponent": 0.23,      "sectionalDensity": 0.141,      "description": "Australian-manufactured premium ammunition. ADI is the primary supplier to the Australian Defence Force, and their 'World Class' line is highly regarded for quality control.",      "yearIntroduced": 1995,      "isCommon": 1,      "isMilitary": 0,      "createdAt": "2026-02-17 05:53:36",      "updatedAt": "2026-02-17 05:53:36",      "bulletSvgUrl": "https://api.gunspec.io/v1/ammunition/adi-world-class-124jhp/bullet.svg"    },    {      "id": "federal-hst-124jhp",      "caliberId": "9x19mm-parabellum",      "name": "Federal Premium HST 124gr JHP",      "designation": "P9HST1",      "manufacturer": "Federal Premium",      "countryOfOrigin": "US",      "bulletWeightG": 8.04,      "bulletType": "JHP",      "ballisticCoefficientG1": 0.15,      "ballisticCoefficientG7": null,      "referenceVelocityMps": 350,      "referenceBarrelLengthMm": 102,      "velocityRetentionExponent": 0.23,      "sectionalDensity": 0.141,      "description": "Widely considered the gold standard for self-defense and law enforcement. The HST design ensures consistent expansion and deep penetration even through heavy clothing barriers.",      "yearIntroduced": 2002,      "isCommon": 1,      "isMilitary": 0,      "createdAt": "2026-02-17 05:53:36",      "updatedAt": "2026-02-17 05:53:36",      "bulletSvgUrl": "https://api.gunspec.io/v1/ammunition/federal-hst-124jhp/bullet.svg"    },    {      "id": "hornady-critical-duty-135",      "caliberId": "9x19mm-parabellum",      "name": "Hornady Critical Duty 135gr FlexLock",      "designation": "90236",      "manufacturer": "Hornady",      "countryOfOrigin": "US",      "bulletWeightG": 8.75,      "bulletType": "FlexLock",      "ballisticCoefficientG1": 0.195,      "ballisticCoefficientG7": null,      "referenceVelocityMps": 308,      "referenceBarrelLengthMm": 102,      "velocityRetentionExponent": 0.24,      "sectionalDensity": 0.153,      "description": "Designed for FBI-style barrier penetration. Uses the FlexLock bullet with a polymer tip to prevent clogging when passing through glass, metal, or wood.",      "yearIntroduced": 2011,      "isCommon": 1,      "isMilitary": 0,      "createdAt": "2026-02-17 05:53:36",      "updatedAt": "2026-02-17 05:53:36",      "bulletSvgUrl": "https://api.gunspec.io/v1/ammunition/hornady-critical-duty-135/bullet.svg"    }  ],  "pagination": {    "page": 1,    "limit": 5,    "per_page": 5,    "total": 8,    "totalPages": 2  }}

    Am 17. Sept. 2026 von der Live-API erfasst. Listen und lange Texte sind für die Anzeige gekürzt.