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

← ADV Expansion Pack
Ralts

Ralts

usually #27 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
ADV Expansion Pack · ADV
Language
Japanese
TCGplayer
613047

Attacks

Pound 10
Colorless
Link Blast 40
Psychic · Colorless

If Ralts and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 10 instead of 40.

GET /api/v1/pokemon/cards/adv1_ja-27?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv1_ja-27",
    "name": "Ralts",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "adv1_ja",
      "name": "ADV Expansion Pack",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 55,
      "release_date": "2003/01/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613047",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Link Blast",
        "text": "If Ralts and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 10 instead of 40.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 4.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.98
        },
        {
          "condition": "LP",
          "price": 2.28
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:22:18.406Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}