Skip to main content
Version: v2

Brands

info

Read more in the API documentation for the brands endpoint.

The brands endpoint has full support, including query validation.

EndpointFunctionClient methodFilters class
"brands"brandsClient.brandsBrandsFilters

Usage

Using top-level functions
import bavapi

result = bavapi.brands("TOKEN", name="Facebook")

Available filters in function calls

These filters are available directly within the function/method:

  • Positional filters: name, country_codes, year_numbers
  • Keyword filters: brand_id, studies

For other filters, passing a BrandsFilters instance to the filters parameter is required.