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

← Shining Fates
Tropius

Tropius

Uncommon #5 Pokémon Basic HP 110
Types
Grass
Illustrator
Akira Komayama
Expansion
Shining Fates · Sword & Shield
Language
English
TCGplayer
232358

Attacks

Attach Leaves
Colorless

Attach up to 2 Grass Energy cards from your discard pile to your Benched Pokémon in any way you like.

Gust 30
Grass · Colorless
GET /api/v1/pokemon/cards/swsh45-5vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh45-5vrh",
    "name": "Tropius",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/5vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/5vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/5vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh45",
      "name": "Shining Fates",
      "total": 73,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SHF",
      "printed_total": 72,
      "release_date": "2021/02/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "232358",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/5vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/5vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/5vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Attach Leaves",
        "text": "Attach up to 2 Grass Energy cards from your discard pile to your Benched Pokémon in any way you like."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gust",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 114,
          "low": 96.9,
          "high": 131.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:39:09.707Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}