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

← Advent of Arceus
Aerodactyl

Aerodactyl

Rare #51 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Masakazu Fukuda
Expansion
Advent of Arceus · Platinum
Language
Japanese
TCGplayer
607645

Attacks

Hyper Beam 30
Colorless · Colorless

Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/pt4_ja-51?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt4_ja-51",
    "name": "Aerodactyl",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/51.large.webp"
      }
    ],
    "expansion": {
      "id": "pt4_ja",
      "name": "Advent of Arceus",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT4",
      "printed_total": 90,
      "release_date": "2009/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Advent of Arceus"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607645",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Unearth",
        "text": "Once during your turn (before your attack), you may search your deck for Helix Fossil, Dome Fossil, or Old Amber, show it to your opponent, and put it into your hand. Shuffle your deck afterward. This power can't be used if Aerodactyl is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hyper Beam",
        "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 2.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.71
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:24:40.707Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}