Skip to main content
GET
List Classifications

Overview

Returns the complete Nice Classification system used to categorize goods and services in trademark applications. Each class includes its number, title, and description. The Nice Classification is maintained by WIPO and updated annually; Signa always reflects the current edition. This reference endpoint is useful for building class pickers, validating user input, and displaying human-readable class descriptions alongside trademark data.

Query Parameters

string
Filter by classification type: goods (classes 1-34) or services (classes 35-45).
string
Search classification titles, descriptions, and terms (case-insensitive contains, max 200 characters).
integer
default:"100"
Max results per page (max 500). The default returns all 45 classes in one page.
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