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

Draw a card.
/api/v1/pokemon/cards/mcd17-6?include=prices 200 17ms{
"success": true,
"data": {
"id": "mcd17-6",
"name": "Cosmog",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/6.large.webp"
}
],
"expansion": {
"id": "mcd17",
"name": "McDonald's Collection 2017",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2017/11/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "152686",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/6.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Dust Gathering",
"text": "Draw a card."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Megumi Mizutani",
"pricing": {
"currency": "USD",
"market": 4.63,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.63
},
{
"condition": "LP",
"price": 3.04
},
{
"condition": "MP",
"price": 1.99
},
{
"condition": "HP",
"price": 1.16
},
{
"condition": "DMG",
"price": 0.73
}
],
"graded": [
{
"company": "PSA",
"grade": "5",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:27:45.293Z",
"trend_7d": {
"direction": "flat",
"percent": 0.43
}
}
}
}