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

← Shiny Collection
Cinccino

Cinccino

Non #19 Pokémon Stage 1
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Shiny Collection · Black & White
Language
Japanese
TCGplayer
602845

Attacks

Echoed Voice 50
Colorless · Colorless · Colorless

During your next turn, this Pokémon's attack does 50 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sc1_ja-19?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sc1_ja-19",
    "name": "Cinccino",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/19.large.webp"
      }
    ],
    "expansion": {
      "id": "sc1_ja",
      "name": "Shiny Collection",
      "total": 25,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "SC",
      "printed_total": 20,
      "release_date": "2013/02/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602845",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "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",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Echoed Voice",
        "text": "During your next turn, this Pokémon's attack does 50 more damage (before applying Weakness and Resistance).",
        "damage": "50"
      }
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 29.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.83
        },
        {
          "condition": "LP",
          "price": 22.5
        },
        {
          "condition": "MP",
          "price": 18.05
        },
        {
          "condition": "HP",
          "price": 14.49
        },
        {
          "condition": "DMG",
          "price": 13.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 58.55,
          "low": 42.1,
          "high": 75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.6,
          "low": 8.16,
          "high": 11.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 136.49,
          "low": 174.99,
          "high": 174.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.25,
          "low": 19,
          "high": 19.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:04:33.985Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}