List Conditions

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
    "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
        }
    ]
}
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

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