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 3
Ivysaur

Ivysaur

Common #14 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Midori Harada
Expansion
POP Series 3 · POP
Language
English
TCGplayer
86299

Attacks

Gouge 10
Colorless

Flip a coin. If heads, this attack does 10 damage plus 10 more damage.

Poisonpowder 40
Grass · Colorless · Colorless

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/pop3-14?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop3-14",
    "name": "Ivysaur",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/14.large.webp"
      }
    ],
    "expansion": {
      "id": "pop3",
      "name": "POP Series 3",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2006/04/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86299",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gouge",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poisonpowder",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 5.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.5
        },
        {
          "condition": "MP",
          "price": 4.45
        },
        {
          "condition": "HP",
          "price": 4.57
        },
        {
          "condition": "DMG",
          "price": 3.94
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 25.99,
          "low": 22.09,
          "high": 29.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.5,
          "low": 27,
          "high": 81.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 71,
          "low": 63.63,
          "high": 109.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 23.69,
          "low": 23.69,
          "high": 23.69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 11,
          "high": 11.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30.2,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:02:56.728Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}