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

← Paldean Fates
Dodrio

Dodrio

Shiny Rare #200 Pokémon Stage 1 HP 100
Types
Colorless
Illustrator
nagimiso
Expansion
Paldean Fates · Scarlet & Violet
Language
English
TCGplayer
535185

Attacks

Ballistic Beak 10
Colorless

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

GET /api/v1/pokemon/cards/sv4pt5-200vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4pt5-200vh",
    "name": "Dodrio",
    "number": "200",
    "printed_number": "200",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/200vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/200vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/200vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4pt5",
      "name": "Paldean Fates",
      "total": 245,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAF",
      "printed_total": 91,
      "release_date": "2024/01/26",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "535185",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/200vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/200vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/200vh.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": "Shiny Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 4.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.51
        },
        {
          "condition": "LP",
          "price": 3.75
        },
        {
          "condition": "MP",
          "price": 3.14
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 70.04,
          "low": 59.53,
          "high": 80.55,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32,
          "low": 32,
          "high": 32.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.85,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "SGC",
          "grade": "9.5",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:07:25.510Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.59
      }
    }
  }
}