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

← Plasma Blast
Tropius (Staff Stamp)

Tropius (Staff Stamp)

Uncommon #5 Pokémon Basic HP 100
Types
Grass
Illustrator
Shigenori Negishi
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
227405

Attacks

Return 10
Grass

Draw cards until you have 6 cards in your hand.

Energy Press 20+
Grass · Colorless

Does 20 more damage for each Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw10-5vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-5vs",
    "name": "Tropius (Staff Stamp)",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10-5vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10-5vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10-5vs.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "227405",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10-5vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10-5vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10-5vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Return",
        "text": "Draw cards until you have 6 cards in your hand.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Energy Press",
        "text": "Does 20 more damage for each Energy attached to the Defending Pokémon.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 151.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 151.26
        },
        {
          "condition": "LP",
          "price": 9.6
        },
        {
          "condition": "MP",
          "price": 13.29
        },
        {
          "condition": "HP",
          "price": 4.5
        },
        {
          "condition": "DMG",
          "price": 3.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}