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

← Expansion Pack 20th Anniversary
Imakuni?'s Doduo

Imakuni?'s Doduo

Non #102 Pokémon Basic
Types
Colorless
Illustrator
Imakuni?
Expansion
Expansion Pack 20th Anniversary · XY
Language
Japanese
TCGplayer
606113

Attacks

Harmonize 30
Colorless · Colorless

From the moment you use this attack, you must begin to sing a song. (While the song is being sung, the game continues.) When the song is finished, this attack does 30 damage.

GET /api/v1/pokemon/cards/cp6_ja-102?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp6_ja-102",
    "name": "Imakuni?'s Doduo",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/102.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/102.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/102.large.webp"
      }
    ],
    "expansion": {
      "id": "cp6_ja",
      "name": "Expansion Pack 20th Anniversary",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP6",
      "printed_total": 87,
      "release_date": "2016/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Expansion Pack 20th Anniversary"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606113",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/102.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/102.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/102.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "abilities": [
      {
        "name": "Frenzied Escape",
        "text": "When this Doduo retreats, hold this card and throw it as hard as you can because Doduo is running away. Throw the card horizontally with a snap to get the farthest distance!",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Harmonize",
        "text": "From the moment you use this attack, you must begin to sing a song. (While the song is being sung, the game continues.) When the song is finished, this attack does 30 damage.",
        "damage": "30"
      }
    ],
    "rarity": "Non",
    "artist": "Imakuni?",
    "pricing": {
      "currency": "USD",
      "market": 63.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 63.7
        },
        {
          "condition": "LP",
          "price": 19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 332.5,
          "low": 255.5,
          "high": 531,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12,
          "trend": {
            "direction": "down",
            "percent": -17.4
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 47.95,
          "low": 52,
          "high": 60,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T09:19:24.076Z",
      "trend_7d": {
        "direction": "up",
        "percent": 40.43
      }
    }
  }
}