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

← Dark Order
Poochyena

Poochyena

usually #21 Pokémon Basic HP 70
Types
Darkness
Illustrator
Ken Sugimori
Expansion
Dark Order · Sun & Moon
Language
Japanese
TCGplayer
573421

Attacks

Howl in the Dark
Colorless

Search your deck for up to 2 Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.

Bite 10
Darkness
GET /api/v1/pokemon/cards/sm8a_ja-21?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8a_ja-21",
    "name": "Poochyena",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/21.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8a_ja",
      "name": "Dark Order",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8a",
      "printed_total": 52,
      "release_date": "2018/10/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Order"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573421",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Howl in the Dark",
        "text": "Search your deck for up to 2 Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.7
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:54:33.435Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.69
      }
    }
  }
}