API Documentation >> API 2.0 Main >> Marketplace Information >> Product List

Contents

Product List

Allowed HTTP Methods

Resource Information

Parameters

None.

Response Object

Price Guide Entity

{
    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"

Example Request

GET https://api.cardmarket.com/ws/v2.0/productlist