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. 6
Castform Sunny Form

Castform Sunny Form

Uncommon #1003/07 Pokémon Basic HP 70
Types
Fire
Illustrator
osare
Expansion
Gem Pack Vol. 6 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Singe
Colorless

Your opponent's Active Pokémon is now Burned.

Sunny Assist 50
Colorless · Colorless

Move all Energy from this Pokémon to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/cn-gem-pack-vol-6-1003?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-gem-pack-vol-6-1003",
    "name": "Castform Sunny Form",
    "number": "1003/07",
    "printed_number": "1003/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1003.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1003.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1003.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-gem-pack-vol-6",
      "name": "Gem Pack Vol. 6",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/08/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-gem-pack-vol-6.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 6"
        }
      }
    },
    "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/cn-gem-pack-vol-6-1003.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1003.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1003.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Singe",
        "text": "Your opponent's Active Pokémon is now Burned."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sunny Assist",
        "text": "Move all Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "osare",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:29.240Z"
    }
  }
}