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

← Base Expansion Pack
Metapod

Metapod

Non #33 Pokémon Stage 1
Types
Grass
Illustrator
Yuichi Sawayama
Expansion
Base Expansion Pack · E-Card
Language
Japanese
TCGplayer
576022

Attacks

Rollout 10
Colorless
GET /api/v1/pokemon/cards/ecard1_ja-33?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard1_ja-33",
    "name": "Metapod",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/33.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard1_ja",
      "name": "Base Expansion Pack",
      "total": 128,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 128,
      "release_date": "2001/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Base Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576022",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "abilities": [
      {
        "name": "Exoskeleton",
        "text": "All damage done by attacks to Metapod is reduced by 20 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rollout",
        "damage": "10"
      }
    ],
    "rarity": "Non",
    "artist": "Yuichi Sawayama",
    "pricing": {
      "currency": "USD",
      "market": 18.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.33
        },
        {
          "condition": "LP",
          "price": 5
        },
        {
          "condition": "MP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 21,
          "high": 23.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 85,
          "low": 72.25,
          "high": 97.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 47.07,
          "low": 40.01,
          "high": 54.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T23:47:11.695Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}