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

← Paradox Rift
Dondozo

Dondozo

Uncommon #55 Pokémon Basic HP 160
Types
Water
Illustrator
Kouki Saitou
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523665

Attacks

Supplemental Swallow-Up
Colorless

Look at the top 5 cards of your deck. You may attach any number of Basic Energy cards you find there to this Pokémon. Shuffle the other cards back into your deck.

Hydro Splash 180
Water · Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sv4-55?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-55",
    "name": "Dondozo",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/55.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523665",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Supplemental Swallow-Up",
        "text": "Look at the top 5 cards of your deck. You may attach any number of Basic Energy cards you find there to this Pokémon. Shuffle the other cards back into your deck."
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Hydro Splash",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-20T03:32:05.033Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}