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

← HS—Triumphant
Venonat

Venonat

Common #81 Pokémon Basic HP 50
Types
Grass
Illustrator
Hideaki Hakozaki
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
90309

Attacks

Leech Life 10
Grass

Remove from Venonat the number of damage counters equal to the damage you did to the Defending Pokémon.

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/hgss4-81?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-81",
    "name": "Venonat",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/81.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/81.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/81.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90309",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/81.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/81.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/81.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Leech Life",
        "text": "Remove from Venonat the number of damage counters equal to the damage you did to the Defending Pokémon.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hideaki Hakozaki",
    "pricing": {
      "currency": "USD",
      "market": 1.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.89
        },
        {
          "condition": "LP",
          "price": 1.63
        },
        {
          "condition": "MP",
          "price": 0.8
        },
        {
          "condition": "HP",
          "price": 0.4
        },
        {
          "condition": "DMG",
          "price": 0.67
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.25,
          "low": 12.96,
          "high": 17.54,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:15:00.976Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}