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
Onix

Onix

Common #10 Pokémon Basic HP 120
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Pokémon TCG Classic - Venusaur · Other
Language
English
TCGplayer
527895

Attacks

Land Crush 120
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/clv-10vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clv-10vh",
    "name": "Onix",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/10vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clv",
      "name": "Pokémon TCG Classic - Venusaur",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLV",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527895",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/10vh.large.webp"
          }
        ]
      }
    ],
    "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",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 10.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.54
        },
        {
          "condition": "LP",
          "price": 4.73
        },
        {
          "condition": "MP",
          "price": 7.99
        },
        {
          "condition": "DMG",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 24.99,
          "low": 12.99,
          "high": 28.96,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.7,
          "low": 19.27,
          "high": 48.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 4.99,
          "low": 4.24,
          "high": 5.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 4.75,
          "high": 11.1,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 18.94,
          "low": 28.16,
          "high": 28.16,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 53.5,
          "low": 21,
          "high": 53.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.29,
          "low": 15.16,
          "high": 16.51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:13:05.205Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.41
      }
    }
  }
}