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
Vespiquen

Vespiquen

Uncommon #10 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
kawayoo
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101435

Attacks

Intelligence Gathering 10
Colorless

You may draw cards until you have 6 cards in your hand.

Bee Revenge 20
Colorless · Colorless

This attack does 10 more damage for each Pokémon in your discard pile.

GET /api/v1/pokemon/cards/xy7-10?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-10",
    "name": "Vespiquen",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/10.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": "101435",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Intelligence Gathering",
        "text": "You may draw cards until you have 6 cards in your hand.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bee Revenge",
        "text": "This attack does 10 more damage for each Pokémon in your discard pile.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:21:33.519Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}