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
Carnivine

Carnivine

Rare #16 Pokémon Basic HP 80
Types
Grass
Illustrator
Ryo Ueda
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
84105

Attacks

Saliva Lure
Colorless

Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon.

Stick and Absorb 30
Grass · Grass · Colorless

Remove 3 damage counters from Carnivine. The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/hgss4-16vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-16vrh",
    "name": "Carnivine",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/16vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/16vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/16vrh.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": "84105",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/16vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/16vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/16vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Saliva Lure",
        "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Stick and Absorb",
        "text": "Remove 3 damage counters from Carnivine. The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 2.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.94
        },
        {
          "condition": "LP",
          "price": 1.22
        },
        {
          "condition": "MP",
          "price": 0.78
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:15:00.976Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}