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

← Mega Evolution
Wally's Compassion

Wally's Compassion

Special Illustration Rare #186 Trainer Supporter
Illustrator
Iori Suzuki
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654525
GET /api/v1/pokemon/cards/me1-186vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-186vh",
    "name": "Wally's Compassion",
    "number": "186",
    "printed_number": "186",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/186vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/186vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/186vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654525",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/186vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/186vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/186vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Special Illustration Rare",
    "artist": "Iori Suzuki",
    "pricing": {
      "currency": "USD",
      "market": 20.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.71
        },
        {
          "condition": "MP",
          "price": 19.93
        },
        {
          "condition": "HP",
          "price": 11.9
        },
        {
          "condition": "DMG",
          "price": 12
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 45.14,
          "low": 43.07,
          "high": 47.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 19.49,
          "low": 19.47,
          "high": 19.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 50,
          "low": 25,
          "high": 50.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 14.88,
          "high": 15.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 47.4,
          "high": 79.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 48,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.5,
          "low": 15,
          "high": 27.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 89,
          "low": 99.99,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:28:19.868Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.4
      }
    }
  }
}