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/sv9_ja-56?include=prices 200 19ms{
"success": true,
"data": {
"id": "sv9_ja-56",
"name": "Koffing",
"number": "56",
"printed_number": "56",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/56.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/56.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/56.large.webp"
}
],
"expansion": {
"id": "sv9_ja",
"name": "Battle Partners",
"total": 132,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "SV9",
"printed_total": 100,
"release_date": "2025/01/24",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.symbol.png",
"translation": {
"en": {
"name": "Battle Partners"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "614907",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/56.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/56.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/56.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Tackle",
"damage": "10"
},
{
"cost": [
"Darkness",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Suffocating Gas",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Rond",
"pricing": {
"currency": "USD",
"market": 0.08,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.08
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 65,
"low": 55.25,
"high": 74.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:56:00.802Z",
"trend_7d": {
"direction": "down",
"percent": -84.62
}
}
}
}