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

← Gold, Silver, to a New World...
Sunkern

Sunkern

Common #191 Pokémon Basic HP 40
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Gold, Silver, to a New World... · Neo
Language
Japanese
TCGplayer

Attacks

Growth
Grass

Flip a coin. If heads, you may attach up to 2 Grass Energy cards from your hand to Sunkern.

Mega Drain 30
Grass · Grass · Grass

Remove a number of damage counters from Sunkern equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Sunkern has fewer damage counters than that, remove all of them.

GET /api/v1/pokemon/cards/neo1_ja-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1_ja-6",
    "name": "Sunkern",
    "number": "191",
    "printed_number": "191",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-6.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1_ja",
      "name": "Gold, Silver, to a New World...",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 96,
      "release_date": "2000/02/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gold, Silver, to a New World..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Growth",
        "text": "Flip a coin. If heads, you may attach up to 2 Grass Energy cards from your hand to Sunkern."
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 3,
        "name": "Mega Drain",
        "text": "Remove a number of damage counters from Sunkern equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Sunkern has fewer damage counters than that, remove all of them.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.22
        },
        {
          "condition": "LP",
          "price": 0.58
        },
        {
          "condition": "MP",
          "price": 0.52
        },
        {
          "condition": "HP",
          "price": 0.39
        },
        {
          "condition": "DMG",
          "price": 0.42
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1320,
          "low": 599.99,
          "high": 1535,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 146.87,
          "low": 146.87,
          "high": 153.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 260,
          "low": 83,
          "high": 342.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T22:48:44.963Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}