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

← Cosmic Eclipse
Heracross

Heracross

Uncommon #9 Pokémon Basic HP 130
Types
Grass
Illustrator
Satoshi Shirai
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201156

Attacks

Lunge Out 20
Grass
Riled Horn 50
Colorless · Colorless · Colorless

If your opponent has any TAG TEAM Pokémon in play, this attack does 70 more damage.

GET /api/v1/pokemon/cards/sm12-9?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-9",
    "name": "Heracross",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/9.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201156",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Lunge Out",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Riled Horn",
        "text": "If your opponent has any TAG TEAM Pokémon in play, this attack does 70 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.09
        },
        {
          "condition": "DMG",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.85
      }
    }
  }
}