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

← Neo Destiny Unlimited
Heracross

Heracross

Uncommon #41 Pokémon Basic HP 60
Types
Grass
Illustrator
K. Hoshiba, CR CG gangs
Expansion
Neo Destiny Unlimited · Neo
Language
English
TCGplayer
86060

Attacks

Tackle 20
Grass · Colorless
Charging Horn 30+
Grass · Grass · Grass

Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, this attack does 30 damage.

GET /api/v1/pokemon/cards/neo4-41vuu?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4-41vuu",
    "name": "Heracross",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/41vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/41vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/41vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4-unlimited",
      "name": "Neo Destiny Unlimited",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2002/02/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86060",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/41vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/41vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/41vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 3,
        "name": "Charging Horn",
        "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, this attack does 30 damage.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "K. Hoshiba, CR CG gangs",
    "pricing": {
      "currency": "USD",
      "market": 5.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.47
        },
        {
          "condition": "LP",
          "price": 4.21
        },
        {
          "condition": "MP",
          "price": 3.49
        },
        {
          "condition": "HP",
          "price": 2.98
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 129.69,
          "low": 110.24,
          "high": 149.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 68.5,
          "low": 58.23,
          "high": 78.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.5,
          "low": 19.97,
          "high": 27.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:45:47.012Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.5
      }
    }
  }
}