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

← Sun & Moon Promos
Poipole

Poipole

Promo #202 Pokémon Basic HP 70
Types
Psychic
Illustrator
Megumi Mizutani
Expansion
Sun & Moon Promos · Sun & Moon
Language
Japanese
TCGplayer

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/smp_ja-202vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp_ja-202vh",
    "name": "Poipole",
    "number": "202",
    "printed_number": "202",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/202vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/202vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/202vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp_ja",
      "name": "Sun & Moon Promos",
      "total": 409,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "printed_total": 409,
      "release_date": "2016/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sun & Moon Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/202vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/202vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/202vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "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": "Promo",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 1.25,
          "low": 1.06,
          "high": 1.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.98,
          "low": 25.45,
          "high": 29.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.4,
          "low": 7.14,
          "high": 9.66,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 126.25,
          "low": 195,
          "high": 195,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.96,
          "low": 28.87,
          "high": 39.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:07:15.665Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.82
      }
    }
  }
}