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 a Basic Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck.
/api/v1/pokemon/cards/c151j-173?include=prices 200 18ms{
"success": true,
"data": {
"id": "c151j-173",
"name": "Pikachu",
"number": "173/151",
"printed_number": "173/151",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-173.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-173.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-173.large.webp"
}
],
"expansion": {
"id": "c151j",
"name": "Collect 151 Journey",
"total": 192,
"language": "Chinese",
"language_code": "zh",
"series": "Scarlet & Violet",
"printed_total": 192,
"release_date": "2025/01/17",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
"translation": {
"en": {
"name": "Collect 151 Journey"
}
}
},
"language": "Chinese",
"language_code": "zh",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-173.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-173.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-173.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Charge",
"text": "Search your deck for a Basic Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Pika Punch",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Oswaldo KATO",
"pricing": {
"currency": "USD",
"market": 545.58,
"is_stale": false,
"conditions": [],
"graded": [
{
"company": "BGS",
"grade": "10",
"value": 1180,
"low": 1116.8,
"high": 1256,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "CGC",
"grade": "10",
"value": 1077,
"low": 781.74,
"high": 1077,
"confidence": "low",
"value_kind": "feed",
"sold_count": 12
},
{
"company": "GENERIC",
"grade": "8",
"value": 810,
"low": 688.5,
"high": 931.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "GENERIC",
"grade": "9",
"value": 891,
"low": 757.35,
"high": 1024.65,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "GENERIC",
"grade": "9.5",
"value": 940.24,
"low": 799.2,
"high": 1081.28,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 1126,
"low": 1008,
"high": 1966.6,
"confidence": "high",
"value_kind": "sold",
"sold_count": 77,
"trend": {
"direction": "down",
"percent": -33.8
}
},
{
"company": "PSA",
"grade": "8",
"value": 604.8,
"low": 354,
"high": 354,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 560,
"low": 520,
"high": 1000,
"confidence": "high",
"value_kind": "sold",
"sold_count": 21,
"trend": {
"direction": "down",
"percent": -21.1
}
},
{
"company": "PSA",
"grade": "9.5",
"value": 924.62,
"low": 838.38,
"high": 946.03,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "SGC",
"grade": "10",
"value": 1039,
"low": 902.25,
"high": 1116.25,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:26:21.699Z",
"trend_7d": {
"direction": "up",
"percent": 1.03
}
}
}
}