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

← Undone Seal
Chimecho

Chimecho

Rare Holo #48 Pokémon Basic HP 60
Types
Psychic
Illustrator
Miki Tanaka
Expansion
Undone Seal · ADV
Language
Japanese
TCGplayer
612512

Attacks

Chime
Colorless

Search your opponent's discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your opponent's discard pile.)

Psychic Boom 10×
Psychic

Does 10 damage times the amount of Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/adv5_ja-48vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv5_ja-48vh",
    "name": "Chimecho",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/48vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/48vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/48vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv5_ja",
      "name": "Undone Seal",
      "total": 83,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 83,
      "release_date": "2004/01/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Undone Seal"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612512",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/48vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/48vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/48vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Chime",
        "text": "Search your opponent's discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your opponent's discard pile.)"
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psychic Boom",
        "text": "Does 10 damage times the amount of Energy attached to the Defending Pokémon.",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 9.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 61,
          "low": 51.85,
          "high": 70.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 64.8,
          "low": 55.08,
          "high": 74.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45.72,
          "low": 38.51,
          "high": 69.86,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:06:24.839Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}