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 a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.
/api/v1/pokemon/cards/dp1_ja-449?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp1_ja-449",
"name": "Grotle",
"number": "449",
"printed_number": "449",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-449.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-449.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-449.large.webp"
}
],
"expansion": {
"id": "dp1_ja",
"name": "Space Time Creation",
"total": 130,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP1",
"printed_total": 130,
"release_date": "2006/11/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
"translation": {
"en": {
"name": "Space Time Creation"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-449.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-449.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-449.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "90",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Synthesis",
"text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward."
},
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Cut",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+20"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 3.59,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.59
},
{
"condition": "LP",
"price": 1.6
},
{
"condition": "HP",
"price": 0.35
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 50,
"low": 42.5,
"high": 57.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-06T06:30:18.727Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}