API Documentation >> API 2.0 Main >> Marketplace Information >> Articles
+
in the Content-Range
header, e. g. Content-Range: 1-100/1000+
) and if entities are requested beyond this maximum, you won't get any results. You can specify several filter parameters.https://api.cardmarket.com/ws/v2.0/articles/:idProduct
idProduct
start
and maxResults
(query parameter)
maxResults
entities are returned starting from start
maxResults
maximum is 100)userType
(query parameter)
private
for private sellers only; commercial
for all commercial sellers, including powersellers; powerseller
for powersellers only)minUserScore
(query parameter)
1
for outstanding > 2
for very good > 3
good > 4
for average > 5
for bad)idLanguage
(query parameter)
1
for English; 2
for French; 3
for German; 4
for Spanish; 5
for Italian; 6
for Simplified Chinese; 7
for Japanese; 8
for Portuguese; 9
for Russian; 10
for Korean; 11
for Traditional Chinese)sellerCountry
(query parameter)
1
for Austria; 2
for Belgium; 3
for Bulgaria; 4
for Switzerland; 5
for Cyprus; 6
for Czech Republic; 7
for Germany; 8
for Denmark; 9
for Estonia; 10
for Spain; 11
for Finland; 12
for France; 13
for United Kingdom; 14
for Greece; 15
for Hungary; 16
for Ireland; 17
for Italy; 18
for Liechtenstein; 19
for Lithuania; 20
for Luxembourg; 21
for Latvia; 22
for Malta; 23
for Netherlands; 24
for Norway; 25
for Poland; 26
for Portugal; 27
for Romania; 28
for Sweden; 30
for Slovenia; 31
for Slovakia; 35
for Croatia; 37
for Iceland)minCondition
(query parameter)
MT
for Mint > NM
for Near Mint > EX
for Exellent > GD
for Good > LP
for Light Played > PL
for Played > PO
for Poor)isFoil
(query parameter)
isSigned
(query parameter)
isAltered
(query parameter)
minAvailable
(query parameter)
minAvailable=4
, you will also get results with count
lower than 4 if that seller has additional copies for a different price, condition, etc. but always matching all of your search criteria.1. Get all articles for the product with idProduct
266361:
GET https://api.cardmarket.com/ws/v2.0/articles/266361
2. Get articles for the product with idProduct
266361 that
userType=private
,idLanguage=1
),minCondition=NM
),GET https://api.cardmarket.com/ws/v2.0/articles/266361?userType=private&idLanguage=1&minCondition=NM&start=0&maxResults=10