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

← BW Black Star Promos
Ampharos

Ampharos

Promo #BW67 Pokémon Stage 2 HP 140
Types
Lightning
Illustrator
Naoki Saito
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
83548

Attacks

Random Spark
Lightning

This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Electricannon 60
Lightning · Lightning · Colorless

You may discard all Lightning Energy attached to this Pokémon. If you do, this attack does 60 more damage.

GET /api/v1/pokemon/cards/bwp-BW67vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW67vh",
    "name": "Ampharos",
    "number": "BW67",
    "printed_number": "BW67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW67vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW67vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW67vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp",
      "name": "BW Black Star Promos",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PR-BLW",
      "printed_total": 101,
      "release_date": "2011/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83548",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW67vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW67vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW67vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Random Spark",
        "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electricannon",
        "text": "You may discard all Lightning Energy attached to this Pokémon. If you do, this attack does 60 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 34.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 34.99
        },
        {
          "condition": "LP",
          "price": 31.92
        },
        {
          "condition": "MP",
          "price": 26.3
        },
        {
          "condition": "HP",
          "price": 18.99
        },
        {
          "condition": "DMG",
          "price": 19.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "1",
          "value": 149.99,
          "low": 127.49,
          "high": 172.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 45.5,
          "low": 45.5,
          "high": 49.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 79,
          "low": 76.5,
          "high": 81.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 137.5,
          "low": 105,
          "high": 160,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8.5",
          "value": 201.25,
          "low": 171.06,
          "high": 231.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}