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

If Ledian has a Pokémon Tool card attached to it, draw 3 cards.
/api/v1/pokemon/cards/pcg9_ja-62?include=prices 200 16ms{
"success": true,
"data": {
"id": "pcg9_ja-62",
"name": "Ledian δ",
"number": "62",
"printed_number": "62",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/62.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/62.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/62.large.webp"
}
],
"expansion": {
"id": "pcg9_ja",
"name": "Offense and Defense of the Furthest Ends",
"total": 68,
"language": "Japanese",
"language_code": "ja",
"series": "PCG",
"printed_total": 68,
"release_date": "2006/06/29",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg9_ja.symbol.png",
"translation": {
"en": {
"name": "Offense and Defense of the Furthest Ends"
}
}
},
"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/pcg9_ja/62.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/62.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/62.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"Delta Species"
],
"types": [
"Metal"
],
"hp": "70",
"abilities": [
{
"name": "Prowl",
"text": "Once during your turn, when you play Ledian from your hand to evolve 1 of your Pokémon, you may search your deck for any 1 card and put it into your hand. Shuffle your deck afterward.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Metal",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Metal Star",
"text": "If Ledian has a Pokémon Tool card attached to it, draw 3 cards.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 2.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.99
},
{
"condition": "HP",
"price": 2
}
],
"graded": [],
"market_updated_at": "2026-08-05T17:33:13.317Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}