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

← Lost Abyss
Sunkern

Sunkern

usually #3 Pokémon Basic HP 40
Types
Grass
Illustrator
Saya Tsuruta
Expansion
Lost Abyss · Sword & Shield
Language
Japanese
TCGplayer
569934

Attacks

Seed Bomb 20
Colorless · Colorless
GET /api/v1/pokemon/cards/swsh11_ja-3?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11_ja-3",
    "name": "Sunkern",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11_ja",
      "name": "Lost Abyss",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11",
      "printed_total": 100,
      "release_date": "2022/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Abyss"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569934",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Seed Bomb",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:40:55.315Z",
      "trend_7d": {
        "direction": "down",
        "percent": -48.48
      }
    }
  }
}