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

← Team Up
Weedle

Weedle

Common #2 Pokémon Basic HP 40
Types
Grass
Illustrator
Shibuzoh.
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183773

Attacks

Tangle Drag
Grass

Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.

Bug Bite 10
Grass
GET /api/v1/pokemon/cards/sm9-2vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-2vrh",
    "name": "Weedle",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/2vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/2vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/2vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183773",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/2vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/2vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/2vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Tangle Drag",
        "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Bug Bite",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 2.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.72
        },
        {
          "condition": "LP",
          "price": 1.77
        },
        {
          "condition": "MP",
          "price": 1.66
        },
        {
          "condition": "HP",
          "price": 1.19
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 169,
          "low": 143.65,
          "high": 194.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.4
      }
    }
  }
}