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

← Dream League
Ralts

Ralts

usually #25 Pokémon Basic HP 60
Types
Psychic
Illustrator
Atsuko Nishida
Expansion
Dream League · Sun & Moon
Language
Japanese
TCGplayer
574920

Attacks

Teleport
Colorless

Switch this Pokémon with 1 of your Benched Pokémon.

Ram 10
Colorless
GET /api/v1/pokemon/cards/sm11b_ja-25?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11b_ja-25",
    "name": "Ralts",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/25.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11b_ja",
      "name": "Dream League",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11b",
      "printed_total": 49,
      "release_date": "2019/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dream League"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574920",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Teleport",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ram",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "LP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:31:31.261Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.25
      }
    }
  }
}