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 Pokémon, show it to your opponent, and put it into your hand. Shuffle Pidgey and all cards attached to it back into your deck.
/api/v1/pokemon/cards/hgss4-71vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "hgss4-71vrh",
"name": "Pidgey",
"number": "71",
"printed_number": "71",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/71vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/71vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/71vrh.large.webp"
}
],
"expansion": {
"id": "hgss4",
"name": "HS—Triumphant",
"total": 103,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "TM",
"printed_total": 102,
"release_date": "2010/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88051",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/71vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/71vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/71vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Messenger",
"text": "Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle Pidgey and all cards attached to it back into your deck."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Glide",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Suwama Chiaki",
"pricing": {
"currency": "USD",
"market": 9.83,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 9.83
},
{
"condition": "LP",
"price": 4.79
},
{
"condition": "MP",
"price": 4.36
},
{
"condition": "HP",
"price": 1.94
},
{
"condition": "DMG",
"price": 0.67
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 24,
"low": 20.4,
"high": 27.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 18.5,
"low": 18.5,
"high": 18.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 17.05,
"low": 14.49,
"high": 19.61,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 129.99,
"low": 129.99,
"high": 129.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:59:23.114Z",
"trend_7d": {
"direction": "flat",
"percent": 0.31
}
}
}
}