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

← Terastal Festival ex
Varoom (Master Ball)

Varoom (Master Ball)

Common #114 Pokémon Basic HP 70
Types
Metal
Illustrator
HAGIYA Kaoru
Expansion
Terastal Festival ex · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Metal
20
Metal · Metal
GET /api/v1/pokemon/cards/sv8a_ja-114vmh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8a_ja-114vmh",
    "name": "Varoom (Master Ball)",
    "number": "114",
    "printed_number": "114",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-114vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-114vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-114vmh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8a_ja",
      "name": "Terastal Festival ex",
      "total": 237,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8a",
      "printed_total": 187,
      "release_date": "2024/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Terastal Festival ex"
        }
      }
    },
    "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/sv8a_ja-114vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-114vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-114vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": null
      },
      {
        "cost": [
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": null,
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "HAGIYA Kaoru",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 3.36,
          "low": 2.86,
          "high": 3.86,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.78,
          "low": 8.31,
          "high": 11.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 28.45,
          "low": 39.99,
          "high": 39.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T15:04:32.731Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.31
      }
    }
  }
}