Skip to content
Quadrollopo edited this page Oct 29, 2020 · 3 revisions

Getting a product

Request:

GET /v2/products/{brand}/{model}/{variant}

Where brand, model and variant are the paramenters of the product you want to get.
Return a JSON of the product.

Getting products

Request:

GET /v2/products/{brand}/{model}

You can also get more than one product by not specifying the variant