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

← Mythical & Legendary Dream Shine Collection
Genesect

Genesect

Common #29 Pokémon Basic
Types
Metal
Illustrator
PLANETA
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606029

Attacks

Linear Attack
Metal · Colorless

This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Destructor Beam 90
Metal · Metal · Metal

Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/cp5_ja-29?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-29",
    "name": "Genesect",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/29.large.webp"
      }
    ],
    "expansion": {
      "id": "cp5_ja",
      "name": "Mythical & Legendary Dream Shine Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP5",
      "printed_total": 36,
      "release_date": "2016/07/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mythical & Legendary Dream Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606029",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Linear Attack",
        "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 3,
        "name": "Destructor Beam",
        "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
        "damage": "90"
      }
    ],
    "rarity": "Common",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 32.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 32.95
        },
        {
          "condition": "LP",
          "price": 23.5
        },
        {
          "condition": "MP",
          "price": 19.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 81,
          "low": 81,
          "high": 124.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 216.29,
          "low": 173.3,
          "high": 259.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.99,
          "low": 27.3,
          "high": 45.68,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:26:55.990Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}