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

← Secret of the Lakes
Tropius

Tropius

Non #414 Pokémon Basic HP 80
Types
Grass
Illustrator
Kazuyuki Kano
Expansion
Secret of the Lakes · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Bonus Leaf
Grass

Remove 3 damage counters from each of your Benched Pokémon that has any Grass Energy attached to it.

Whirlwind 30
Grass · Colorless

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

GET /api/v1/pokemon/cards/dp2_ja-414?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2_ja-414",
    "name": "Tropius",
    "number": "414",
    "printed_number": "414",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-414.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-414.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-414.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2_ja",
      "name": "Secret of the Lakes",
      "total": 123,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP2",
      "printed_total": 123,
      "release_date": "2007/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Secret of the Lakes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-414.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-414.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-414.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Bonus Leaf",
        "text": "Remove 3 damage counters from each of your Benched Pokémon that has any Grass Energy attached to it."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Whirlwind",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 3.79,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.79
        },
        {
          "condition": "LP",
          "price": 3.73
        },
        {
          "condition": "MP",
          "price": 2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:46:43.732Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}