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 Storm
Scrafty

Scrafty

Rare #86 Pokémon Stage 1Team Plasma HP 90
Types
Darkness
Illustrator
5ban Graphics
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
88980

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 card attached to it, this attack does 50 more damage.

GET /api/v1/pokemon/cards/bw8-86?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-86",
    "name": "Scrafty",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/86.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/86.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/86.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88980",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/86.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/86.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/86.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 card attached to it, this attack does 50 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.4
        },
        {
          "condition": "LP",
          "price": 2.5
        },
        {
          "condition": "MP",
          "price": 1.54
        },
        {
          "condition": "HP",
          "price": 0.81
        },
        {
          "condition": "DMG",
          "price": 0.93
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.82
      }
    }
  }
}