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

← Paldea Evolved
Garganacl

Garganacl

Rare #123 Pokémon Stage 2 HP 180
Types
Fighting
Illustrator
Anesaki Dynamic
Expansion
Paldea Evolved · Scarlet & Violet
Language
English
TCGplayer
497538

Attacks

Knocking Hammer 130
Fighting · Fighting

Discard the top card of your opponent's deck.

GET /api/v1/pokemon/cards/sv2-123vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2-123vrh",
    "name": "Garganacl",
    "number": "123",
    "printed_number": "123",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/123vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/123vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/123vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2",
      "name": "Paldea Evolved",
      "total": 279,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAL",
      "printed_total": 193,
      "release_date": "2023/06/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "497538",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/123vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/123vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/123vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Blessed Salt",
        "text": "During Pokémon Checkup, heal 20 damage from each of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Knocking Hammer",
        "text": "Discard the top card of your opponent's deck.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 2.5,
          "low": 2.13,
          "high": 2.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:54:55.142Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}