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

← Galactic's Conquest
Carnivine

Carnivine

Rare #13 Pokémon Basic HP 80
Types
Grass
Illustrator
Mitsuhiro Arita
Expansion
Galactic's Conquest · Platinum
Language
Japanese
TCGplayer
607068

Attacks

Stretch Vine
Grass

Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)

Absorb 20
Colorless · Colorless

Remove 2 damage counters from Carnivine.

Vine Extract 30
Grass · Grass

If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned and Poisoned.

GET /api/v1/pokemon/cards/pt1_ja-13?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt1_ja-13",
    "name": "Carnivine",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "pt1_ja",
      "name": "Galactic's Conquest",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT1",
      "printed_total": 96,
      "release_date": "2008/10/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Galactic's Conquest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607068",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Stretch Vine",
        "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Absorb",
        "text": "Remove 2 damage counters from Carnivine.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Vine Extract",
        "text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned and Poisoned.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        },
        {
          "condition": "MP",
          "price": 0.85
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:58:03.845Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}