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

← Galactic's Conquest
Ampharos

Ampharos

Rare Holo #36 Pokémon Stage 2 HP 130
Types
Lightning
Illustrator
Atsuko Nishida
Expansion
Galactic's Conquest · Platinum
Language
Japanese
TCGplayer
607049

Attacks

Gigavolt 30+
Lightning · Colorless

Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, the Defending Pokémon is now Paralyzed.

Reflect Energy 70
Lightning · Colorless · Colorless

Move an Energy card attached to Ampharos to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/pt1_ja-36vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt1_ja-36vh",
    "name": "Ampharos",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/36vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/36vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/36vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pt1_ja",
      "name": "Galactic's Conquest",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT1",
      "printed_total": 96,
      "release_date": "2008/10/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Galactic's Conquest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607049",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/36vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/36vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/36vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Damage Bind",
        "text": "Each Pokémon that has any damage counters on it (yours and your opponent's) can't use any Poké-Powers.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gigavolt",
        "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, the Defending Pokémon is now Paralyzed.",
        "damage": "30+"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Reflect Energy",
        "text": "Move an Energy card attached to Ampharos to 1 of your Benched Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 8.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.98
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 35.5,
          "high": 40,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 52,
          "low": 52,
          "high": 71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 69,
          "low": 50,
          "high": 91.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:05:04.192Z",
      "trend_7d": {
        "direction": "down",
        "percent": -29.07
      }
    }
  }
}