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

← Power Keepers
Scott

Scott

Uncommon #81 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Power Keepers · EX
Language
English
TCGplayer
88976
GET /api/v1/pokemon/cards/ex16-81?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex16-81",
    "name": "Scott",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/81.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/81.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/81.large.webp"
      }
    ],
    "expansion": {
      "id": "ex16",
      "name": "Power Keepers",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "PK",
      "printed_total": 108,
      "release_date": "2007/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88976",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/81.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/81.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/81.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.27
        },
        {
          "condition": "LP",
          "price": 1.03
        },
        {
          "condition": "MP",
          "price": 0.81
        },
        {
          "condition": "HP",
          "price": 0.67
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "3",
          "value": 8.99,
          "low": 7.64,
          "high": 10.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 148.5,
          "low": 126.23,
          "high": 170.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 48.23,
          "low": 40.09,
          "high": 56.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 59.58,
          "low": 50.64,
          "high": 68.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "7.5",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:09:57.202Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}