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

← Pokémon TCG Classic - Venusaur (Grass Deck)
Onix

Onix

None #010/032 Pokémon Basic HP 120
Types
Fighting
Expansion
Pokémon TCG Classic - Venusaur (Grass Deck)
Language
Japanese
TCGplayer
591952

Attacks

Land Crush 120
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/clf_ja-10vh?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clf_ja-10vh",
    "name": "Onix",
    "number": "010/032",
    "printed_number": "010/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591952_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591952_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591952_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clf_ja",
      "name": "Pokémon TCG Classic - Venusaur (Grass Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Venusaur (Grass Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591952",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591952_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591952_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591952_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Land Crush",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 6.69,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 23,
          "low": 9.4,
          "high": 50.89,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 30,
          "trend": {
            "direction": "down",
            "percent": -31.5
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 93.7,
          "low": 45,
          "high": 152.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "up",
            "percent": 95.2
          }
        }
      ],
      "market_updated_at": "2026-09-21T02:44:27.857Z"
    }
  }
}