List Ammunition
Returns a paginated list of specific ammunition loads across all calibers.
- stringHeadererforderlich
Ihr API-Schlüssel.
Authorization: Bearer <key>wird ebenfalls akzeptiert.
- integerstandard
1Page number, from 1 to 10,000
- Bereich
- 1 – 10000
- Beispiel
- integerstandard
20Items per page (max 100)
- Bereich
- 1 – 100
- Beispiel
- string
Filter by caliber slug
- Beispiel
- string
Filter by bullet construction
- Beispiel
- integer
Restrict to commonly stocked loads (1) or uncommon ones (0)
- Bereich
- 0 – 1
- Beispiel
- AmmunitionLoad[]
A specific factory ammunition load within a caliber.
- string
URL-safe slug identifying the load, e.g.
9mm-124gr-fmj. - string
Slug of the cartridge. Resolve against
/v1/calibers/{id}. - string
Display name, as the maker writes it.
- string | null
Military or standards designation for the load, e.g.
M882. - string | null
Who makes it.
- string | null
ISO 3166-1 alpha-2 code of where it was designed, e.g.
AT. - number
Bullet weight in grams. Divide by 0.0648 for grains.
- string
Bullet construction:
fmj,jhp,sp,match. - number | null
Ballistic coefficient against the G1 drag model, the convention for flat-based bullets.
- number | null
Ballistic coefficient against the G7 drag model, which fits boat-tail rifle bullets better than G1.
- number
Muzzle velocity in metres per second at the reference barrel length below, not at the barrel of any particular firearm.
- number
Barrel length in millimetres the reference velocity was measured from. Velocity for another barrel is extrapolated from this pair.
- number | null
Bullet mass divided by the square of its diameter. Higher penetrates better, all else equal.
- integer | null
Year it entered production or service. Null where the date is disputed or unknown.
- integer
1 when the load is commonly stocked.
- string | null
Absolute URL of the rendered bullet diagram.
- number | null
Decay exponent used when extrapolating velocity to a barrel length other than the reference one.
- string | null
Prose summary of the record, where one has been written.
- integer
1 when the load is a military issue round.
- string
When the record was first added,
YYYY-MM-DD HH:MM:SSin UTC. - string
When a field we serve last changed,
YYYY-MM-DD HH:MM:SSin UTC. - number
Current page number
- number
Items per page
- number
Total matching records (Builder and above)
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Mindeststufe
- Builder+
- Monatskontingent
- 25,000/mo
- Anfragerate
- 60/min
- Tageslimit
- 2,000
Die Werte gelten für die Mindeststufe dieses Endpunkts. Höhere Stufen erhöhen alle Limits.
Dieser Aufruf beantwortet bedingte Anfragen. Speichern Sie das ETag einer Antwort und senden Sie es als If-None-Match zurueck: ein unveraenderter Datensatz liefert 304 Not Modified ohne Body. Das zaehlt auf Ihr Minutenlimit, aber nicht auf Ihr Tageskontingent.