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

← Scarlet & Violet Black Star Promos
Ampharos ex

Ampharos ex

Promo #16 Pokémon Stage 2ex HP 330
Types
Lightning
Illustrator
PLANETA Tsuji
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
484397

Attacks

Electro Ball 60
Lightning
Thunderstrike Tail 140
Lightning · Colorless · Colorless

You may discard 2 Energy from this Pokémon to have this attack do 100 more damage.

GET /api/v1/pokemon/cards/svp-16vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-16vh",
    "name": "Ampharos ex",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/16vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/16vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/16vh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "484397",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/16vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/16vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/16vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "330",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electro Ball",
        "damage": "60"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunderstrike Tail",
        "text": "You may discard 2 Energy from this Pokémon to have this attack do 100 more damage.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 4.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.53
        },
        {
          "condition": "MP",
          "price": 3.63
        },
        {
          "condition": "HP",
          "price": 2.98
        },
        {
          "condition": "DMG",
          "price": 2.39
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 153.25,
          "low": 199.99,
          "high": 199.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.98,
          "low": 17.4,
          "high": 17.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.89
      }
    }
  }
}