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

← Unified Minds
Toxapex

Toxapex

Rare #97 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
chibi
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195030

Attacks

Spike Shot 70
Psychic · Psychic
GET /api/v1/pokemon/cards/sm11-97vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-97vrh",
    "name": "Toxapex",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/97vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/97vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/97vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195030",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/97vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/97vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/97vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Spike Shot",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "chibi",
    "pricing": {
      "currency": "USD",
      "market": 0.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.45
        },
        {
          "condition": "MP",
          "price": 0.42
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 920,
          "low": 782,
          "high": 1058,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 160,
          "low": 136,
          "high": 184,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:58.561Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}