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

← Noble Victories
Archeops

Archeops

Rare #67 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
83609

Attacks

Rock Slide 60
Fighting · Fighting · Colorless

Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bw3-67?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-67",
    "name": "Archeops",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/67.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/67.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/67.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83609",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/67.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/67.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/67.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Ancient Power",
        "text": "Each play can't play any Pokémon from his or her hand to evolve his or her Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rock Slide",
        "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 10.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.96
        },
        {
          "condition": "LP",
          "price": 10.12
        },
        {
          "condition": "MP",
          "price": 8.74
        },
        {
          "condition": "HP",
          "price": 4.1
        },
        {
          "condition": "DMG",
          "price": 5.4
        }
      ],
      "graded": [
        {
          "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:37:59.119Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}