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

← Bonds to the End of Time
Roserade GL

Roserade GL

Rare Holo #7 Pokémon BasicSP HP 80
Types
Grass
Illustrator
Kanako Eo
Expansion
Bonds to the End of Time · Platinum
Language
Japanese
TCGplayer
607177

Attacks

Poison Bind 10
Colorless

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

Long Whip 30
Grass · Colorless

If the Defending Pokémon is affected by any Special Conditions, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pt2_ja-7vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt2_ja-7vh",
    "name": "Roserade GL",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/7vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/7vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/7vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pt2_ja",
      "name": "Bonds to the End of Time",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT2",
      "printed_total": 90,
      "release_date": "2008/12/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bonds to the End of Time"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607177",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/7vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/7vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/7vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Bind",
        "text": "The Defending Pokémon is now Poisoned and can't retreat during your opponent's next turn.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Long Whip",
        "text": "If the Defending Pokémon is affected by any Special Conditions, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 7.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.77
        },
        {
          "condition": "LP",
          "price": 6.34
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 25.99,
          "low": 22.09,
          "high": 29.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 41,
          "high": 50,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:34:38.611Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}