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/mep-18vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "mep-18vh",
"name": "Cottonee",
"number": "18",
"printed_number": "18",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/18vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/18vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/18vh.large.webp"
}
],
"expansion": {
"id": "mep",
"name": "Mega Evolution Black Star Promos",
"total": 112,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "MEP",
"printed_total": 112,
"release_date": "2025/09/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "664051",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/18vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/18vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/18vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw a card."
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "Kariya",
"pricing": {
"currency": "USD",
"market": 0.34,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.34
},
{
"condition": "LP",
"price": 0.32
},
{
"condition": "MP",
"price": 0.25
},
{
"condition": "DMG",
"price": 0.17
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 85.31,
"low": 77.5,
"high": 97.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 9.9,
"low": 9.9,
"high": 10.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "9",
"value": 5.26,
"low": 4.47,
"high": 6.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:57:46.786Z",
"trend_7d": {
"direction": "up",
"percent": 3.03
}
}
}
}