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

← Remix Bout
Heracross

Heracross

usually #4 Pokémon Basic HP 130
Types
Grass
Illustrator
Satoshi Shirai
Expansion
Remix Bout · Sun & Moon
Language
Japanese
TCGplayer
574993

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/sm11a_ja-4?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11a_ja-4",
    "name": "Heracross",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11a_ja",
      "name": "Remix Bout",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11a",
      "printed_total": 64,
      "release_date": "2019/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Remix Bout"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574993",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/4.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": "usually",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:54:39.531Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.38
      }
    }
  }
}