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

← Dark Rush
Archeops

Archeops

Ultra Rare #75 Pokémon Stage 1
Types
Fighting
Illustrator
5ban Graphics
Expansion
Dark Rush · Black & White
Language
Japanese
TCGplayer
601361
GET /api/v1/pokemon/cards/bw4_ja-75vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4_ja-75vh",
    "name": "Archeops",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/75vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/75vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/75vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4_ja",
      "name": "Dark Rush",
      "total": 76,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW4",
      "printed_total": 69,
      "release_date": "2011/12/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Rush"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601361",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/75vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/75vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/75vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "abilities": [
      {
        "name": "Ancient Power",
        "text": "Each player can't play any Pokémon from his or her hand to evolve his or her Pokémon.",
        "type": "Ability"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 318,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 318
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 103.48,
          "low": 138.29,
          "high": 138.29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 869.97,
          "low": 741.13,
          "high": 1136.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 313,
          "low": 271.99,
          "high": 368,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:03:03.403Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}