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

← Destined Rivals
Energy Recycler

Energy Recycler

Uncommon #164 Trainer Item
Illustrator
Toyste Beach
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632966
GET /api/v1/pokemon/cards/sv10-164?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-164",
    "name": "Energy Recycler",
    "number": "164",
    "printed_number": "164",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/164.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/164.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/164.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632966",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/164.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/164.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/164.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.95,
          "low": 9.95,
          "high": 9.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:35:20.355Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4
      }
    }
  }
}