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

← Emerging Powers
Ducklett

Ducklett

Common #26 Pokémon Basic HP 60
Types
Water
Illustrator
MAHOU
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
84991

Attacks

Roost
Colorless

Heal 40 damage from this Pokémon. This Pokémon can't retreat during your next turn.

Rain Splash 20
Water · Water
GET /api/v1/pokemon/cards/bw2-26?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-26",
    "name": "Ducklett",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/26.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84991",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Roost",
        "text": "Heal 40 damage from this Pokémon. This Pokémon can't retreat during your next turn."
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Rain Splash",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.24
        },
        {
          "condition": "MP",
          "price": 0.17
        },
        {
          "condition": "HP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.21
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.06
      }
    }
  }
}