client.interfaces.list()
Every standard the vocabulary knows, optionally one kind only. Answers 304.
list(params?: ListInterfacesParams): Promise<APIResponse<InterfaceStandard[]>>- stringHeadererforderlich
Ihr API-Schlüssel.
Authorization: Bearer <key>wird ebenfalls akzeptiert.
- string
One kind only
- Max. Länge
- 40
- Beispiel
- 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
- Mindeststufe
- Explorer+
- Monatskontingent
- 200/mo
- Anfragerate
- 10/min
- Tageslimit
- 50
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.