List interface standards
The controlled vocabulary of mount interfaces: rails, muzzle threads, optic footprints, stock and grip mounts, handguard mounts, magazine wells, side mounts, sight dovetails, bipod studs, sling points, trigger pockets and charging handles. Ids are kind-prefixed and stable.
- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- string
One kind only
- Max length
- 40
- Example
- InterfaceStandard[]
The response payload.
- string
Kind-prefixed standard id, e.g.
thread:1/2x28. URL-encode it when addressing/v1/interfaces/{id}/firearms. - string
What sort of interface it is:
thread,rail,mag,stock_mount,optic_plate. - string
Display name, as the maker writes it.
- string[]
JSON array of alternative spellings of this standard id, as a string. Ids are never renamed; a new spelling becomes an alias.
- string | null
Free-text notes that do not belong in a specific field.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Minimum tier
- Explorer+
- Monthly quota
- 200/mo
- Rate limit
- 10/min
- Daily cap
- 50
Figures shown are for this endpoint's minimum tier. Higher tiers raise every limit.
This read answers conditional requests. Keep the ETag from a response and send it back as If-None-Match: an unchanged record returns 304 Not Modified with no body, which counts toward your per-minute rate limit but not your daily allowance.