Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Black Bolt
Larvesta (Master Ball)

Larvesta (Master Ball)

Common #18 Pokémon Basic HP 60
Types
Fire
Illustrator
mashu
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Peck Off
Colorless

Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sv11b_ja-18vmh?include=prices 200 56ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-18vmh",
    "name": "Larvesta (Master Ball)",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-18vmh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-18vmh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-18vmh.large.png"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-18vmh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-18vmh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-18vmh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Peck Off",
        "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "mashu",
    "pricing": {
      "currency": "USD",
      "market": 2.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.44
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:51:08.761Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.41
      }
    }
  }
}