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

← World Champions Pack
Carvanha

Carvanha

usually #57 Pokémon Basic HP 40
Types
Darkness
Illustrator
Ken Sugimori
Expansion
World Champions Pack · PCG
Language
Japanese
TCGplayer
609296

Attacks

Gnaw 20
Darkness · Colorless
GET /api/v1/pokemon/cards/pcg10_ja-57?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg10_ja-57",
    "name": "Carvanha",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/57.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/57.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/57.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg10_ja",
      "name": "World Champions Pack",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 108,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "World Champions Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "609296",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/57.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/57.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/57.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Rough Skin",
        "text": "If Carvanha is your Active Pokémon and is damaged by an opponent's attack (even if Carvanha is Knocked Out), put 1 damage counter on the Attacking Pokémon.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gnaw",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:40:15.222Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}