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

← Dragon
Seadra

Seadra

Uncommon #39 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Hajime Kusajima
Expansion
Dragon · EX
Language
English
TCGplayer
89012

Attacks

Energy Cannon 20
Water

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

Water Arrow
Water · Colorless · Colorless

Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/ex3-39?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex3-39",
    "name": "Seadra",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/39.large.webp"
      }
    ],
    "expansion": {
      "id": "ex3",
      "name": "Dragon",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DR",
      "printed_total": 97,
      "release_date": "2003/11/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89012",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Cannon",
        "text": "Does 20 damage plus 10 more damage for each Energy attached to Seadra but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Water Arrow",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 1.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.95
        },
        {
          "condition": "LP",
          "price": 1.21
        },
        {
          "condition": "MP",
          "price": 1.19
        },
        {
          "condition": "HP",
          "price": 0.75
        },
        {
          "condition": "DMG",
          "price": 0.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.75,
          "low": 20,
          "high": 23.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "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": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 106,
          "low": 90.1,
          "high": 121.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 31.95,
          "low": 27.16,
          "high": 36.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:24.156Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}