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

← Prismatic Evolutions
Lacey  (Poke Ball)

Lacey (Poke Ball)

Uncommon #114 Trainer Supporter
Illustrator
Tomowaka
Expansion
Prismatic Evolutions · Scarlet & Violet
Language
English
TCGplayer
610625
GET /api/v1/pokemon/cards/sv8pt5-114vph?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8pt5-114vph",
    "name": "Lacey  (Poke Ball) ",
    "number": "114",
    "printed_number": "114",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/114vph.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/114vph.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/114vph.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8pt5",
      "name": "Prismatic Evolutions",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PRE",
      "printed_total": 131,
      "release_date": "2025/01/17",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "610625",
    "variants": [
      {
        "name": "pokeBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/114vph.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/114vph.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/114vph.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Tomowaka",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.28
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "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": 55,
          "low": 55,
          "high": 58,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.01,
          "low": 5.96,
          "high": 8.06,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T12:37:13.576Z",
      "trend_7d": {
        "direction": "down",
        "percent": -11.43
      }
    }
  }
}