Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Twilight Masquerade
Tangela

Tangela

Common #1 Pokémon Basic HP 80
Types
Grass
Illustrator
Yoriyuki Ikegami
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550045

Attacks

Gentle Slap 10
Colorless
Vine Slap 30
Grass · Colorless
GET /api/v1/pokemon/cards/sv6-1?include=prices 200 124ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-1",
    "name": "Tangela",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/1.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/1.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/1.large.png"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550045",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/1.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/1.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/1.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gentle Slap",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Vine Slap",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yoriyuki Ikegami",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.8,
          "low": 19.38,
          "high": 26.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46,
          "low": 46,
          "high": 49.21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 10.48,
          "low": 8.91,
          "high": 12.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T14:21:26.774Z",
      "trend_7d": {
        "direction": "up",
        "percent": 62.5
      }
    }
  }
}