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

← Lost Origin
Roserade

Roserade

Uncommon #15 Pokémon Stage 1 HP 120
Types
Grass
Illustrator
0313
Expansion
Lost Origin · Sword & Shield
Language
English
TCGplayer
283882

Attacks

Poisonous Whip 30
Grass

Your opponent's Active Pokémon is now Poisoned.

Assassin's Rose 60
Grass · Colorless

If your opponent's Active Pokémon is affected by a Special Condition, this attack also does 60 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/swsh11-15vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11-15vrh",
    "name": "Roserade",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/15vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/15vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/15vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11",
      "name": "Lost Origin",
      "total": 217,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "LOR",
      "printed_total": 196,
      "release_date": "2022/09/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "283882",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/15vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/15vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/15vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poisonous Whip",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Assassin's Rose",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack also does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "0313",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:49:18.643Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}