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

← Black & White Promos
Lucario

Lucario

Promo #106 Pokémon Stage 1
Types
Fighting
Illustrator
Naoki Saito
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

Attacks

Aura Sphere 50
Fighting · Fighting

Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bwp_ja-106?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-106",
    "name": "Lucario",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/106.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/106.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/106.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/106.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/106.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/106.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "abilities": [
      {
        "name": "Reflexive Retaliation",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Aura Sphere",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "50"
      }
    ],
    "rarity": "Promo",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 73.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 73.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T21:32:19.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}