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-73vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-73vrh",
    "name": "Scraggy",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73vrh.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": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/73vrh.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.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.56
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.39
        },
        {
          "condition": "HP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:44:23.806Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.08
      }
    }
  }
}