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

← Freeze Bolt
Meloetta

Meloetta

Rare #33 Pokémon Basic HP 80
Types
Psychic
Illustrator
5ban Graphics
Expansion
Freeze Bolt · Black & White
Language
Japanese
TCGplayer
601583

Attacks

Psychic 10+
Psychic

Does 10 more damage for each Energy attached to the Defending Pokémon.

Echoed Voice 50
Psychic · Colorless · Colorless

During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/bw6f_ja-33vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6f_ja-33vh",
    "name": "Meloetta",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/33vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/33vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/33vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6f_ja",
      "name": "Freeze Bolt",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Freeze Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601583",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/33vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/33vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/33vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psychic",
        "text": "Does 10 more damage for each Energy attached to the Defending Pokémon.",
        "damage": "10+"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Echoed Voice",
        "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance).",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.55
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 104.5,
          "low": 88.83,
          "high": 120.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T04:02:34.764Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}