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

← Clay Burst
Grafaiai

Grafaiai

Non #55 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
Souichirou Gunjima
Expansion
Clay Burst · Scarlet & Violet
Language
Japanese
TCGplayer
565917

Attacks

Spit Poison
Darkness

Your opponent's Active Pokémon is now Poisoned.

Colorful Graffiti 40×
Darkness

You may discard as many Basic Energy cards as you like from your hand. This attack does 40 damage for each type of Basic Energy card you discarded in this way.

GET /api/v1/pokemon/cards/sv2d_ja-55?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2d_ja-55",
    "name": "Grafaiai",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/55.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2d_ja",
      "name": "Clay Burst",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2D",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clay Burst"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565917",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Spit Poison",
        "text": "Your opponent's Active Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Colorful Graffiti",
        "text": "You may discard as many Basic Energy cards as you like from your hand. This attack does 40 damage for each type of Basic Energy card you discarded in this way.",
        "damage": "40×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:55.543Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}