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

Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck.
Flip 3 coins. This attack does 20 damage for each heads.
/api/v1/pokemon/cards/svp_ja-259vh?include=prices 200 15ms{
"success": true,
"data": {
"id": "svp_ja-259vh",
"name": "Team Rocket's Meowth",
"number": "259",
"printed_number": "259",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/259vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/259vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/259vh.large.webp"
}
],
"expansion": {
"id": "svp_ja",
"name": "Scarlet & Violet Promos",
"total": 303,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "PROMO",
"printed_total": 303,
"release_date": "2022/11/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.symbol.png",
"translation": {
"en": {
"name": "Scarlet & Violet Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "659980",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/259vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/259vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/259vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Catnapping",
"text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Fury Swipes",
"text": "Flip 3 coins. This attack does 20 damage for each heads.",
"damage": "20×"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "Megumi Mizutani",
"pricing": {
"currency": "USD",
"market": 28.43,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 28.43
},
{
"condition": "LP",
"price": 20
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 75.48,
"low": 86.91,
"high": 86.91,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "BGS",
"grade": "10",
"value": 1019.59,
"low": 866.65,
"high": 1172.53,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 49,
"low": 47.4,
"high": 59,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "10",
"value": 107.22,
"low": 78.37,
"high": 141.25,
"confidence": "high",
"value_kind": "sold",
"sold_count": 16
},
{
"company": "PSA",
"grade": "6",
"value": 29,
"low": 24.65,
"high": 33.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 31.13,
"low": 26.46,
"high": 35.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 34.21,
"low": 33.47,
"high": 35.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:56:34.515Z",
"trend_7d": {
"direction": "down",
"percent": -5.67
}
}
}
}