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

← Dark Explorers
Larvesta

Larvesta

Common #21 Pokémon Basic HP 60
Types
Fire
Illustrator
Kouki Saitou
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
86629

Attacks

Super Singe 10
Fire · Colorless

The Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/bw5-21vrh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-21vrh",
    "name": "Larvesta",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/21vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/21vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/21vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86629",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/21vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/21vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/21vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Super Singe",
        "text": "The Defending Pokémon is now Burned.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "LP",
          "price": 1.37
        },
        {
          "condition": "MP",
          "price": 2.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}