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

← Phantasmal Flames
Grimsley's Move

Grimsley's Move

Ultra Rare #120 Trainer Supporter
Illustrator
GIDORA
Expansion
Phantasmal Flames · Mega Evolution
Language
English
TCGplayer
662167
GET /api/v1/pokemon/cards/me2-120vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2-120vh",
    "name": "Grimsley's Move",
    "number": "120",
    "printed_number": "120",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/120vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/120vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/120vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2",
      "name": "Phantasmal Flames",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PFL",
      "printed_total": 94,
      "release_date": "2025/11/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "662167",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/120vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/120vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/120vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Ultra Rare",
    "artist": "GIDORA",
    "pricing": {
      "currency": "USD",
      "market": 1.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.03
        },
        {
          "condition": "HP",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 11.13,
          "low": 9.46,
          "high": 12.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.5,
          "low": 13.63,
          "high": 15.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.46,
          "low": 3.7,
          "high": 9.29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 20.14,
          "high": 45,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12,
          "trend": {
            "direction": "up",
            "percent": 20.7
          }
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.34,
          "high": 13.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.5,
          "low": 10.88,
          "high": 15.05,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 41.88,
          "low": 35.6,
          "high": 48.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 7.16,
          "low": 5.59,
          "high": 7.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:57:17.971Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.63
      }
    }
  }
}