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

Does 40 damage plus 10 more damage for each Grass Energy attached to all of your Pokémon.
The Defending Pokémon is now Asleep.
/api/v1/pokemon/cards/pl1-39?include=prices 200 14ms{
"success": true,
"data": {
"id": "pl1-39",
"name": "Torterra",
"number": "39",
"printed_number": "39",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/39.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/39.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/39.large.webp"
}
],
"expansion": {
"id": "pl1",
"name": "Platinum",
"total": 133,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "PL",
"printed_total": 127,
"release_date": "2009/02/11",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89986",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/39.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/39.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/39.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Grass"
],
"hp": "140",
"attacks": [
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Green Blast",
"text": "Does 40 damage plus 10 more damage for each Grass Energy attached to all of your Pokémon.",
"damage": "40"
},
{
"cost": [
"Grass",
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Soothing Scent",
"text": "The Defending Pokémon is now Asleep.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+30"
}
],
"rarity": "Rare",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 4.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.99
},
{
"condition": "LP",
"price": 2.04
},
{
"condition": "MP",
"price": 1.59
},
{
"condition": "HP",
"price": 1.11
},
{
"condition": "DMG",
"price": 1.24
}
],
"graded": [
{
"company": "CGC",
"grade": "1",
"value": 16.5,
"low": 14.03,
"high": 18.97,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 40.5,
"low": 34.42,
"high": 46.58,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:16:33.156Z",
"trend_7d": {
"direction": "up",
"percent": 80.14
}
}
}
}