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

← Holon Phantom
Carvanha δ

Carvanha δ

usually #31 Pokémon BasicDelta Species HP 40
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Holon Phantom · PCG
Language
Japanese
TCGplayer

Attacks

Bite 10
Colorless
Reckless Charge 30
Fighting · Colorless

Flip a coin. If tails, Carvanha does 10 damage to itself.

GET /api/v1/pokemon/cards/pcg7_ja-31?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg7_ja-31",
    "name": "Carvanha δ",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/31.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg7_ja",
      "name": "Holon Phantom",
      "total": 52,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 52,
      "release_date": "2006/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Holon Phantom"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/31.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Delta Species"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reckless Charge",
        "text": "Flip a coin. If tails, Carvanha does 10 damage to itself.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 5.75,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.75
        },
        {
          "condition": "LP",
          "price": 2
        },
        {
          "condition": "MP",
          "price": 0.95
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 56,
          "low": 47.6,
          "high": 64.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:01:31.330Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.81
      }
    }
  }
}