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

← Psycho Drive
Scrafty

Scrafty

Rare #42 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
Naoki Saito
Expansion
Psycho Drive · Black & White
Language
Japanese
TCGplayer
601020

Attacks

Rock Head 20
Darkness

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).

Hammer Kick 50+
Darkness · Colorless · Colorless

If this Pokémon has fewer remaining HP than the Defending Pokémon, this attack does 30 more damage.

GET /api/v1/pokemon/cards/bw3p_ja-42vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3p_ja-42vh",
    "name": "Scrafty",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/42vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/42vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/42vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3p_ja",
      "name": "Psycho Drive",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Psycho Drive"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601020",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/42vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/42vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/42vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Rock Head",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer Kick",
        "text": "If this Pokémon has fewer remaining HP than the Defending Pokémon, this attack does 30 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 82.58,
          "low": 128.5,
          "high": 128.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T04:12:02.755Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}