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

← Snow Hazard
Squawkabilly ex

Squawkabilly ex

Double Rare #65 Pokémon Basicex HP 160
Types
Colorless
Illustrator
PLANETA Mochizuki
Expansion
Snow Hazard · Scarlet & Violet
Language
Japanese
TCGplayer
567822

Attacks

Fired Up 20
Colorless

Attach up to 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/sv2p_ja-65vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2p_ja-65vh",
    "name": "Squawkabilly ex",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/65vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/65vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/65vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2p_ja",
      "name": "Snow Hazard",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2P",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Snow Hazard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567822",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/65vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/65vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/65vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Cocky Draw",
        "text": "Once during your first turn, you may discard your hand and draw 6 cards. You can't use more than 1 Cocky Draw Ability each turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fired Up",
        "text": "Attach up to 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.5,
          "low": 11,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:55:39.501Z",
      "trend_7d": {
        "direction": "down",
        "percent": -46.15
      }
    }
  }
}