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
Heracross

Heracross

Non #6 Pokémon Basic HP 130
Types
Grass
Illustrator
GOSSAN
Expansion
Clay Burst · Scarlet & Violet
Language
Japanese
TCGplayer
565868

Attacks

Tackle 50
Grass · Grass
Smash Horn 110
Grass · Grass · Grass

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/sv2d_ja-6?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2d_ja-6",
    "name": "Heracross",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/6.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": "565868",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "50"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 3,
        "name": "Smash Horn",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:55.543Z",
      "trend_7d": {
        "direction": "down",
        "percent": -48.48
      }
    }
  }
}