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

← 151
Dodrio

Dodrio

Rare #85 Pokémon Stage 1 HP 100
Types
Colorless
Illustrator
Anesaki Dynamic
Expansion
151 · Scarlet & Violet
Language
English
TCGplayer
516654

Attacks

Ballistic Beak 10
Colorless

This attack does 30 more damage for each damage counter on this Pokémon.

GET /api/v1/pokemon/cards/sv3pt5-85vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3pt5-85vrh",
    "name": "Dodrio",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/85vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/85vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/85vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3pt5",
      "name": "151",
      "total": 207,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "MEW",
      "printed_total": 165,
      "release_date": "2023/09/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "516654",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/85vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/85vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/85vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Zooming Draw",
        "text": "Once during your turn, you may put 1 damage counter on this Pokémon. If you do, draw a card.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ballistic Beak",
        "text": "This attack does 30 more damage for each damage counter on this Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 1.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.15
        },
        {
          "condition": "LP",
          "price": 0.83
        },
        {
          "condition": "MP",
          "price": 0.8
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.95,
          "low": 11.86,
          "high": 16.04,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:01.564Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.55
      }
    }
  }
}