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

← Diamond & Pearl Promos
Real World's Giratina

Real World's Giratina

Common #109 Pokémon Basic HP 110
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Diamond & Pearl Promos · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Dragon Breath 20
Psychic · Colorless

Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed.

Shadow Claw 60
Psychic · Psychic · Colorless · Colorless

Choose a card from your opponent's hand without looking and discard it.

GET /api/v1/pokemon/cards/dpp_ja-109?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp_ja-109",
    "name": "Real World's Giratina",
    "number": "109",
    "printed_number": "109",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/109.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/109.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/109.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp_ja",
      "name": "Diamond & Pearl Promos",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "printed_total": 127,
      "release_date": "2006/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Diamond & Pearl Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/109.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/109.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/109.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Breath",
        "text": "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Shadow Claw",
        "text": "Choose a card from your opponent's hand without looking and discard it.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 12.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.22
        },
        {
          "condition": "LP",
          "price": 6.88
        },
        {
          "condition": "MP",
          "price": 4.5
        },
        {
          "condition": "HP",
          "price": 2.86
        },
        {
          "condition": "DMG",
          "price": 1.78
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T21:32:22.175Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}