Skip to main content

Get a category

GET 

/categories/:id

Get a category

Request

Path Parameters

    id integerrequired

    Possible values: >= 1

    The category ID

Query Parameters

    language string

    Default value: en

    ISO 639-1 language code for category translation, get supported languages from /languages

Responses

Categories response

Schema

    id integer

    ID of the category

    mainCategory

    object

    Main category

    id integer

    ID of the main category

    name string

    Translated name

    subCategory

    object

    Sub-category

    id integer

    ID of the sub-category

    name string

    Translated name

Loading...