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

← Clash of the Blue Sky
Tropius

Tropius

Rare Holo #14 Pokémon Basic HP 80
Types
Grass
Illustrator
Miki Tanaka
Expansion
Clash of the Blue Sky · PCG
Language
Japanese
TCGplayer
612337

Attacks

Miracle Blow
Grass

Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition.

Stomp 40+
Colorless · Colorless · Colorless · Colorless

Flip a coin. If heads, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pcg2_ja-14vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg2_ja-14vh",
    "name": "Tropius",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/14vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg2_ja",
      "name": "Clash of the Blue Sky",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash of the Blue Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612337",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/14vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Tropical Motion",
        "text": "As long as Tropius is your Active Pokémon, your opponent's Active Pokémon have no Resistance.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Miracle Blow",
        "text": "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Stomp",
        "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 3.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 130,
          "low": 124.5,
          "high": 130,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 55,
          "low": 51,
          "high": 79.79,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "SGC",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T04:32:02.636Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}