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

← Shiny Treasure ex
Quaxly

Quaxly

Common #41 Pokémon Basic HP 70
Types
Water
Illustrator
Naoki Saito
Expansion
Shiny Treasure ex · Scarlet & Violet
Language
Japanese
TCGplayer
567405

Attacks

Reckless Charge 30
Water

This Pokémon also does 10 damage to itself.

GET /api/v1/pokemon/cards/sv4a_ja-41vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4a_ja-41vrh",
    "name": "Quaxly",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/41vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/41vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/41vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4a_ja",
      "name": "Shiny Treasure ex",
      "total": 360,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4a",
      "printed_total": 190,
      "release_date": "2023/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Treasure ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567405",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/41vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/41vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/41vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Reckless Charge",
        "text": "This Pokémon also does 10 damage to itself.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.09
        },
        {
          "condition": "LP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 47.75,
          "low": 10,
          "high": 85.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T04:12:14.072Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}