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
Grass Energy

Grass Energy

Common #91 Energy Basic
Expansion
Evolutions · XY
Language
English
TCGplayer
124104
GET /api/v1/pokemon/cards/xy12-91vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy12-91vrh",
    "name": "Grass Energy",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/91vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/91vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/91vrh.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": "124104",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/91vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/91vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/91vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Basic"
    ],
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 3.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.07
        },
        {
          "condition": "LP",
          "price": 2.21
        },
        {
          "condition": "MP",
          "price": 1.2
        },
        {
          "condition": "HP",
          "price": 0.53
        },
        {
          "condition": "DMG",
          "price": 0.36
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 462.5,
          "low": 600,
          "high": 600,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 9,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:57:35.420Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.99
      }
    }
  }
}