Skip to main content

Get category

GET 

/api/v2/google/categories/:category_id

This endpoint lets you retrieve the data of a specific category.

Request

Path Parameters

    category_id stringrequired

Query Parameters

    lang locale

    Default value: en

    Get results in a specific language

Responses

Schema

    id stringrequired

    Unique google category id

    name stringrequired

    Category name in given language or user's language

Loading...