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

← Nine Colours Gathering (Friend)
Simisear

Simisear

Uncommon #023/132 Pokémon Stage 1 HP 100
Types
Fire
Illustrator
Tomokazu Komiya
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Light Punch 20
Colorless
Fling Fire 60
Colorless

Discard up to 2 basic Energy cards from your hand. This attack does 60 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/ncgf-023?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-023",
    "name": "Simisear",
    "number": "023/132",
    "printed_number": "023/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-023.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-023.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-023.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgf",
      "name": "Nine Colours Gathering (Friend)",
      "total": 184,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 184,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgf.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Friend)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-023.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-023.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-023.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Light Punch",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fling Fire",
        "text": "Discard up to 2 basic Energy cards from your hand. This attack does 60 damage for each card you discarded in this way.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 117.5,
          "low": 35.2,
          "high": 202.59,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-19T02:36:01.860Z"
    }
  }
}