API Documentation >> API 2.0 Main >> Marketplace Information >> Product List
This endpoint was deprecated on 05.06.2024 as this feature was made generally available via the website
https://api.cardmarket.com/ws/v2.0/productlistNone.
{
productsfile: // The base64 encoded string
mime: // The MIME type of the file
links: // HATEOAS links
}
The response object and the relevant productsfile contains a string which is Base64 encoded. Decoding it returns a binary string that has to be written to an empty file. This file is gzipped and finally needs to be unpacked to retrieve the CSV file having the following columns:
"idProduct","Name","Category ID","Category","Expansion ID","Date Added"
idProduct - The product IDName - The product's English nameCategory ID - The Category IDCategory - The name for the CategoryExpansion ID - The Expansion IDDate Added - The date the Product was added to CardmarketGET https://api.cardmarket.com/ws/v2.0/productlist