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

← Cosmic Eclipse
Weezing

Weezing

Rare #77 Pokémon Stage 1 HP 100
Types
Psychic
Illustrator
Motofumi Fujiwara
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201252

Attacks

Balloon Burst 90
Psychic · Colorless

Discard this Pokémon and all cards attached to it.

GET /api/v1/pokemon/cards/sm12-77vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-77vrh",
    "name": "Weezing",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/77vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/77vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/77vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201252",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/77vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/77vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/77vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Blow-Away Bomb",
        "text": "Once during your turn, when you discard this Pokémon with the effect of Roxie, you may put 1 damage counter on each of your opponent's Pokémon. (Place damage counters after the effect of Roxie.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Balloon Burst",
        "text": "Discard this Pokémon and all cards attached to it.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Motofumi Fujiwara",
    "pricing": {
      "currency": "USD",
      "market": 0.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.92
        },
        {
          "condition": "LP",
          "price": 0.53
        },
        {
          "condition": "MP",
          "price": 0.5
        },
        {
          "condition": "HP",
          "price": 0.44
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}