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

If the Defending Pokémon is a Basic Pokémon, that Pokémon can't attack during your opponent's next turn.
The Defending Pokémon can't retreat during your opponent's next turn.
/api/v1/pokemon/cards/ex12-44?include=prices 200 18ms{
"success": true,
"data": {
"id": "ex12-44",
"name": "Tangela",
"number": "44",
"printed_number": "44",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/44.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/44.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/44.large.webp"
}
],
"expansion": {
"id": "ex12",
"name": "Legend Maker",
"total": 93,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "LM",
"printed_total": 92,
"release_date": "2006/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89743",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/44.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/44.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/44.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"abilities": [
{
"name": "Reactive Healing",
"text": "Whenever you attach a React Energy card from your hand to Tangela, remove all damage counters from Tangela.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Entangling Vines",
"text": "If the Defending Pokémon is a Basic Pokémon, that Pokémon can't attack during your opponent's next turn.",
"damage": "10"
},
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Gentle Wrap",
"text": "The Defending Pokémon can't retreat during your opponent's next turn.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 2.2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.2
},
{
"condition": "LP",
"price": 1.28
},
{
"condition": "MP",
"price": 0.89
},
{
"condition": "HP",
"price": 0.69
},
{
"condition": "DMG",
"price": 0.56
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 25,
"low": 10.25,
"high": 25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6.5",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 15.5,
"low": 13.18,
"high": 17.83,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 27,
"low": 22.95,
"high": 31.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 14,
"low": 14,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:32:31.627Z",
"trend_7d": {
"direction": "down",
"percent": -1.79
}
}
}
}