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

← Platinum
Ralts

Ralts

Common #89 Pokémon Basic HP 60
Types
Psychic
Illustrator
Miki Tanaka
Expansion
Platinum · Platinum
Language
English
TCGplayer
88563

Attacks

Future Sight

Look at the top 5 cards in either player's deck and put them back on top of that player's deck in any order.

Hypnoblast 10
Psychic

Flip a coin. If heads, the Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/pl1-89vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-89vrh",
    "name": "Ralts",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88563",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Future Sight",
        "text": "Look at the top 5 cards in either player's deck and put them back on top of that player's deck in any order."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnoblast",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 12.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.16
        },
        {
          "condition": "LP",
          "price": 7.09
        },
        {
          "condition": "MP",
          "price": 5.01
        },
        {
          "condition": "HP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:59:05.959Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.91
      }
    }
  }
}