Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Collect 151 Journey
Metapod

Metapod

Common #011/151 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Tika Matsuno
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Tackle 20
Colorless
Defensive Posture
Colorless · Colorless

Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks.

GET /api/v1/pokemon/cards/c151j-011?include=prices 200 94ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-011",
    "name": "Metapod",
    "number": "011/151",
    "printed_number": "011/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-011.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-011.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-011.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-011.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-011.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-011.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Defensive Posture",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tika Matsuno",
    "pricing": {
      "currency": "USD",
      "market": 1.34,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 45.5,
          "low": 45.25,
          "high": 45.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.08,
          "low": 34.76,
          "high": 35.39,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.79,
          "low": 11.68,
          "high": 11.91,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T11:30:59.801Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}