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

← Gem Pack Vol. 4
Cinccino

Cinccino

Double Rare #1606/07 Pokémon Stage 1 HP 110
Types
Colorless
Illustrator
Yuu Nishida
Expansion
Gem Pack Vol. 4 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Gentle Slap 30
Colorless
Special Roll 70
Colorless · Colorless

This attack does 70 damage for each Special Energy card attached to this Pokémon.

GET /api/v1/pokemon/cards/gem4-1606vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem4-1606vh",
    "name": "Cinccino",
    "number": "1606/07",
    "printed_number": "1606/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1606vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1606vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1606vh.large.webp"
      }
    ],
    "expansion": {
      "id": "gem4",
      "name": "Gem Pack Vol. 4",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/02/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem4.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 4"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1606vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1606vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1606vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gentle Slap",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Special Roll",
        "text": "This attack does 70 damage for each Special Energy card attached to this Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Yuu Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.75,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 50,
          "low": 49,
          "high": 50,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 12.44,
          "low": 12.42,
          "high": 12.47,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 38.59,
          "low": 37.92,
          "high": 39.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.48,
          "low": 12.25,
          "high": 12.62,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 14,
          "low": 13.5,
          "high": 14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:34:53.983Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.94
      }
    }
  }
}