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

← Pokémon Card 151
Seadra (Poke Ball)

Seadra (Poke Ball)

Uncommon #117 Pokémon Stage 1 HP 80
Types
Water
Illustrator
aspara
Expansion
Pokémon Card 151 · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Blinding Ink 50
Water · Colorless · Colorless

During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips 2 coins. If either of them is tails, that attack doesn't happen.

GET /api/v1/pokemon/cards/sv2a_ja-117vph?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2a_ja-117vph",
    "name": "Seadra (Poke Ball)",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/117.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/117.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/117.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2a_ja",
      "name": "Pokémon Card 151",
      "total": 210,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2a",
      "printed_total": 165,
      "release_date": "2023/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Card 151"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "pokeBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/117.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/117.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/117.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blinding Ink",
        "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips 2 coins. If either of them is tails, that attack doesn't happen.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "aspara",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        },
        {
          "condition": "LP",
          "price": 0.81
        },
        {
          "condition": "MP",
          "price": 0.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.5,
          "low": 15,
          "high": 22,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T07:08:05.212Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.06
      }
    }
  }
}