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

← Legends Awakened
Ditto

Ditto

Rare #27 Pokémon Basic HP 60
Types
Colorless
Illustrator
Ken Sugimori
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
84843
GET /api/v1/pokemon/cards/dp6-27?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-27",
    "name": "Ditto",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/27.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84843",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Ditto DNA",
        "text": "As long as Ditto is your Active Pokémon, its maximum HP is the same as your opponent's Active Pokémon. Ditto can use the attacks of that Pokémon as its own. (You still need the necessary Energy to use each attack.) If that Pokémon is no longer your opponent's Active Pokémon, choose 1 of your opponent's Active Pokémon for Ditto to copy.",
        "type": "Poké-Body"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 24.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.48
        },
        {
          "condition": "LP",
          "price": 14.98
        },
        {
          "condition": "MP",
          "price": 11.64
        },
        {
          "condition": "HP",
          "price": 8.86
        },
        {
          "condition": "DMG",
          "price": 9.67
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 170,
          "low": 144.5,
          "high": 195.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 400,
          "low": 340,
          "high": 460,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:25.756Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.16
      }
    }
  }
}