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

/api/v1/pokemon/cards/sm9-4?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm9-4",
"name": "Kakuna",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/4.large.webp"
}
],
"expansion": {
"id": "sm9",
"name": "Team Up",
"total": 198,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "TEU",
"printed_total": 181,
"release_date": "2019/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "183775",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/4.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"abilities": [
{
"name": "Grass Cushion",
"text": "If this Pokémon has any Grass Energy attached to it, it takes 30 less damage from attacks (after applying Weakness and Resistance).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Bug Bite",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 0.71,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.71
},
{
"condition": "MP",
"price": 0.42
},
{
"condition": "HP",
"price": 0.59
},
{
"condition": "DMG",
"price": 0.53
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:53:13.930Z",
"trend_7d": {
"direction": "up",
"percent": 1.43
}
}
}
}