Skip to main content
Version: v2

Years

info

Read more in the API documentation for the years endpoint.

The years endpoint has full support, including query validation.

EndpointFunctionClient methodFilters class
"years"yearsClient.yearsYearsFilters

Usage

Using top-level functions
import bavapi

result = bavapi.years("TOKEN", name=2023)

Available filters in function calls

These filters are available directly within the function/method:

  • Positional filters: year
  • Keyword filters: year_id

For other filters, passing an YearsFilters instance to the filters parameter is required.