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

← Triplet Beat
Quaxly

Quaxly

usually #27 Pokémon Basic HP 60
Types
Water
Illustrator
sui
Expansion
Triplet Beat · Scarlet & Violet
Language
Japanese
TCGplayer
568150

Attacks

Gel Wager 20
Water · Colorless

If the opponent's Pokémon hit by this attack attacks next turn, flip a coin. If tails, that attack does nothing.

GET /api/v1/pokemon/cards/sv1a_ja-27?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1a_ja-27",
    "name": "Quaxly",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1a_ja",
      "name": "Triplet Beat",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1a",
      "printed_total": 73,
      "release_date": "2023/03/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Triplet Beat"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568150",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gel Wager",
        "text": "If the opponent's Pokémon hit by this attack attacks next turn, flip a coin. If tails, that attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 18.25,
          "high": 29.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:42:20.502Z",
      "trend_7d": {
        "direction": "down",
        "percent": -39.39
      }
    }
  }
}