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

← Blue Shock
Doduo

Doduo

usually #48 Pokémon Basic HP 60
Types
Colorless
Illustrator
Naoki Saito
Expansion
Blue Shock · XY
Language
Japanese
TCGplayer
604003

Attacks

Simultaneous Peck 30
Colorless

Flip 2 coins. If either of them is tails, this attack does nothing.

Doduo Delivery
Colorless · Colorless

Draw 2 cards.

GET /api/v1/pokemon/cards/xy8b_ja-48?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8b_ja-48",
    "name": "Doduo",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/48.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8b_ja",
      "name": "Blue Shock",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Blue Shock"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604003",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Simultaneous Peck",
        "text": "Flip 2 coins. If either of them is tails, this attack does nothing.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Doduo Delivery",
        "text": "Draw 2 cards."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 138.75,
          "low": 109.75,
          "high": 167.74,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 34.95,
          "low": 29.71,
          "high": 40.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:48:23.568Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}