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

← Miracle Twin
Aerodactyl-GX

Aerodactyl-GX

Double Rare #45 Pokémon Stage 1GX HP 210
Types
Fighting
Illustrator
PLANETA Igarashi
Expansion
Miracle Twin · Sun & Moon
Language
Japanese
TCGplayer
574548

Attacks

Boulder Crush 120
Fighting · Colorless · Colorless
Wild Dive-GX 50×
Fighting

This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm11_ja-45vh?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11_ja-45vh",
    "name": "Aerodactyl-GX",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/45vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/45vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/45vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11_ja",
      "name": "Miracle Twin",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11",
      "printed_total": 94,
      "release_date": "2019/05/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle Twin"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574548",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/45vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/45vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/45vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "210",
    "abilities": [
      {
        "name": "Primal Winds",
        "text": "As long as this Pokémon is your Active Pokémon, your opponent's Basic Pokémon's attacks cost Colorless more.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Boulder Crush",
        "damage": "120"
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Wild Dive-GX",
        "text": "This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Igarashi",
    "pricing": {
      "currency": "USD",
      "market": 1.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.47
        },
        {
          "condition": "LP",
          "price": 0.88
        },
        {
          "condition": "MP",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 14.34,
          "low": 14.34,
          "high": 14.34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 6,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 6.5,
          "high": 6.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 34.16,
          "low": 30.5,
          "high": 45.29,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.5,
          "low": 16.58,
          "high": 22.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:11:03.505Z",
      "trend_7d": {
        "direction": "down",
        "percent": -54.91
      }
    }
  }
}