Skip to main content

Get categories

GET 

/categories

Get all supported categories

Request

Query Parameters

    language string

    Default value: en

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

Responses

Categories response

Schema

    categories

    object[]

  • Array [

  • id integerrequired

    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...