/products/:name/:idGame/:idLanguage/:isExact[/:start]
Allowed HTTP Methods
- GET - Returns products specified by their name, the game that product belongs to and the language the name is provided in. Name can be specified as it should match the product's name exact or not. Normally returns the full collection of products matching the parameters, but can be limited to 100 entities.
Resource Information
- Authentication - Only required for App
- Response Format - XML or JSON
- Response Object - Product
- API Version - 1.0
- Resource URI -
https://api.cardmarket.com/ws/v1.1/product/:name/:idGame/:idLanguage/:isExact[/:start]
Parameters
name
- Name of the product, case-insensitive
- Type: string
- Mandatory
idGame
- game ID products are 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
isExact
- Specifies if only products should be returned that exactly match the
name
or not
- Type: boolean
- Mandatory
true
- Only products are returned that exactly match the name
false
- Products are returned their names contain the name
start
Example Request
GET https://api.cardmarket.com/ws/v1.1/products/island/1/1/false
GET https://api.cardmarket.com/ws/v1.1/products/island/1/1/false/1
GET https://api.cardmarket.com/ws/v1.1/products/Enojo/1/4/true