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

← Dark Phantasma
Chimecho

Chimecho

usually #28 Pokémon Basic HP 70
Types
Psychic
Illustrator
Naoyo Kimura
Expansion
Dark Phantasma · Sword & Shield
Language
Japanese
TCGplayer
570691

Attacks

Dreamy Tone
Psychic

During your opponent's next turn, if they attach an Energy card from their hand to the Defending Pokémon, that Pokémon will be Asleep.

Hang Down 30
Psychic · Colorless
GET /api/v1/pokemon/cards/swsh10a_ja-28vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10a_ja-28vrh",
    "name": "Chimecho",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/28vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/28vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/28vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10a_ja",
      "name": "Dark Phantasma",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10a",
      "printed_total": 71,
      "release_date": "2022/05/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Phantasma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570691",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/28vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/28vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/28vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Dreamy Tone",
        "text": "During your opponent's next turn, if they attach an Energy card from their hand to the Defending Pokémon, that Pokémon will be Asleep."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hang Down",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T12:35:14.237Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}