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

← Plasma Gale
Scrafty

Scrafty

usually #47 Pokémon Stage 1Team Plasma HP 90
Types
Darkness
Illustrator
5ban Graphics
Expansion
Plasma Gale · Black & White
Language
Japanese
TCGplayer

Attacks

Kick Away 30
Darkness · Colorless

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

Reinforced Headbutt 50+
Darkness · Darkness · Colorless

If this Pokémon has a Pokémon Tool attached to it, this attack does 50 more damage.

GET /api/v1/pokemon/cards/bw7_ja-47?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7_ja-47",
    "name": "Scrafty",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7_ja",
      "name": "Plasma Gale",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW7",
      "printed_total": 70,
      "release_date": "2012/09/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Plasma Gale"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Team Plasma"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Kick Away",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Reinforced Headbutt",
        "text": "If this Pokémon has a Pokémon Tool attached to it, this attack does 50 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.59
        },
        {
          "condition": "MP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-21T02:49:14.764Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}