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
Phione

Phione

Common #1302/07 Pokémon Basic HP 70
Types
Water
Illustrator
aspara
Expansion
Gem Pack Vol. 4 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Beckon
Colorless

Put a Supporter card from your discard pile into your hand.

Energy Press 20
Colorless

This attack does 20 damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/gem4-1302?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem4-1302",
    "name": "Phione",
    "number": "1302/07",
    "printed_number": "1302/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1302.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1302.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1302.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1302.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1302.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1302.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Beckon",
        "text": "Put a Supporter card from your discard pile into your hand."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Press",
        "text": "This attack does 20 damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "aspara",
    "pricing": {
      "currency": "USD",
      "market": 1.6,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T11:49:35.725Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}