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

Hyper Rare #110 Pokémon Stage 1GX HP 210
Types
Fighting
Illustrator
ConceptLab
Expansion
Miracle Twin · Sun & Moon
Language
Japanese
TCGplayer
574613
GET /api/v1/pokemon/cards/sm11_ja-110vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11_ja-110vh",
    "name": "Aerodactyl-GX",
    "number": "110",
    "printed_number": "110",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/110vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/110vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/110vh.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": "574613",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/110vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/110vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/110vh.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"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "ConceptLab",
    "pricing": {
      "currency": "USD",
      "market": 15.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.09
        },
        {
          "condition": "MP",
          "price": 8.99
        },
        {
          "condition": "HP",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 50.56,
          "low": 54.74,
          "high": 74.39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.75,
          "low": 25.5,
          "high": 42.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 75.08,
          "low": 98.39,
          "high": 98.39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:11:03.505Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.45
      }
    }
  }
}