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. 3
Annihilape

Annihilape

Common #1802/07 Pokémon Stage 2 HP 140
Types
Fighting
Illustrator
Anesaki Dynamic
Expansion
Gem Pack Vol. 3 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Rage Fist 70
Colorless

This attack does 70 damage for each Prize card your opponent has taken.

Dynamite Punch 170
Colorless · Colorless

This Pokémon also does 50 damage to itself.

GET /api/v1/pokemon/cards/gem3-1802?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem3-1802",
    "name": "Annihilape",
    "number": "1802/07",
    "printed_number": "1802/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1802.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1802.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1802.large.webp"
      }
    ],
    "expansion": {
      "id": "gem3",
      "name": "Gem Pack Vol. 3",
      "total": 136,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 136,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem3.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 3"
        }
      }
    },
    "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/gem3-1802.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1802.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1802.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rage Fist",
        "text": "This attack does 70 damage for each Prize card your opponent has taken.",
        "damage": "70"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dynamite Punch",
        "text": "This Pokémon also does 50 damage to itself.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 1.4,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:21.280Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}