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

← Arceus
Rapidash

Rapidash

Rare #28 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Lee HyunJung
Expansion
Arceus · Platinum
Language
English
TCGplayer
88585

Attacks

Fire Mane 20
Fire
Rising Lunge 50
Fire · Colorless · Colorless

Flip a coin. If heads, this attack does 50 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pl4-28vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-28vrh",
    "name": "Rapidash",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/28vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/28vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/28vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88585",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/28vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/28vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/28vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Wild Guard",
        "text": "Prevent all effects of attacks, including damage, done to Rapidash by your opponent's Pokémon SP.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Fire Mane",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rising Lunge",
        "text": "Flip a coin. If heads, this attack does 50 damage plus 20 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Lee HyunJung",
    "pricing": {
      "currency": "USD",
      "market": 7.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.02
        },
        {
          "condition": "MP",
          "price": 4.89
        },
        {
          "condition": "HP",
          "price": 1.75
        },
        {
          "condition": "DMG",
          "price": 3.53
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 55.5,
          "low": 31,
          "high": 55.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.39,
          "low": 18.18,
          "high": 24.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}