Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack
Fuecoco

Fuecoco

Uncommon #0303/09 Pokémon Basic HP 90
Types
Fire
Illustrator
ryoma uratsuka
Expansion
Gem Pack · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Spacing Out
Colorless

Flip a coin. If heads, heal 30 damage from this Pokémon.

Flare 30
Colorless · Colorless
GET /api/v1/pokemon/cards/gem1-0303?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem1-0303",
    "name": "Fuecoco",
    "number": "0303/09",
    "printed_number": "0303/09",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0303.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0303.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0303.large.webp"
      }
    ],
    "expansion": {
      "id": "gem1",
      "name": "Gem Pack",
      "total": 115,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 115,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem1.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack"
        }
      }
    },
    "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/gem1-0303.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0303.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0303.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spacing Out",
        "text": "Flip a coin. If heads, heal 30 damage from this Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flare",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "ryoma uratsuka",
    "pricing": {
      "currency": "USD",
      "market": 2.49,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T03:04:55.869Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}