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)
Paras

Paras

None #004/032 Pokémon Basic HP 50
Types
Grass
Expansion
Pokémon TCG Classic - Venusaur (Grass Deck)
Language
Japanese
TCGplayer
591946

Attacks

Call for Family
Colorless

Search your deck for up to 2 Basic Pokemon and put them onto your Bench. Then, shuffle your deck.

Toxic Sport 10
Grass

Flip a coin. If heads, the Defending Pokemon is now Poisoned.

GET /api/v1/pokemon/cards/clf_ja-4vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clf_ja-4vh",
    "name": "Paras",
    "number": "004/032",
    "printed_number": "004/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591946_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591946_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591946_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": "591946",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591946_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591946_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591946_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for up to 2 Basic Pokemon and put them onto your Bench.  Then, shuffle your deck."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Toxic Sport",
        "text": "Flip a coin.  If heads, the Defending Pokemon is now Poisoned.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 2.47,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 6.96,
          "high": 35.66,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -30.5
          }
        }
      ],
      "market_updated_at": "2026-09-21T02:44:27.857Z"
    }
  }
}