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

← Ancient Origins
Vaporeon

Vaporeon

Uncommon #22 Pokémon Stage 1 HP 90
Types
Water
Illustrator
kirisAki
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101443

Attacks

Hydro Splash 70
Water · Colorless · Colorless
GET /api/v1/pokemon/cards/xy7-22?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-22",
    "name": "Vaporeon",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/22.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101443",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Aqua Effect",
        "text": "Each of your Stage 1 Pokémon in play is now a Water Pokémon in addition to its existing types.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Splash",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 1.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.12
        },
        {
          "condition": "LP",
          "price": 0.75
        },
        {
          "condition": "MP",
          "price": 0.59
        },
        {
          "condition": "HP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.44
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 46.53,
          "low": 39.55,
          "high": 53.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 4260,
          "low": 3621,
          "high": 4899,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "1",
          "value": 66,
          "low": 56.1,
          "high": 75.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 163,
          "low": 138.55,
          "high": 187.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 50,
          "low": 45.5,
          "high": 50,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.23,
          "low": 24.95,
          "high": 24.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:03:44.352Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.45
      }
    }
  }
}