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

← Next Destinies
Scraggy

Scraggy

Uncommon #73 Pokémon Basic HP 70
Types
Darkness
Illustrator
Mizue
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
88983

Attacks

Shed Skin
Colorless

Heal 40 damage from this Pokémon.

Lunge 40
Darkness · Darkness

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

GET /api/v1/pokemon/cards/bw4-73?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-73",
    "name": "Scraggy",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88983",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Shed Skin",
        "text": "Heal 40 damage from this Pokémon."
      },
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Lunge",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:44:23.806Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}