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 Hoppip and put it onto your Bench. Then, shuffle your deck.
/api/v1/pokemon/cards/sev-010?include=prices 200 23ms{
"success": true,
"data": {
"id": "sev-010",
"name": "Hoppip",
"number": "010/151",
"printed_number": "010/151",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-010.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-010.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-010.large.webp"
}
],
"expansion": {
"id": "sev",
"name": "Storming Emergence (Verdant)",
"total": 204,
"language": "Chinese",
"language_code": "zh",
"series": "Sun & Moon",
"printed_total": 204,
"release_date": "2022/10/28",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
"translation": {
"en": {
"name": "Storming Emergence (Verdant)"
}
}
},
"language": "Chinese",
"language_code": "zh",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-010.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-010.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-010.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "30",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Multiply",
"text": "Search your deck for Hoppip and put it onto your Bench. Then, shuffle your deck."
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": null,
"is_stale": false,
"conditions": [],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 22.5,
"low": 19.13,
"high": 25.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 41.98,
"low": 59.99,
"high": 59.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-19T02:36:56.593Z"
}
}
}