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

← Abyss Eye
Armarouge

Armarouge

Artrea #83 Pokémon Stage 1
Types
Fire
Illustrator
Iwamoto05
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695063

Attacks

Flame Legion 40+
Fire

This attack does 40 more damage for each Benched Pokemon that has Fire Energy attached.

GET /api/v1/pokemon/cards/m5_ja-83vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-83vh",
    "name": "Armarouge",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-83vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-83vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-83vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695063",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-83vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-83vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-83vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flame Legion",
        "text": "This attack does 40 more damage for each Benched Pokemon that has Fire Energy attached.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "水",
        "value": "×2"
      }
    ],
    "rarity": "Artrea",
    "artist": "Iwamoto05",
    "pricing": {
      "currency": "USD",
      "market": 3.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.17
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38.48,
          "low": 15,
          "high": 63.08,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.5,
          "low": 27.56,
          "high": 78.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 23,
          "trend": {
            "direction": "down",
            "percent": -51.9
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 13.03,
          "high": 20.75,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 10,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.94
      }
    }
  }
}