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

← HS—Undaunted
Dodrio

Dodrio

Rare #11 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Yukiko Baba
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
84854

Attacks

Incessant Peck 20
Colorless · Colorless

Flip a coin until you get tails. This attack does 20 damage plus 20 more damage for each heads.

GET /api/v1/pokemon/cards/hgss3-11?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-11",
    "name": "Dodrio",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/11.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss3",
      "name": "HS—Undaunted",
      "total": 91,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UD",
      "printed_total": 90,
      "release_date": "2010/08/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84854",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Retreat Aid",
        "text": "As long as Dodrio is on your Bench, your Active Pokémon's Retreat Cost is ColorlessColorless less.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Incessant Peck",
        "text": "Flip a coin until you get tails. This attack does 20 damage plus 20 more damage for each heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 0.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.65
        },
        {
          "condition": "LP",
          "price": 0.58
        },
        {
          "condition": "MP",
          "price": 0.48
        },
        {
          "condition": "HP",
          "price": 0.41
        },
        {
          "condition": "DMG",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:48:06.184Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.14
      }
    }
  }
}