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

← Explosive Walker
Furret

Furret

usually #57 Pokémon Stage 1 HP 110
Types
Colorless
Illustrator
tetsuya koizumi
Expansion
Explosive Walker · Sword & Shield
Language
Japanese
TCGplayer
570331

Attacks

Feelin' Fine
Colorless

Draw 3 cards.

Tail Smash 90
Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/swsh2a_ja-57?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2a_ja-57",
    "name": "Furret",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/57.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/57.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/57.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2a_ja",
      "name": "Explosive Walker",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2a",
      "printed_total": 70,
      "release_date": "2020/04/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Explosive Walker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570331",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/57.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/57.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/57.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Feelin' Fine",
        "text": "Draw 3 cards."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Smash",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "tetsuya koizumi",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:36:56.204Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}