Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Team Rocket Returns
Copycat

Copycat

Uncommon #83 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Team Rocket Returns · EX
Language
English
TCGplayer
84424
GET /api/v1/pokemon/cards/ex7-83?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex7-83",
    "name": "Copycat",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/83.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/83.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/83.large.webp"
      }
    ],
    "expansion": {
      "id": "ex7",
      "name": "Team Rocket Returns",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "TRR",
      "printed_total": 109,
      "release_date": "2004/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84424",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/83.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/83.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/83.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 7.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.22
        },
        {
          "condition": "LP",
          "price": 5.12
        },
        {
          "condition": "MP",
          "price": 2.6
        },
        {
          "condition": "HP",
          "price": 1.99
        },
        {
          "condition": "DMG",
          "price": 1.39
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 78,
          "low": 66.3,
          "high": 89.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 143.99,
          "low": 143.56,
          "high": 449.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 91.5,
          "low": 77.77,
          "high": 105.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 9,
          "high": 12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:40:06.773Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.12
      }
    }
  }
}