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

← Clash at the Summit
Carvanha

Carvanha

usually #50 Pokémon Basic HP 50
Types
Darkness
Illustrator
MAHOU
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608426

Attacks

Focus Energy
Colorless

During your next turn, Carvanha's Bite attack's base damage is 40.

Bite 10
Darkness
GET /api/v1/pokemon/cards/l3_ja-50?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-50",
    "name": "Carvanha",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/50.large.webp"
      }
    ],
    "expansion": {
      "id": "l3_ja",
      "name": "Clash at the Summit",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L3",
      "printed_total": 80,
      "release_date": "2010/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash at the Summit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608426",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Focus Energy",
        "text": "During your next turn, Carvanha's Bite attack's base damage is 40."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 3.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.68
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "5",
          "value": 6.51,
          "low": 5.53,
          "high": 7.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T06:02:53.578Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}