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

Flip a coin. If heads, the Defending Pokémon is now Confused.
/api/v1/pokemon/cards/pl4-15?include=prices 200 16ms{
"success": true,
"data": {
"id": "pl4-15",
"name": "Cherrim",
"number": "15",
"printed_number": "15",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/15.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/15.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/15.large.webp"
}
],
"expansion": {
"id": "pl4",
"name": "Arceus",
"total": 111,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "AR",
"printed_total": 99,
"release_date": "2009/11/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84255",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/15.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/15.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/15.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"abilities": [
{
"name": "Cloudy Sky",
"text": "If any of your Grass Pokémon or Fire Pokémon would be damaged by an attack, reduce that damage by 10 (after applying Weakness and Resistance).",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Worry Seed",
"text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+20"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 7.72,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.72
},
{
"condition": "LP",
"price": 5.97
},
{
"condition": "MP",
"price": 5.47
},
{
"condition": "HP",
"price": 3.53
},
{
"condition": "DMG",
"price": 3.42
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 47.99,
"low": 40.79,
"high": 55.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "SGC",
"grade": "8",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:38:37.031Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}