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

← Shield
Galarian Rapidash

Galarian Rapidash

Non #22 Pokémon Stage 1 HP 100
Types
Psychic
Illustrator
You Iribi
Expansion
Shield · Sword & Shield
Language
Japanese
TCGplayer
568454

Attacks

Psychic 30+
Psychic · Colorless

This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/swsh1h_ja-22?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1h_ja-22",
    "name": "Galarian Rapidash",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/22.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1h_ja",
      "name": "Shield",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1H",
      "printed_total": 60,
      "release_date": "2019/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shield"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568454",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Pastel Veil",
        "text": "Your Pokémon recover from all Special Conditions and can't be affected by any Special Conditions.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic",
        "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 1.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.23
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:13:32.450Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.38
      }
    }
  }
}