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

← Diamond & Pearl
Roselia

Roselia

Common #96 Pokémon Basic HP 70
Types
Grass
Illustrator
Ken Sugimori
Expansion
Diamond & Pearl · Diamond & Pearl
Language
English
TCGplayer
88819

Attacks

Toxic Spikes
Grass

The Defending Pokémon is now Poisoned. If Roselia is evolved from Budew, this attack does 10 damage to the Defending Pokémon.

Sweet Spike 10
Grass · Grass

The Defending Pokémon is now Asleep. Remove 2 damage counters from 1 of your Pokémon.

GET /api/v1/pokemon/cards/dp1-96?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1-96",
    "name": "Roselia",
    "number": "96",
    "printed_number": "96",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/96.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/96.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/96.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1",
      "name": "Diamond & Pearl",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "DP",
      "printed_total": 130,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88819",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/96.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/96.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/96.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Toxic Spikes",
        "text": "The Defending Pokémon is now Poisoned. If Roselia is evolved from Budew, this attack does 10 damage to the Defending Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Sweet Spike",
        "text": "The Defending Pokémon is now Asleep. Remove 2 damage counters from 1 of your Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.01
        },
        {
          "condition": "LP",
          "price": 1.98
        },
        {
          "condition": "MP",
          "price": 0.92
        },
        {
          "condition": "HP",
          "price": 0.45
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 50,
          "low": 39.95,
          "high": 50,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "7",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:58:35.862Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}