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

← Paradox Rift
Gimmighoul

Gimmighoul

Common #88 Pokémon Basic HP 70
Types
Psychic
Illustrator
Kouki Saitou
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523754

Attacks

Continuous Coin Toss 20
Colorless

Flip a coin until you get tails. This attack does 20 damage for each heads.

GET /api/v1/pokemon/cards/sv4-88?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-88",
    "name": "Gimmighoul",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/88.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/88.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/88.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523754",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/88.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/88.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/88.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Continuous Coin Toss",
        "text": "Flip a coin until you get tails. This attack does 20 damage for each heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.67
      }
    }
  }
}