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

← Chaos Rising
Cinccino ex

Cinccino ex

Ultra Rare #105 Pokémon Stage 1ex HP 240
Types
Colorless
Illustrator
5ban Graphics
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693464

Attacks

Energized Slap 40×
Colorless

This attack does 40 damage for each Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/me4-105vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-105vh",
    "name": "Cinccino ex",
    "number": "105",
    "printed_number": "105",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-105vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-105vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-105vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693464",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-105vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-105vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-105vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "240",
    "abilities": [
      {
        "name": "Smooth Coat",
        "text": "If any damage is done to this Pokémon by attacks, flip a coin. If heads, prevent that damage.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energized Slap",
        "text": "This attack does 40 damage for each Energy attached to this Pokémon.",
        "damage": "40×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.71
        },
        {
          "condition": "LP",
          "price": 4.57
        },
        {
          "condition": "HP",
          "price": 3.07
        },
        {
          "condition": "DMG",
          "price": 3.23
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 40.57,
          "low": 35.19,
          "high": 41.63,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 60,
          "low": 47.5,
          "high": 63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 56,
          "low": 32.92,
          "high": 120.49,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -37.8
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.01,
          "low": 11.5,
          "high": 43.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.89
      }
    }
  }
}