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

← Generations
Doduo

Doduo

Common #55 Pokémon Basic HP 60
Types
Colorless
Illustrator
Eri Yamaki
Expansion
Generations · XY
Language
English
TCGplayer
113713

Attacks

Double Stab 10
Colorless

Flip 2 coins. This attack does 10 damage times the number of heads.

Doduo Delivery
Colorless · Colorless

Draw 2 cards.

GET /api/v1/pokemon/cards/g1-55?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-55",
    "name": "Doduo",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/55.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113713",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Stab",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10"
      },
      {
        "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": "Common",
    "artist": "Eri Yamaki",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.15
        },
        {
          "condition": "HP",
          "price": 0.21
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:00:11.003Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.85
      }
    }
  }
}