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
Buddy-Buddy Poffin

Buddy-Buddy Poffin

Ultra Rare #167 Trainer Item
Illustrator
AYUMI ODASHIMA
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654506
GET /api/v1/pokemon/cards/me1-167vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-167vh",
    "name": "Buddy-Buddy Poffin",
    "number": "167",
    "printed_number": "167",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/167vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/167vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/167vh.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": "654506",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/167vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/167vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/167vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Ultra Rare",
    "artist": "AYUMI ODASHIMA",
    "pricing": {
      "currency": "USD",
      "market": 6.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.38
        },
        {
          "condition": "LP",
          "price": 5.94
        },
        {
          "condition": "MP",
          "price": 5.09
        },
        {
          "condition": "DMG",
          "price": 3.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.48,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.73,
          "low": 30.1,
          "high": 39.93,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4,
          "low": 4,
          "high": 6.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.94,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:28:19.868Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.34
      }
    }
  }
}