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

← Skyridge
Venonat

Venonat

Common #112 Pokémon Basic HP 50
Types
Grass
Illustrator
Tomokazu Komiya
Expansion
Skyridge · E-Card
Language
English
TCGplayer
90306

Attacks

Double Spin 10
Colorless

Flip 2 coins. This attack does 10 damage times the number of heads.

Supersonic 10
Grass · Colorless

Flip a coin. If heads, the Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/ecard3-112vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3-112vrh",
    "name": "Venonat",
    "number": "112",
    "printed_number": "112",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/112vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/112vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/112vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3",
      "name": "Skyridge",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "SK",
      "printed_total": 144,
      "release_date": "2003/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90306",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/112vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/112vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/112vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Spin",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Supersonic",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 104.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 104.39
        },
        {
          "condition": "LP",
          "price": 71.35
        },
        {
          "condition": "MP",
          "price": 62.49
        },
        {
          "condition": "HP",
          "price": 20
        },
        {
          "condition": "DMG",
          "price": 34.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 76.55,
          "low": 120,
          "high": 120,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1045.67,
          "low": 1241.47,
          "high": 1241.47,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 137.5,
          "low": 137.5,
          "high": 137.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 110,
          "low": 93.5,
          "high": 126.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:08:22.458Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.1
      }
    }
  }
}