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
Landorus

Landorus

Promo #BW79 Pokémon BasicTeam Plasma HP 110
Types
Fighting
Illustrator
5ban Graphics
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
86592

Attacks

Extrasensory 20
Fighting · Colorless

If you have the same number of cards in your hand as your opponent, this attack does 30 more damage.

Rock Tomb 90
Fighting · Fighting · Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/bwp-BW79vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW79vh",
    "name": "Landorus",
    "number": "BW79",
    "printed_number": "BW79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW79vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW79vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW79vh.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": "86592",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW79vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW79vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW79vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Team Plasma"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Extrasensory",
        "text": "If you have the same number of cards in your hand as your opponent, this attack does 30 more damage.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rock Tomb",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 38.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 38.21
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 53,
          "low": 45.05,
          "high": 60.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 120,
          "low": 107.5,
          "high": 120,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 245,
          "low": 300,
          "high": 300,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.03
      }
    }
  }
}