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

Attach an Energy card from your hand to 1 of your Pokémon.
/api/v1/pokemon/cards/sv3_ja-91?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv3_ja-91",
"name": "Eevee",
"number": "91",
"printed_number": "91",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/91.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/91.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/91.large.webp"
}
],
"expansion": {
"id": "sv3_ja",
"name": "Ruler of the Black Flame",
"total": 141,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "SV3",
"printed_total": 108,
"release_date": "2023/07/28",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.symbol.png",
"translation": {
"en": {
"name": "Ruler of the Black Flame"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "567045",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/91.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/91.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/91.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Cheer Up",
"text": "Attach an Energy card from your hand to 1 of your Pokémon."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Kick",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "usually",
"artist": "ryoma uratsuka",
"pricing": {
"currency": "USD",
"market": 0.28,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.28
},
{
"condition": "LP",
"price": 0.22
},
{
"condition": "MP",
"price": 0.25
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 23.25,
"low": 23.25,
"high": 23.25,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "BGS",
"grade": "10",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "BGS",
"grade": "9.5",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 14,
"low": 6,
"high": 14,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 26.5,
"low": 26.5,
"high": 30,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 29.99,
"low": 25.49,
"high": 34.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:22:52.886Z",
"trend_7d": {
"direction": "down",
"percent": -15.15
}
}
}
}