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

← POP Series 8
Carnivine

Carnivine

Uncommon #7 Pokémon Basic HP 70
Types
Grass
Illustrator
Kouki Saitou
Expansion
POP Series 8 · POP
Language
English
TCGplayer
84100

Attacks

Swallow Up 30
Grass · Colorless

Before doing damage, count the remaining HP of the Defending Pokémon and Carnivine. If the Defending Pokémon has fewer remaining HP than Carnivine's, this attack does 60 damage instead.

Wring Out 20
Grass · Grass

Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/pop8-7?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-7",
    "name": "Carnivine",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/7.large.webp"
      }
    ],
    "expansion": {
      "id": "pop8",
      "name": "POP Series 8",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84100",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Swallow Up",
        "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Carnivine. If the Defending Pokémon has fewer remaining HP than Carnivine's, this attack does 60 damage instead.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Wring Out",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 5.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.93
        },
        {
          "condition": "LP",
          "price": 4.74
        },
        {
          "condition": "MP",
          "price": 1.24
        },
        {
          "condition": "HP",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 3.27,
          "low": 2.78,
          "high": 3.76,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:38:28.861Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}