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

← Collect 151 Journey
Tangela

Tangela

Common #114/151 Pokémon Basic HP 80
Types
Grass
Illustrator
Aya Kusube
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Tactful Tangling 10
Colorless

If you played Erika's Invitation from your hand during this turn, this attack does 60 more damage.

GET /api/v1/pokemon/cards/c151j-114?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-114",
    "name": "Tangela",
    "number": "114/151",
    "printed_number": "114/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-114.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-114.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-114.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-114.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-114.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-114.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tactful Tangling",
        "text": "If you played Erika's Invitation from your hand during this turn, this attack does 60 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 1.49,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 46.5,
          "low": 45.75,
          "high": 47.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22,
          "low": 21.5,
          "high": 22,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 12.28,
          "low": 10.44,
          "high": 14.12,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.64,
          "low": 34.99,
          "high": 36.47,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.03,
          "low": 11.78,
          "high": 12.31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 14,
          "low": 13.5,
          "high": 14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 22,
          "low": 21.5,
          "high": 22,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:33:02.708Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}