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

← Champion's Path
Hattrem

Hattrem

Uncommon #19 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Hitoshi Ariga
Expansion
Champion's Path · Sword & Shield
Language
English
TCGplayer
223012

Attacks

Beat 20
Psychic
Super Psy Bolt 40
Psychic · Colorless
GET /api/v1/pokemon/cards/swsh35-19vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh35-19vrh",
    "name": "Hattrem",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/19vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/19vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/19vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh35",
      "name": "Champion's Path",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CPA",
      "printed_total": 73,
      "release_date": "2020/09/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "223012",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/19vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/19vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/19vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Beat",
        "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": "Uncommon",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.26
        },
        {
          "condition": "HP",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:03:08.109Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5
      }
    }
  }
}