API Documentation >> API 2.0 Main >> Marketplace Information >> Find Metaproducts
https://api.cardmarket.com/ws/v2.0/metaproducts/find?
search
(query parameter)
exact
(query parameter)
true
is default)idGame
(query parameter)
1
for Magic is default)idLanguage
(query parameter)
1
for English is default)maxResults
(query parameter)
onlyLatestProduct
(query parameter)
false
is default)1. Search for a metaproduct with the exact name "Tarmogoyf". As no game and language IDs are provided, the search term is provided in English and Magic is the game the metacard is searched for:
GET https://api.cardmarket.com/ws/v2.0/metaproducts/find?search=Tarmogoyf
2. Search for a metaproduct with "Schwarzes" in it's name, given in German and searched for Yugioh:
GET https://api.cardmarket.com/ws/v2.0/metaproducts/find?search=Schwarzes%20Loch&exact=false&idGame=3&idLanguage=3
3. Search for metaproducts with the exact name "Lightning Bolt" and "Spore Frog" and only return the latest product.
GET https://api.cardmarket.com/ws/v2.0/metaproducts/find?search=Lightning%20Bolt&search=Spore%20Frog&onlyLatestProduct=true