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

← Shining Legends
Shining Genesect

Shining Genesect

Common #10 Pokémon Basic HP 130
Types
Grass
Illustrator
Hitoshi Ariga
Expansion
Shining Legends · Sun & Moon
Language
Japanese
TCGplayer
573924

Attacks

Gaia Blaster 50+
Colorless · Colorless · Colorless

This attack does 20 more damage times the amount of Grass Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sm3p_ja-10?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3p_ja-10",
    "name": "Shining Genesect",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3p_ja",
      "name": "Shining Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3+",
      "printed_total": 72,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573924",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Energy Reload",
        "text": "Once during your turn (before your attack), you may move a Grass Energy from 1 of your other Pokémon to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Gaia Blaster",
        "text": "This attack does 20 more damage times the amount of Grass Energy attached to this Pokémon.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 122.16,
          "low": 101.59,
          "high": 152.29,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.13,
          "low": 11.25,
          "high": 15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:22:36.356Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}