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

← Scarlet & Violet
Heracross

Heracross

Uncommon #2 Pokémon Basic HP 120
Types
Grass
Illustrator
Taira Akitsu
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
487831

Attacks

Superpowered Throw 10
Grass · Colorless

This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.

Horn Attack 90
Grass · Grass · Colorless
GET /api/v1/pokemon/cards/sv1-2?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-2",
    "name": "Heracross",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/2.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "487831",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Superpowered Throw",
        "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Horn Attack",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.09
        },
        {
          "condition": "LP",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 59,
          "low": 50.15,
          "high": 67.85,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:59:47.177Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}