Contents

API 1.1 to 2.0 Marketplace Information

This page covers requests documented under Market Place Information

/games

Request Changes

Refer to API 1.1 to 2.0 Migration:General

Response Changes

None


/metaproduct/:idMetaproduct

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The resource URI is slightly different.

1.1 URI: https://api.cardmarket.com/ws/v1.1/metaproduct/:idMetaproduct

2.0 URI: https://api.cardmarket.com/ws/v2.0/metaproducts/:idMetaproduct (note the s)

Response Changes

Refer to API 1.1 to 2.0 Migration:Metaproduct Response Object Changes


/metaproducts/:name/:idGame/:idLanguage

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The resource URI is different. The search parameters become query parameters instead of path segments.

1.1 URI: https://api.cardmarket.com/ws/v1.1/metaproducts/:name/:idGame/:idLanguage

2.0 URI: https://api.cardmarket.com/ws/v2.0/metaproducts/find?

See Find Metaproducts for a detailed description of the parameters and examples.

Response Changes

Refer to API 1.1 to 2.0 Migration:Metaproduct Response Object Changes


/product/:idProduct

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The resource URI is slightly different.

1.1 URI: https://api.cardmarket.com/ws/v1.1/product/:idProduct

2.0 URI: https://api.cardmarket.com/ws/v2.0/products/:idProduct (note the s)

Response Changes

Refer to API 1.1 to 2.0 Migration:Product Response Object Changes


/products/:name/:idGame/:idLanguage/:isExact[/:start]

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The resource URI is different. The search parameters become query parameters instead of path segments.

1.1 RUI: https://api.cardmarket.com/ws/v1.1/product/:name/:idGame/:idLanguage/:isExact[/:start]

2.0 URI: https://api.cardmarket.com/ws/v2.0/products/find

See Find Products for a detailed description of the parameters and examples.

Response Changes

Refer to API 1.1 to 2.0 Migration:Product Response Object Changes

Take note that the response object does not contain the expansion, priceGuide and reprint fields.


/expansion/:idGame

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The resource URI is different.

1.1 URI: https://api.cardmarket.com/ws/v1.1/expansion/:idGame

2.0 URI: https://api.cardmarket.com/ws/v2.0/games/:idGame/expansions

Response Changes

Refer to API 1.1 to 2.0 Migration:Expansion Response Object Changes


/expansion/:idGame/:name

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The resource URI is different. It now requires the idExpansion instead of the idGame and expansion name.

1.1 URI: https://api.cardmarket.com/ws/v1.1/expansion/:idGame/:name

2.0 URI: https://api.cardmarket.com/ws/v2.0/expansions/:idExpansion/singles

See Expansion Singles for a detailed description of the parameters and examples.

Response Changes

Refer to API 1.1 to 2.0 Migration:Product Response Object Changes

Take note that the Product response object does not contain the expansion, priceGuide and reprint fields.

Refer to API 1.1 to 2.0 Migration:Expansion Response Object Changes


/articles/:idProduct[/:start]

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The resource URI is different. The pagination parameter becomes a query parameter instead of a path segment.

1.1 URI: https://api.cardmarket.com/ws/v1.1/articles/:idProduct[/:start]

2.0 URI: https://api.cardmarket.com/ws/v2.0/articles/:idProduct

See Articles for a detailed description of the parameters and examples.

Response Changes

Refer to API 1.1 to 2.0 Migration:Article Response Object Changes


/user/:idUser

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The request URI is slightly different.

1.1 URI: https://api.cardmarket.com/ws/v1.1/user/:idUser

2.0 URI: https://api.cardmarket.com/ws/v2.0/users/:idUser (note the s)

Response Changes

Refer to API 1.1 to 2.0 Migration:User (Buyer/Seller/Partner) Response Object Changes


/articles/user/:idUser[/:start]

Request Changes

Refer to API 1.1 to 2.0 Migration:General

The resource URI is different. The pagination parameter becomes a query parameter instead of a path segment.

1.1 URI: https://api.cardmarket.com/ws/v1.1/articles/user/:idUser[/:start]

2.0 URI: https://api.cardmarket.com/ws/v2.0/users/:idUser/articles

See User Articles for a detailed description of the parameters and examples.

Response Changes

Refer to API 1.1 to 2.0 Migration:Article Response Object Changes