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

← Expansion Pack 20th Anniversary
Metapod

Metapod

usually #4 Pokémon Stage 1
Types
Grass
Illustrator
Ken Sugimori
Expansion
Expansion Pack 20th Anniversary · XY
Language
Japanese
TCGplayer
606125

Attacks

Stiffen
Colorless · Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance).

Stun Spore 20
Grass · Grass

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/cp6_ja-4?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp6_ja-4",
    "name": "Metapod",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "cp6_ja",
      "name": "Expansion Pack 20th Anniversary",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP6",
      "printed_total": 87,
      "release_date": "2016/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Expansion Pack 20th Anniversary"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606125",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Stiffen",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Stun Spore",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "rarity": "usually",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 60.19,
          "low": 36,
          "high": 36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-17T02:52:12.272Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}