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

← Dark Explorers
Carnivine

Carnivine

Rare #5 Pokémon Basic HP 90
Types
Grass
Illustrator
Yukiko Baba
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
84106

Attacks

Lure Poison
Grass

Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Poisoned.

Spit Squall
Grass · Grass · Colorless

Your opponent puts the Defending Pokémon and all cards attached to it into his or her hand.

GET /api/v1/pokemon/cards/bw5-5?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-5",
    "name": "Carnivine",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/5.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84106",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Lure Poison",
        "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spit Squall",
        "text": "Your opponent puts the Defending Pokémon and all cards attached to it into his or her hand."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 1.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.35
        },
        {
          "condition": "MP",
          "price": 0.86
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.44
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.75
      }
    }
  }
}