List All Category Languages

This endpoint returns all available languages associated with the specified category.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Some product categories can be found in a large variety of different languages. This endpoint will return a list of all of the languages available.

{
    "success": boolean,
    "errors": [],
    "results": [
        {
            "languageId": integer,
            "name": "string",
            "abbr": "string"
        }
    ]
}
/catalog/categories/1/languages

{
    "success": true,
    "errors": [],
    "results": [
        {
            "languageId": 1,
            "name": "English",
            "abbr": "EN"
        },
        {
            "languageId": 2,
            "name": "Chinese (S)",
            "abbr": "CS"
        },
        {
            "languageId": 3,
            "name": "Chinese (T)",
            "abbr": "CT"
        },
        {
            "languageId": 4,
            "name": "French",
            "abbr": "FR"
        },
        {
            "languageId": 5,
            "name": "German",
            "abbr": "DE"
        },
        {
            "languageId": 6,
            "name": "Italian",
            "abbr": "IT"
        },
        {
            "languageId": 7,
            "name": "Japanese",
            "abbr": "JP"
        },
        {
            "languageId": 8,
            "name": "Korean",
            "abbr": "KR"
        },
        {
            "languageId": 9,
            "name": "Portuguese",
            "abbr": "PT"
        },
        {
            "languageId": 10,
            "name": "Russian",
            "abbr": "RU"
        },
        {
            "languageId": 11,
            "name": "Spanish",
            "abbr": "SP"
        }
    ]
}
/catalog/categories/3/languages

{
    "success": true,
    "errors": [],
    "results": [
        {
            "languageId": 1,
            "name": "English",
            "abbr": "EN"
        }
    ]
}
Path Params
int32
required

The Id of the category whose languages should be returned.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

CategoryId is less than or equal to 0.

404

Category not found or no languages found.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json