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

← Black & White
Zoroark

Zoroark

Rare Holo #71 Pokémon Stage 1 HP 100
Types
Darkness
Illustrator
Naoki Saito
Expansion
Black & White · Black & White
Language
English
TCGplayer
90749

Attacks

Nasty Plot
Darkness

Search your deck for a card and put it into your hand. Shuffle your deck afterward.

Foul Play
Colorless · Colorless

Choose 1 of the Defending Pokémon's attacks and use it as this attack.

GET /api/v1/pokemon/cards/bw1-71vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-71vh",
    "name": "Zoroark",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/71vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/71vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/71vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90749",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/71vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/71vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/71vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Nasty Plot",
        "text": "Search your deck for a card and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Foul Play",
        "text": "Choose 1 of the Defending Pokémon's attacks and use it as this attack."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 5.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.46
        },
        {
          "condition": "LP",
          "price": 3.99
        },
        {
          "condition": "MP",
          "price": 3.21
        },
        {
          "condition": "HP",
          "price": 1.67
        },
        {
          "condition": "DMG",
          "price": 1.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.49,
          "low": 7.22,
          "high": 9.76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1345.66,
          "low": 1343.54,
          "high": 1347.02,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 10,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 51.46,
          "low": 69,
          "high": 69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T04:00:52.328Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.2
      }
    }
  }
}