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

← Flashfire
Furret

Furret

Rare #82 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Flashfire · XY
Language
English
TCGplayer
91219

Attacks

Buried Treasure Hunt
Colorless

Look at the top 4 cards of your deck and put 2 of them into your hand. Discard the other cards.

Slam 30
Colorless · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/xy2-82vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-82vrh",
    "name": "Furret",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/82vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/82vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/82vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91219",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/82vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/82vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/82vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Buried Treasure Hunt",
        "text": "Look at the top 4 cards of your deck and put 2 of them into your hand. Discard the other cards."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slam",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.78
        },
        {
          "condition": "LP",
          "price": 1.58
        },
        {
          "condition": "MP",
          "price": 1.23
        },
        {
          "condition": "HP",
          "price": 0.47
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 15.38,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}