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 Blast
Silcoon

Silcoon

usually #4 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Naoki Saito
Expansion
Dragon Blast · Black & White
Language
Japanese
TCGplayer
601451

Attacks

Harden
Colorless

During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less.

Bug Bite 40
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/bw5s_ja-4?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5s_ja-4",
    "name": "Silcoon",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5s_ja",
      "name": "Dragon Blast",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW5",
      "printed_total": 50,
      "release_date": "2012/03/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Blast"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601451",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Harden",
        "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bug Bite",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.98
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:54:18.984Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}