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

← Rising Rivals
Carvanha

Carvanha

Common #58 Pokémon Basic HP 40
Types
Darkness
Illustrator
Midori Harada
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
84115

Attacks

Scary Face
Colorless

Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn.

Whirlpool 10
Darkness

Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/pl2-58?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-58",
    "name": "Carvanha",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/58.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84115",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scary Face",
        "text": "Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Whirlpool",
        "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}