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

← Sandstorm
Cacnea

Cacnea

Common #58 Pokémon Basic HP 50
Types
Grass
Illustrator
Midori Harada
Expansion
Sandstorm · EX
Language
English
TCGplayer
84070

Attacks

Poison Sting 10
Grass

Flip a coin. If heads, the Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/ex2-58?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex2-58",
    "name": "Cacnea",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/58.large.webp"
      }
    ],
    "expansion": {
      "id": "ex2",
      "name": "Sandstorm",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "SS",
      "printed_total": 100,
      "release_date": "2003/09/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84070",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Sting",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 1.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.43
        },
        {
          "condition": "LP",
          "price": 0.81
        },
        {
          "condition": "MP",
          "price": 0.72
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.5,
          "low": 15.25,
          "high": 24.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27,
          "low": 16.25,
          "high": 27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:40:03.954Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.7
      }
    }
  }
}