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

← Sky Legend
Lurantis

Lurantis

usually #5 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
AKIRA EGAWA
Expansion
Sky Legend · Sun & Moon
Language
Japanese
TCGplayer
573558

Attacks

Petal Blizzard
Colorless

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

Sol Slice 50+
Grass

If this Pokémon has any Fire Energy attached to it, this attack does 50 more damage.

GET /api/v1/pokemon/cards/sm10b_ja-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10b_ja-5",
    "name": "Lurantis",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/5.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10b_ja",
      "name": "Sky Legend",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "sm10b",
      "printed_total": 54,
      "release_date": "2019/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky Legend"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573558",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Petal Blizzard",
        "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Sol Slice",
        "text": "If this Pokémon has any Fire Energy attached to it, this attack does 50 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "DMG",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 64,
          "low": 54.4,
          "high": 73.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:50:59.809Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}