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

← Legendary Treasures
Ralts

Ralts

Common #59 Pokémon Basic HP 60
Types
Psychic
Illustrator
Naoyo Kimura
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
88566

Attacks

Mind Bend 10
Psychic · Colorless

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

GET /api/v1/pokemon/cards/bw11-59vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-59vrh",
    "name": "Ralts",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/59vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/59vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/59vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88566",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/59vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/59vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/59vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mind Bend",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 5.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.93
        },
        {
          "condition": "LP",
          "price": 1.7
        },
        {
          "condition": "MP",
          "price": 1.61
        },
        {
          "condition": "HP",
          "price": 1.47
        },
        {
          "condition": "DMG",
          "price": 0.57
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "up",
        "percent": 29.19
      }
    }
  }
}