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
Cyclizar

Cyclizar

Uncommon #163 Pokémon Basic HP 110
Types
Colorless
Illustrator
AKIRA EGAWA
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
488059

Attacks

Reckless Charge 70
Colorless · Colorless

This Pokémon also does 10 damage to itself.

GET /api/v1/pokemon/cards/sv1-163vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-163vrh",
    "name": "Cyclizar",
    "number": "163",
    "printed_number": "163",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/163vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/163vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/163vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "488059",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/163vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/163vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/163vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reckless Charge",
        "text": "This Pokémon also does 10 damage to itself.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 0.99,
          "low": 0.84,
          "high": 1.14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:59:47.177Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}