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

← Crown Zenith
Ditto

Ditto

Rare Holo #107 Pokémon Basic HP 70
Types
Colorless
Illustrator
KIYOTAKA OSHIYAMA
Expansion
Crown Zenith · Sword & Shield
Language
English
TCGplayer
478117
GET /api/v1/pokemon/cards/swsh12pt5-107vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12pt5-107vrh",
    "name": "Ditto",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/107vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/107vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/107vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12pt5",
      "name": "Crown Zenith",
      "total": 160,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRZ",
      "printed_total": 159,
      "release_date": "2023/01/20",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "478117",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/107vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/107vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/107vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Sudden Transformation",
        "text": "This Pokémon can use the attacks of any Basic Pokémon in your discard pile, except for Pokémon with a Rule Box (Pokémon V, Pokémon-GX, etc. have Rule Boxes). (You still need the necessary Energy to use each attack.)",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "KIYOTAKA OSHIYAMA",
    "pricing": {
      "currency": "USD",
      "market": 2.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.94
        },
        {
          "condition": "LP",
          "price": 2.55
        },
        {
          "condition": "MP",
          "price": 0.81
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 1.7
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.75,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14.9,
          "low": 15.99,
          "high": 15.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 198.28,
          "low": 242.84,
          "high": 289.16,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.29,
          "low": 18.53,
          "high": 19.13,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.28,
          "low": 31,
          "high": 31,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:41:19.686Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.82
      }
    }
  }
}