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

← Scarlet & Violet Promos
Cyclizar

Cyclizar

Promo #97 Pokémon Basic HP 120
Types
Colorless
Illustrator
Hasuno
Expansion
Scarlet & Violet Promos · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Persistent Dash
Colorless

Flip a coin until you get tails. For each heads, draw a card.

Power Tackle 120
Colorless · Colorless · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/svp_ja-97vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp_ja-97vh",
    "name": "Cyclizar",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/97vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/97vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/97vh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp_ja",
      "name": "Scarlet & Violet Promos",
      "total": 303,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "PROMO",
      "printed_total": 303,
      "release_date": "2022/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet & Violet 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/svp_ja/97vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/97vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/97vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Persistent Dash",
        "text": "Flip a coin until you get tails. For each heads, draw a card."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Tackle",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7
        },
        {
          "condition": "LP",
          "price": 3
        },
        {
          "condition": "MP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.84,
          "low": 17.45,
          "high": 33.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T08:06:01.844Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.03
      }
    }
  }
}