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

← Hidden Fates
Poipole

Poipole

Rare Shiny #SV19 Pokémon BasicUltra Beast HP 70
Types
Psychic
Illustrator
Akira Komayama
Expansion
Hidden Fates · Sun & Moon
Language
English
TCGplayer
197775

Attacks

Spit Poison
Colorless

Your opponent's Active Pokémon is now Poisoned.

Knockout Reviver
Psychic · Colorless

During your opponent's next turn, if this Pokémon is Knocked Out, your opponent can't take any Prize cards for it.

GET /api/v1/pokemon/cards/sma-SV19vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sma-SV19vh",
    "name": "Poipole",
    "number": "SV19",
    "printed_number": "SV19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm115",
      "name": "Hidden Fates",
      "total": 69,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "HIF",
      "printed_total": 68,
      "release_date": "2019/08/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "197775",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ultra Beast"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spit Poison",
        "text": "Your opponent's Active Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Knockout Reviver",
        "text": "During your opponent's next turn, if this Pokémon is Knocked Out, your opponent can't take any Prize cards for it."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Shiny",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 6.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.85
        },
        {
          "condition": "LP",
          "price": 4.96
        },
        {
          "condition": "MP",
          "price": 3.59
        },
        {
          "condition": "HP",
          "price": 2.9
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 8.88,
          "high": 16.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 14.99,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48,
          "low": 31.01,
          "high": 49.49,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "up",
            "percent": 28
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.8,
          "low": 9.8,
          "high": 9.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:55:32.965Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.74
      }
    }
  }
}