API Documentation >> API 2.0 Main >> Marketplace Information >> Find Products
https://api.cardmarket.com/ws/v2.0/products/find
search
(query parameter)
exact
(query parameter)
idGame
(query parameter)
1
for Magic is defaultidLanguage
(query parameter)
1
for English is defaultstart
and maxResults
(query parameter)
maxResults
entities are returned starting from start
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