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

← Ruby & Sapphire
Energy Search

Energy Search

Common #90 Trainer Item
Illustrator
Kai Ishikawa
Expansion
Ruby & Sapphire · EX
Language
English
TCGplayer
85237
GET /api/v1/pokemon/cards/ex1-90vrh?include=prices 200 31ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex1-90vrh",
    "name": "Energy Search",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/90vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/90vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/90vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex1",
      "name": "Ruby & Sapphire",
      "total": 109,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RS",
      "printed_total": 109,
      "release_date": "2003/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85237",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/90vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/90vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/90vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "Kai Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 5.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.25
        },
        {
          "condition": "LP",
          "price": 2.41
        },
        {
          "condition": "MP",
          "price": 2.05
        },
        {
          "condition": "HP",
          "price": 0.97
        },
        {
          "condition": "DMG",
          "price": 0.85
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28.77,
          "low": 24.45,
          "high": 33.09,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:46.056Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}