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

← Diamond & Pearl
Floatzel

Floatzel

Rare #26 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Masahiko Ishii
Expansion
Diamond & Pearl · Diamond & Pearl
Language
English
TCGplayer
85511

Attacks

Screw Tail 30
Water · Colorless

Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.

Water Gun 40
Water · Water

Does 40 damage plus 20 more damage for each Water Energy attached to Floatzel but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.

GET /api/v1/pokemon/cards/dp1-26?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1-26",
    "name": "Floatzel",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/26.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1",
      "name": "Diamond & Pearl",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "DP",
      "printed_total": 130,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85511",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Screw Tail",
        "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Water Gun",
        "text": "Does 40 damage plus 20 more damage for each Water Energy attached to Floatzel but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Masahiko Ishii",
    "pricing": {
      "currency": "USD",
      "market": 2.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.98
        },
        {
          "condition": "LP",
          "price": 1.91
        },
        {
          "condition": "MP",
          "price": 1.52
        },
        {
          "condition": "HP",
          "price": 0.87
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 18.68,
          "low": 23.18,
          "high": 23.18,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 118.41,
          "low": 100.65,
          "high": 136.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:58:35.862Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}