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

← POP Series 2
Ivysaur

Ivysaur

Uncommon #7 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Ken Sugimori
Expansion
POP Series 2 · POP
Language
English
TCGplayer
86298

Attacks

Poison Seed
Colorless

The Defending Pokémon is now Poisoned.

Razor Leaf 50
Grass · Grass · Colorless
GET /api/v1/pokemon/cards/pop2-7?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop2-7",
    "name": "Ivysaur",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/7.large.webp"
      }
    ],
    "expansion": {
      "id": "pop2",
      "name": "POP Series 2",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2005/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86298",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Seed",
        "text": "The Defending Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Razor Leaf",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 58.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 58.7
        },
        {
          "condition": "LP",
          "price": 31.89
        },
        {
          "condition": "MP",
          "price": 13.52
        },
        {
          "condition": "HP",
          "price": 18.39
        },
        {
          "condition": "DMG",
          "price": 14.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 33.5,
          "low": 31.75,
          "high": 59.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 589,
          "low": 599.99,
          "high": 599.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 39.73,
          "low": 37.99,
          "high": 62,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 65.35,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:03:04.487Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.79
      }
    }
  }
}