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

← Awakened Heroes
Aggron

Aggron

Rare #34 Pokémon Stage 2 HP 170
Types
Metal
Illustrator
Yoshinobu Saito
Expansion
Awakened Heroes · Sun & Moon
Language
Japanese
TCGplayer
573026

Attacks

Revenge Cannon 10+
Metal · Colorless · Colorless

This attack does 10 more damage for each damage counter on all of your Benched Pokémon.

Buster Swing 120
Metal · Metal · Colorless · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/sm4s_ja-34vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4s_ja-34vh",
    "name": "Aggron",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/34vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/34vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/34vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4s_ja",
      "name": "Awakened Heroes",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4S",
      "printed_total": 50,
      "release_date": "2017/09/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakened Heroes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573026",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/34vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/34vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/34vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Revenge Cannon",
        "text": "This attack does 10 more damage for each damage counter on all of your Benched Pokémon.",
        "damage": "10+"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Buster Swing",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:01:18.414Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}