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
Dodrio

Dodrio

Rare #56 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
TOKIYA
Expansion
Generations · XY
Language
English
TCGplayer
113714

Attacks

Fury Attack 40
Colorless · Colorless · Colorless

Flip 3 coins. This attack does 40 damage times the number of heads.

GET /api/v1/pokemon/cards/g1-56vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-56vrh",
    "name": "Dodrio",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/56vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/56vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/56vrh.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": "113714",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/56vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/56vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/56vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Retreat Aid",
        "text": "As long as this Pokémon is on your Bench, your Active Pokémon's Retreat Cost is ColorlessColorless less.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fury Attack",
        "text": "Flip 3 coins. This attack does 40 damage times the number of heads.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 1.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.97
        },
        {
          "condition": "LP",
          "price": 0.85
        },
        {
          "condition": "MP",
          "price": 0.93
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:13:58.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}