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/sm4-7?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm4-7",
"name": "Karrablast",
"number": "7",
"printed_number": "7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/7.large.webp"
}
],
"expansion": {
"id": "sm4",
"name": "Crimson Invasion",
"total": 126,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CIN",
"printed_total": 111,
"release_date": "2017/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "149028",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"abilities": [
{
"name": "Shell On",
"text": "Once during your turn (before your attack), you may discard a Shelmet from your hand. If you do, search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Peck",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "OOYAMA",
"pricing": {
"currency": "USD",
"market": 0.12,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.12
},
{
"condition": "MP",
"price": 0.09
},
{
"condition": "HP",
"price": 0.01
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:58:38.868Z",
"trend_7d": {
"direction": "down",
"percent": -14.29
}
}
}
}