/metaproducts/:name/:idGame/:idLanguage
A metaproduct bundles all products that save the exact same purpose regarding their game mechanics, i. e. all specific Islands (MtG card) share the same metaproduct, because every specific Island is treated the same regarding the rules.
Allowed HTTP Methods
- GET - Returns a metaproduct specified by its exact name, the game that metaproduct belongs to and the language the name is provided in.
Resource Information
- Authentication - Only required for App
- Response Format - XML or JSON
- Response Object - Metaproduct
- API Version - 1.0
- Resource URI -
https://api.cardmarket.com/ws/v1.1/metaproducts/:name/:idGame/:idLanguage
Parameters
name
- Exact name of the metaproduct, case-insensitive
- Type: string
- Mandatory
idGame
- game ID the metaproduct is requested for, as retrieved from the /games request
- Type: integer
- Mandatory
idLanguage
- language ID the
name
parameter is provided in
- Type: integer
- Mandatory
1
- English
2
- French
3
- German
4
- Spanish
5
- Italian
Example Request
GET https://api.cardmarket.com/ws/v1.1/metaproducts/island/1/1
GET https://api.cardmarket.com/ws/v1.1/metaproducts/insel/1/3