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

← Team Up
Ampharos-GX

Ampharos-GX

Rare Ultra #163 Pokémon Stage 2GX HP 240
Types
Lightning
Illustrator
5ban Graphics
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183817

Attacks

Power Recharge 30
Lightning

Put all Electropower cards from your discard pile into your hand.

Impact Bolt 150
Lightning · Lightning

Discard all Lightning Energy from this Pokémon.

Electrical-GX
Lightning

Search your deck for up to 7 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm9-163vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-163vh",
    "name": "Ampharos-GX",
    "number": "163",
    "printed_number": "163",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/163vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/163vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/163vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183817",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/163vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/163vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/163vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "240",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Power Recharge",
        "text": "Put all Electropower cards from your discard pile into your hand.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Impact Bolt",
        "text": "Discard all Lightning Energy from this Pokémon.",
        "damage": "150"
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electrical-GX",
        "text": "Search your deck for up to 7 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 29.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.86
        },
        {
          "condition": "LP",
          "price": 23.27
        },
        {
          "condition": "MP",
          "price": 19
        },
        {
          "condition": "HP",
          "price": 6.03
        },
        {
          "condition": "DMG",
          "price": 11.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 22.5,
          "low": 22.5,
          "high": 22.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 249.95,
          "low": 209.8,
          "high": 302.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.27,
          "low": 33.3,
          "high": 35.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.13
      }
    }
  }
}