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 Bolt
Landorus (Poke Ball)

Landorus (Poke Ball)

Rare #56 Pokémon Basic HP 130
Types
Fighting
Illustrator
Kazumasa Yasukuni
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Abundant Harvest
Colorless

Attach a Basic Fighting Energy card from your discard pile to this Pokémon.

Earthquake 110
Fighting · Colorless · Colorless

This attack also does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sv11b_ja-56vph?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-56vph",
    "name": "Landorus (Poke Ball)",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-56vph.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-56vph.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-56vph.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "pokeBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-56vph.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-56vph.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-56vph.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Abundant Harvest",
        "text": "Attach a Basic Fighting Energy card from your discard pile to this Pokémon."
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Earthquake",
        "text": "This attack also does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:39:44.905Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}