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

← Mega Evolution
Ivysaur

Ivysaur

Common #2 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
Takumi Wada
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654341

Attacks

Razor Leaf 60
Grass · Grass
GET /api/v1/pokemon/cards/me1-2vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-2vrh",
    "name": "Ivysaur",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/2vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/2vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/2vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654341",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/2vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/2vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/2vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Leaf",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Takumi Wada",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.28
        },
        {
          "condition": "MP",
          "price": 0.15
        },
        {
          "condition": "HP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 176.23,
          "low": 189.99,
          "high": 189.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.99,
          "low": 11.53,
          "high": 11.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:28:58.540Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.13
      }
    }
  }
}