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

← Base Set 2
Scoop Up

Scoop Up

Rare #107 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Base Set 2 · Base
Language
English
TCGplayer
42556
GET /api/v1/pokemon/cards/base4-107?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base4-107",
    "name": "Scoop Up",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/107.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/107.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/107.large.webp"
      }
    ],
    "expansion": {
      "id": "base4",
      "name": "Base Set 2",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Base",
      "code": "B2",
      "printed_total": 130,
      "release_date": "2000/02/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "42556",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/107.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/107.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/107.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Rare",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 5.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.08
        },
        {
          "condition": "LP",
          "price": 4.26
        },
        {
          "condition": "MP",
          "price": 2.95
        },
        {
          "condition": "HP",
          "price": 2.4
        },
        {
          "condition": "DMG",
          "price": 1.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.99,
          "low": 34.99,
          "high": 34.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "4.5",
          "value": 9,
          "low": 9,
          "high": 9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 9.51,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 63.3,
          "low": 47.7,
          "high": 101.29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.84,
          "low": 23.19,
          "high": 23.19,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.92,
          "low": 25.78,
          "high": 30.42,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:30:41.709Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.2
      }
    }
  }
}