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
Gothorita

Gothorita

usually #32 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Aya Kusube
Expansion
Snow Hazard · Scarlet & Violet
Language
Japanese
TCGplayer
567789

Attacks

Mind Bend 20
Colorless

Your opponent's Active Pokémon is now Confused.

Super Psy Bolt 40
Psychic · Colorless
GET /api/v1/pokemon/cards/sv2p_ja-32?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2p_ja-32",
    "name": "Gothorita",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/32.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/32.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/32.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": "567789",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/32.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/32.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/32.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mind Bend",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Super Psy Bolt",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:55:39.501Z",
      "trend_7d": {
        "direction": "down",
        "percent": -42.42
      }
    }
  }
}