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

← Prismatic Evolutions
Scream Tail  (Master Ball)

Scream Tail (Master Ball)

Uncommon #42 Pokémon BasicAncient HP 90
Types
Psychic
Illustrator
Ryota Murayama
Expansion
Prismatic Evolutions · Scarlet & Violet
Language
English
TCGplayer
610665

Attacks

Slap 30
Psychic
Roaring Scream
Psychic · Colorless

This attack does 20 damage to 1 of your opponent's Pokémon for each damage counter on this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sv8pt5-42vmh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8pt5-42vmh",
    "name": "Scream Tail  (Master Ball)",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/42vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/42vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/42vmh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8pt5",
      "name": "Prismatic Evolutions",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PRE",
      "printed_total": 131,
      "release_date": "2025/01/17",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "610665",
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/42vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/42vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/42vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ancient"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Slap",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Roaring Scream",
        "text": "This attack does 20 damage to 1 of your opponent's Pokémon for each damage counter on this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 8.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.71
        },
        {
          "condition": "LP",
          "price": 8.56
        },
        {
          "condition": "MP",
          "price": 6.32
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 109.38,
          "low": 60,
          "high": 127.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T19:23:02.828Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.02
      }
    }
  }
}