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-2?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-2",
    "name": "Ivysaur",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/2.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.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "MP",
          "price": 0.19
        },
        {
          "condition": "DMG",
          "price": 0.23
        }
      ],
      "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": 29.05,
          "low": 34,
          "high": 34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "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": "PSA",
          "grade": "9",
          "value": 8.75,
          "low": 8,
          "high": 13.5,
          "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": "flat",
        "percent": 0
      }
    }
  }
}