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

← Dragons Exalted
Roserade

Roserade

Rare #15 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Shin Nagasawa
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
88832

Attacks

Squeeze 30
Grass · Colorless

Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/bw6-15?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-15",
    "name": "Roserade",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/15.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88832",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Le Parfum",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may search your deck for any card and put it into your hand. Shuffle your deck afterward.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Squeeze",
        "text": "Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 23.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.43
        },
        {
          "condition": "LP",
          "price": 21.3
        },
        {
          "condition": "MP",
          "price": 21.15
        },
        {
          "condition": "HP",
          "price": 19.35
        },
        {
          "condition": "DMG",
          "price": 19.37
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 144,
          "low": 122.4,
          "high": 165.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.64
      }
    }
  }
}