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

← Journey Together
Weezing

Weezing

Uncommon #92 Pokémon Stage 1 HP 130
Types
Darkness
Illustrator
KEIICHIRO ITO
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623519

Attacks

Pervasive Gas 30
Darkness

Your opponent's Active Pokémon is now Confused.

Crazy Blast 50+
Darkness · Colorless

If this Pokémon used Pervasive Gas during your last turn, this attack does 120 more damage.

GET /api/v1/pokemon/cards/sv9-92?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-92",
    "name": "Weezing",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/92.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/92.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/92.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623519",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/92.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/92.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/92.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Pervasive Gas",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Crazy Blast",
        "text": "If this Pokémon used Pervasive Gas during your last turn, this attack does 120 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.95,
          "low": 8.46,
          "high": 11.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-17T05:33:11.977Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.33
      }
    }
  }
}