Skip to main content
GET
List Status Codes

Overview

Every trademark carries the office’s own status code in status.raw.code, next to Signa’s normalised status.primary, status.stage and status.reason. This endpoint lists those office codes, each with the label the office publishes for it and the normalised status Signa maps it to. Use it to show the office’s wording for a code, or to see which office codes land on a given stage. raw.label is the office’s own text, never a Signa description. It is null when we hold no verbatim office label for the code (for example USPTO codes today), including when the only text we hold is the code itself or wording Signa wrote.

Query Parameters

string
Filter by office code (WIPO ST.3, e.g. US, EM). Legacy codes (uspto, euipo) and EU are accepted as aliases. Omit to return every office. Unknown query parameters are rejected with 400.
integer
default:"100"
Max results per page (max 500).
string
Pagination cursor from pagination.cursor of the previous page.

Response

This endpoint is publicly cacheable, so the response never includes request_id.
string
Always list.
object[]
boolean
Whether more pages are available.
object

Code Examples

Errors