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

← Evolutions
Fairy Energy

Fairy Energy

Common #99 Energy Basic
Expansion
Evolutions · XY
Language
English
TCGplayer
124112
GET /api/v1/pokemon/cards/xy12-99vrh?include=prices 200 31ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy12-99vrh",
    "name": "Fairy Energy",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/99vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/99vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/99vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy12",
      "name": "Evolutions",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "EVO",
      "printed_total": 108,
      "release_date": "2016/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "124112",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/99vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/99vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/99vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Basic"
    ],
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 6.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.43
        },
        {
          "condition": "LP",
          "price": 4.91
        },
        {
          "condition": "MP",
          "price": 1.76
        },
        {
          "condition": "HP",
          "price": 1.14
        },
        {
          "condition": "DMG",
          "price": 0.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 233,
          "low": 217,
          "high": 249,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.3,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.66,
          "low": 8.15,
          "high": 13.35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.1,
          "low": 16.6,
          "high": 37.39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:57:35.420Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.08
      }
    }
  }
}