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

← Aquapolis
Tangela

Tangela

Common #112 Pokémon Basic HP 60
Types
Grass
Illustrator
Tomokazu Komiya
Expansion
Aquapolis · E-Card
Language
English
TCGplayer
89741

Attacks

Tickling Vines 10
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn.

Double Kick 30
Grass · Colorless · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/ecard2-112vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2-112vrh",
    "name": "Tangela",
    "number": "112",
    "printed_number": "112",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/112vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/112vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/112vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2",
      "name": "Aquapolis",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "AQ",
      "printed_total": 147,
      "release_date": "2003/01/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89741",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/112vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/112vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/112vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tickling Vines",
        "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double Kick",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 26.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 26.89
        },
        {
          "condition": "LP",
          "price": 13.6
        },
        {
          "condition": "MP",
          "price": 10.84
        },
        {
          "condition": "HP",
          "price": 10.31
        },
        {
          "condition": "DMG",
          "price": 7.81
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 55.69,
          "low": 47.34,
          "high": 64.04,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 85,
          "low": 72.25,
          "high": 97.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 100.94,
          "low": 85.8,
          "high": 116.08,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 60,
          "low": 51,
          "high": 299.97,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:58.336Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}