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

← Fusion Strike
Meloetta

Meloetta

Rare #124 Pokémon BasicFusion Strike HP 90
Types
Psychic
Illustrator
kirisAki
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
253308

Attacks

Melodious Echo 70
Psychic · Colorless

This attack does 70 damage for each Fusion Strike Energy attached to all of your Pokémon.

GET /api/v1/pokemon/cards/swsh8-124?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-124",
    "name": "Meloetta",
    "number": "124",
    "printed_number": "124",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/124.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/124.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/124.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8",
      "name": "Fusion Strike",
      "total": 284,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "FST",
      "printed_total": 264,
      "release_date": "2021/11/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "253308",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/124.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/124.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/124.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Fusion Strike"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Melodious Echo",
        "text": "This attack does 70 damage for each Fusion Strike Energy attached to all of your Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.08
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:02:32.489Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.52
      }
    }
  }
}