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

If you have no cards in your hand, choose an attack from 1 of your opponent's Pokémon in play and use it as this attack.
/api/v1/pokemon/cards/me5-92vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "me5-92vh",
"name": "Thievul",
"number": "92",
"printed_number": "92",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-92vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-92vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-92vh.large.webp"
}
],
"expansion": {
"id": "me5",
"name": "Pitch Black",
"total": 120,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "PBL",
"printed_total": 84,
"release_date": "2026/07/17",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "704849",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-92vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-92vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-92vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Darkness"
],
"hp": "100",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Skill Thief",
"text": "If you have no cards in your hand, choose an attack from 1 of your opponent's Pokémon in play and use it as this attack."
},
{
"cost": [
"Darkness",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Sharp Fang",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Illustration Rare",
"artist": "Jerky",
"pricing": {
"currency": "USD",
"market": 1.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.49
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 46.08,
"low": 39.17,
"high": 52.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 23.75,
"low": 20.19,
"high": 27.31,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 50,
"low": 42.5,
"high": 57.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:55:34.671Z",
"trend_7d": {
"direction": "up",
"percent": 0.68
}
}
}
}