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

← Pokémon GO
Ivysaur

Ivysaur

Uncommon #2 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
zig
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
274434

Attacks

Summoning Aroma
Grass

Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.

Razor Leaf 60
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/pgo-2vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-2vrh",
    "name": "Ivysaur",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pgo",
      "name": "Pokémon GO",
      "total": 88,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PGO",
      "printed_total": 78,
      "release_date": "2022/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "274434",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Summoning Aroma",
        "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Razor Leaf",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "zig",
    "pricing": {
      "currency": "USD",
      "market": 0.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.75
        },
        {
          "condition": "LP",
          "price": 0.62
        },
        {
          "condition": "MP",
          "price": 0.4
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.42
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.14
      }
    }
  }
}