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

Search your deck for up to 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/pcg3_ja-24?include=prices 200 19ms{
"success": true,
"data": {
"id": "pcg3_ja-24",
"name": "Marill",
"number": "24",
"printed_number": "24",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/24.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/24.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/24.large.webp"
}
],
"expansion": {
"id": "pcg3_ja",
"name": "Rocket Gang Strikes Back",
"total": 85,
"language": "Japanese",
"language_code": "ja",
"series": "PCG",
"printed_total": 84,
"release_date": "2004/10/15",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.symbol.png",
"translation": {
"en": {
"name": "Rocket Gang Strikes Back"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "613147",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/24.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/24.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/24.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Minor Errand-Running",
"text": "Search your deck for up to 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 6.74,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6.74
},
{
"condition": "MP",
"price": 3
},
{
"condition": "HP",
"price": 2
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 31,
"low": 31,
"high": 49.41,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 59.75,
"low": 56.5,
"high": 63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 36.82,
"low": 45,
"high": 45,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-06-04T04:04:04.923Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}