List Conditions

This endpoint returns an array contain all of the normalized conditions
supported by TCGplayer, e.g. Near Mint, Lightly Played.

Log in to see full request history
{ "success": true, "errors": [ "string" ], "results": [ { "conditionId": 0, "name": "string", "abbreviation": "string", "displayOrder": 0 } ] }
/catalog/conditions { "success": true, "errors": [], "results": [ { "conditionId": 1, "name": "Near Mint", "abbreviation": "NM", "displayOrder": 1 }, { "conditionId": 2, "name": "Lightly Played", "abbreviation": "LP", "displayOrder": 2 }, { "conditionId": 3, "name": "Moderately Played", "abbreviation": "MP", "displayOrder": 3 }, { "conditionId": 4, "name": "Heavily Played", "abbreviation": "HP", "displayOrder": 4 }, { "conditionId": 5, "name": "Damaged", "abbreviation": "DM", "displayOrder": 5 }, { "conditionId": 6, "name": "Unopened", "abbreviation": "U", "displayOrder": 6 } ] }
Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json