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, reveal it, and put it into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/me3-90vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "me3-90vh",
"name": "Rowlet",
"number": "90",
"printed_number": "90",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-90vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-90vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-90vh.large.webp"
}
],
"expansion": {
"id": "me3",
"name": "Perfect Order",
"total": 124,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "POR",
"printed_total": 88,
"release_date": "2026/03/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "684368",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-90vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-90vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-90vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Find a Friend",
"text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Tackle",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Illustration Rare",
"artist": "ryoma uratsuka",
"pricing": {
"currency": "USD",
"market": 4.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.5
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 24.14,
"low": 22.62,
"high": 50.42,
"confidence": "high",
"value_kind": "sold",
"sold_count": 9,
"trend": {
"direction": "down",
"percent": -32.4
}
},
{
"company": "ACE",
"grade": "9",
"value": 19.49,
"low": 28.25,
"high": 28.25,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "BGS",
"grade": "10",
"value": 160.82,
"low": 138.15,
"high": 175.35,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "BGS",
"grade": "9",
"value": 15,
"low": 15,
"high": 15,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "10",
"value": 48.8,
"low": 27.42,
"high": 79.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 10.8,
"low": 10.8,
"high": 10.8,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 61.26,
"low": 56,
"high": 126.1,
"confidence": "high",
"value_kind": "sold",
"sold_count": 135,
"trend": {
"direction": "down",
"percent": -31.9
}
},
{
"company": "PSA",
"grade": "8",
"value": 18.5,
"low": 11.3,
"high": 23.7,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 18.5,
"low": 17.49,
"high": 32.75,
"confidence": "high",
"value_kind": "sold",
"sold_count": 32,
"trend": {
"direction": "down",
"percent": -17.8
}
},
{
"company": "TAG",
"grade": "10",
"value": 71,
"low": 44.8,
"high": 105.38,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "TAG",
"grade": "9",
"value": 13.5,
"low": 12.02,
"high": 18,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
}
],
"market_updated_at": "2026-09-21T02:59:00.217Z",
"trend_7d": {
"direction": "down",
"percent": -3.02
}
}
}
}