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

← Plasma Blast
Archeops

Archeops

Rare Holo #54 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
83611

Attacks

Acrobatics 20
Fighting

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

Swift Dive 100
Fighting · Fighting

If this Pokémon's remaining HP is 50 or less, this attack's base damage is 50.

GET /api/v1/pokemon/cards/bw10-54vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-54vh",
    "name": "Archeops",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/54vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/54vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/54vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83611",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/54vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/54vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/54vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Acrobatics",
        "text": "Flip 2 coins. This attack does 20 more damage for each heads.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Swift Dive",
        "text": "If this Pokémon's remaining HP is 50 or less, this attack's base damage is 50.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.81
        },
        {
          "condition": "LP",
          "price": 1.21
        },
        {
          "condition": "MP",
          "price": 1.31
        },
        {
          "condition": "HP",
          "price": 0.71
        },
        {
          "condition": "DMG",
          "price": 0.78
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.72
      }
    }
  }
}