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

← Phantom Forces
Blissey

Blissey

Rare #81
Illustrator
kirisAki
Expansion
Phantom Forces · XY
Language
English
TCGplayer
94649
GET /api/v1/pokemon/cards/xy4-81vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4-81vh",
    "name": "Blissey",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/81vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/81vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/81vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4",
      "name": "Phantom Forces",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PHF",
      "printed_total": 119,
      "release_date": "2014/11/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "94649",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/81vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/81vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/81vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 1.05
        },
        {
          "condition": "MP",
          "price": 0.93
        },
        {
          "condition": "HP",
          "price": 1.05
        },
        {
          "condition": "DMG",
          "price": 0.67
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 22.45,
          "low": 19.08,
          "high": 25.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 131,
          "low": 111.35,
          "high": 150.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8.5",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T02:01:04.835Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}