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

← Shining Synergy (Summon)
Type Null

Type Null

Common #124/150 Pokémon Basic HP 110
Types
Colorless
Illustrator
KEIICHIRO ITO
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Air Slash 50
Colorless · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sssm-124?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-124",
    "name": "Type Null",
    "number": "124/150",
    "printed_number": "124/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-124.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-124.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-124.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "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/sssm-124.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-124.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-124.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Air Slash",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:33.490Z"
    }
  }
}