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
Snorunt (Master Ball)

Snorunt (Master Ball)

Common #37 Pokémon Basic HP 60
Types
Water
Illustrator
Mékayu
Expansion
Terastal Festival ex · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

20
Water · Colorless
GET /api/v1/pokemon/cards/sv8a_ja-37vmh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8a_ja-37vmh",
    "name": "Snorunt (Master Ball)",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-37vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-37vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-37vmh.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-37vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-37vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-37vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": null,
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mékayu",
    "pricing": {
      "currency": "USD",
      "market": 5.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.23
        },
        {
          "condition": "LP",
          "price": 4.73
        },
        {
          "condition": "DMG",
          "price": 2.89
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.5,
          "low": 7,
          "high": 12,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T15:04:32.731Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.51
      }
    }
  }
}