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

← Arceus
Aerodactyl

Aerodactyl

Rare #13 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Masakazu Fukuda
Expansion
Arceus · Platinum
Language
English
TCGplayer
83470

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/pl4-13vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-13vrh",
    "name": "Aerodactyl",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/13vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/13vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/13vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83470",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/13vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/13vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/13vrh.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 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": 5.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.97
        },
        {
          "condition": "MP",
          "price": 3.66
        },
        {
          "condition": "HP",
          "price": 3.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 115.55,
          "low": 112.4,
          "high": 123.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40,
          "low": 40,
          "high": 42.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}