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

← Rising Rivals
Seedot

Seedot

Common #78 Pokémon Basic HP 40
Types
Grass
Illustrator
Miki Tanaka
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
89044

Attacks

Harden
Colorless

During your opponent's next turn, if Seedot would be damaged by an attack, prevent that attack's damage done to Seedot if that damage is 40 or less.

Astonish 10
Colorless

Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck.

GET /api/v1/pokemon/cards/pl2-78?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-78",
    "name": "Seedot",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/78.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/78.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/78.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89044",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/78.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/78.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/78.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Harden",
        "text": "During your opponent's next turn, if Seedot would be damaged by an attack, prevent that attack's damage done to Seedot if that damage is 40 or less."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Astonish",
        "text": "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "HP",
          "price": 0.19
        },
        {
          "condition": "DMG",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}