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

← Mythical & Legendary Dream Shine Collection
Mew

Mew

Common #16 Pokémon Basic
Types
Psychic
Illustrator
Saya Tsuruta
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606044

Attacks

Clairvoyance
Colorless

Your opponent reveals his or her hand.

Psychic 40+
Psychic · Colorless · Colorless

This attack does 10 more damage for each Energy attached to your opponents Active Pokémon.

GET /api/v1/pokemon/cards/cp5_ja-16?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-16",
    "name": "Mew",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "cp5_ja",
      "name": "Mythical & Legendary Dream Shine Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP5",
      "printed_total": 36,
      "release_date": "2016/07/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mythical & Legendary Dream Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606044",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Clairvoyance",
        "text": "Your opponent reveals his or her hand."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 10 more damage for each Energy attached to your opponents Active Pokémon.",
        "damage": "40+"
      }
    ],
    "rarity": "Common",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 85
        },
        {
          "condition": "LP",
          "price": 82.59
        },
        {
          "condition": "MP",
          "price": 19.5
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 91.5,
          "low": 79.99,
          "high": 103,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 63,
          "low": 56,
          "high": 70,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 85.25,
          "low": 85,
          "high": 85.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 26
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 53.91,
          "low": 53.91,
          "high": 55.46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 11
        }
      ],
      "market_updated_at": "2026-09-22T02:26:55.990Z",
      "trend_7d": {
        "direction": "up",
        "percent": 30.77
      }
    }
  }
}