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

← Scarlet & Violet Promos
Ditto

Ditto

Promo #166 Pokémon Basic HP 60
Types
Colorless
Illustrator
KIYOTAKA OSHIYAMA
Expansion
Scarlet & Violet Promos · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Splup 10
Colorless
GET /api/v1/pokemon/cards/svp_ja-166?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp_ja-166",
    "name": "Ditto",
    "number": "166",
    "printed_number": "166",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/166.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/166.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/166.large.webp"
      }
    ],
    "expansion": {
      "id": "svp_ja",
      "name": "Scarlet & Violet Promos",
      "total": 303,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "PROMO",
      "printed_total": 303,
      "release_date": "2022/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet & Violet Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/166.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/166.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/166.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Transformative Start",
        "text": "Once during your first turn, if this Pokémon is in the Active Spot, you may search your deck and choose a Basic Pokémon you find there, except any Ditto. If you do, discard this Pokémon and all attached cards, and put the chosen Pokémon in its place. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Splup",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "KIYOTAKA OSHIYAMA",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 59,
          "low": 50.15,
          "high": 67.85,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 149.5,
          "low": 127.08,
          "high": 171.93,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:06:01.844Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.55
      }
    }
  }
}