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

← Shiny Treasure ex
Murkrow

Murkrow

Holo #288 Pokémon Basic HP 60
Types
Darkness
Illustrator
Hitoshi Ariga
Expansion
Shiny Treasure ex · Scarlet & Violet
Language
Japanese
TCGplayer
567689

Attacks

Spin Turn 10
Colorless

Switch this Pokémon with 1 of your Benched Pokémon.

United Wings 20×
Darkness

This attack does 20 damage for each Pokémon in your discard pile that has the United Wings attack.

GET /api/v1/pokemon/cards/sv4a_ja-288vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4a_ja-288vh",
    "name": "Murkrow",
    "number": "288",
    "printed_number": "288",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/288vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/288vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/288vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4a_ja",
      "name": "Shiny Treasure ex",
      "total": 360,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4a",
      "printed_total": 190,
      "release_date": "2023/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Treasure ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567689",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/288vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/288vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/288vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spin Turn",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "10"
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "United Wings",
        "text": "This attack does 20 damage for each Pokémon in your discard pile that has the United Wings attack.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Holo",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 1.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.43
        },
        {
          "condition": "LP",
          "price": 1.35
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.5,
          "low": 25,
          "high": 28,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:36:13.271Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.7
      }
    }
  }
}