API Documentation >> API 2.0 Main >> Marketplace Information >> Find Products

Contents

Find Products

Allowed HTTP Methods

Resource Information

Parameters

Example Request

1. Search for Magic products with "Springleaf" in their English name (will return "Springleaf Drum" from Born of the Gods and Lorwyn):

GET https://api.cardmarket.com/ws/v2.0/products/find?search=Springleaf&idGame=1&idLanguage=1

2. Search for Magic products with the exact English name "Springleaf Drum" (will return "Springleaf Drum" from Born of the Gods and Lorwyn):

GET https://api.cardmarket.com/ws/v2.0/products/find?search=Springleaf%20Drum&exact=true&idGame=1&idLanguage=1