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

← Majestic Dawn
Scizor

Scizor

Rare #29 Pokémon Stage 1 HP 90
Types
Metal
Illustrator
Daisuke Ito
Expansion
Majestic Dawn · Diamond & Pearl
Language
English
TCGplayer
88961

Attacks

Special Blow 30
Metal

If the Defending Pokémon has any Special Energy cards attached to it, this attack does 30 damage plus 50 more damage.

X-Scissor 50
Metal · Colorless · Colorless

Flip a coin. If heads, this attack does 50 damage plus 40 more damage.

GET /api/v1/pokemon/cards/dp5-29?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5-29",
    "name": "Scizor",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/29.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5",
      "name": "Majestic Dawn",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MD",
      "printed_total": 100,
      "release_date": "2008/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88961",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Special Blow",
        "text": "If the Defending Pokémon has any Special Energy cards attached to it, this attack does 30 damage plus 50 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "X-Scissor",
        "text": "Flip a coin. If heads, this attack does 50 damage plus 40 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Daisuke Ito",
    "pricing": {
      "currency": "USD",
      "market": 7.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.97
        },
        {
          "condition": "LP",
          "price": 3.02
        },
        {
          "condition": "MP",
          "price": 1.99
        },
        {
          "condition": "HP",
          "price": 1.51
        },
        {
          "condition": "DMG",
          "price": 0.98
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19,
          "low": 19,
          "high": 20,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 43.5,
          "low": 60,
          "high": 60,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T07:33:36.462Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}