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

← MEGA Dream ex
Team Rocket's Articuno

Team Rocket's Articuno

Common #34 Pokémon Basic
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer

Attacks

Dark Frost 60+
Water · Colorless · Colorless

If this Pokémon has any Team Rocket's Energy attached, this attack does 60 more damage.

GET /api/v1/pokemon/cards/m2a_ja-34vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-34vrh",
    "name": "Team Rocket's Articuno",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/34vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/34vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/34vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "m2a_ja",
      "name": "MEGA Dream ex",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2a",
      "printed_total": 193,
      "release_date": "2025/11/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Dream ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/34vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/34vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/34vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Repelling Veil",
        "text": "Prevent all effects of attacks used by your opponent's Pokémon done to your Basic Team Rocket's Pokémon. (Existing effects are not removed. Damage is not an effect.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Frost",
        "text": "If this Pokémon has any Team Rocket's Energy attached, this attack does 60 more damage.",
        "damage": "60+"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 2.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.79
        },
        {
          "condition": "LP",
          "price": 2.18
        },
        {
          "condition": "MP",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 54.99,
          "low": 52.6,
          "high": 74.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-02T02:16:57.735Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}