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

← Twilight Masquerade
Aggron

Aggron

Uncommon #122 Pokémon Stage 2 HP 180
Types
Metal
Illustrator
Dsuke
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550166

Attacks

Angry Slam 50
Metal

This attack does 50 damage for each of your Pokémon that has any damage counters on it.

Guard Claw 120
Metal · Colorless · Colorless

During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sv6-122?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-122",
    "name": "Aggron",
    "number": "122",
    "printed_number": "122",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/122.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/122.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/122.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550166",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/122.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/122.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/122.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Angry Slam",
        "text": "This attack does 50 damage for each of your Pokémon that has any damage counters on it.",
        "damage": "50"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Guard Claw",
        "text": "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Dsuke",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "LP",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.67
      }
    }
  }
}