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

← Pitch Black
Tropius

Tropius

Common #1 Pokémon Basic HP 110
Types
Grass
Illustrator
Akino Fukuji
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704758

Attacks

Fruity Aroma
Colorless

Look at the top 6 cards of your deck, and you may reveal any number of Pokémon you find there and put them into your hand. Shuffle the other cards back into your deck.

Solar Beam 60
Grass · Colorless
GET /api/v1/pokemon/cards/me5-1?include=prices 200 58ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-1",
    "name": "Tropius",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-1.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-1.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-1.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704758",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-1.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-1.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-1.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fruity Aroma",
        "text": "Look at the top 6 cards of your deck, and you may reveal any number of Pokémon you find there and put them into your hand. Shuffle the other cards back into your deck."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Solar Beam",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Akino Fukuji",
    "pricing": {
      "currency": "USD",
      "market": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}