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

← White Flare
Archen

Archen

Uncommon #131 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Haru Akasaka
Expansion
White Flare · Scarlet & Violet
Language
English
TCGplayer
642244

Attacks

Acrobatics 30+
Fighting · Colorless

Flip 2 coins. This attack does 30 more damage for each heads.

GET /api/v1/pokemon/cards/rsv10pt5-131vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "rsv10pt5-131vh",
    "name": "Archen",
    "number": "131",
    "printed_number": "131",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/131vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/131vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/131vh.large.webp"
      }
    ],
    "expansion": {
      "id": "rsv10pt5",
      "name": "White Flare",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "WHT",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642244",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/131vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/131vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/131vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Acrobatics",
        "text": "Flip 2 coins. This attack does 30 more damage for each heads.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Haru Akasaka",
    "pricing": {
      "currency": "USD",
      "market": 11.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.04
        },
        {
          "condition": "LP",
          "price": 9.08
        },
        {
          "condition": "MP",
          "price": 7.36
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.64,
          "low": 25.5,
          "high": 68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.49,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 220.81,
          "low": 255.95,
          "high": 291.55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 10.48,
          "high": 11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.66,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 12.7,
          "high": 24.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "TAG",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 14.5,
          "low": 10.1,
          "high": 18.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:02:21.375Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.52
      }
    }
  }
}