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

← Team Magma vs Team Aqua
Team Aqua's Poochyena

Team Aqua's Poochyena

Common #55 Pokémon Basic HP 50
Types
Darkness
Illustrator
Shin-ichi Yoshikawa
Expansion
Team Magma vs Team Aqua · EX
Language
English
TCGplayer
89795

Attacks

Roar
Colorless

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

Aqua Crush 10
Water · Colorless

Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/ex4-55vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex4-55vrh",
    "name": "Team Aqua's Poochyena",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/55vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/55vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/55vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex4",
      "name": "Team Magma vs Team Aqua",
      "total": 97,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "MA",
      "printed_total": 95,
      "release_date": "2004/03/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89795",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/55vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/55vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/55vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Roar",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Crush",
        "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19
        },
        {
          "condition": "LP",
          "price": 7.86
        },
        {
          "condition": "MP",
          "price": 5.88
        },
        {
          "condition": "HP",
          "price": 4.79
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 23.99,
          "low": 20.39,
          "high": 27.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 27.6,
          "low": 23.46,
          "high": 31.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 220,
          "low": 218.75,
          "high": 220,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.4,
          "low": 10.54,
          "high": 14.26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:34:54.253Z",
      "trend_7d": {
        "direction": "up",
        "percent": 46.6
      }
    }
  }
}