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 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward.
The Defending Pokémon is now Asleep.
/api/v1/pokemon/cards/ex1-44?include=prices 200 16ms{
"success": true,
"data": {
"id": "ex1-44",
"name": "Skitty",
"number": "44",
"printed_number": "44",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/44.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/44.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/44.large.webp"
}
],
"expansion": {
"id": "ex1",
"name": "Ruby & Sapphire",
"total": 109,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "RS",
"printed_total": 109,
"release_date": "2003/07/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89259",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/44.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/44.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/44.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "40",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Minor Errand-Running",
"text": "Search your deck for 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Lullaby",
"text": "The Defending Pokémon is now Asleep.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 8.09,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8.09
},
{
"condition": "LP",
"price": 6.05
},
{
"condition": "MP",
"price": 5.53
},
{
"condition": "HP",
"price": 3
},
{
"condition": "DMG",
"price": 2.47
}
],
"graded": [
{
"company": "BGS",
"grade": "9",
"value": 25.2,
"low": 21.42,
"high": 28.98,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 49.95,
"low": 42.46,
"high": 57.44,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "CGC",
"grade": "5.5",
"value": 10,
"low": 10,
"high": 10,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "6",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 24,
"low": 20.4,
"high": 27.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 69,
"low": 58.65,
"high": 79.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 54.43,
"low": 47.15,
"high": 100.38,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-21T03:55:46.056Z",
"trend_7d": {
"direction": "flat",
"percent": 0.12
}
}
}
}