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

/api/v1/pokemon/cards/pcg5_ja-77?include=prices 200 15ms{
"success": true,
"data": {
"id": "pcg5_ja-77",
"name": "Claw Fossil",
"number": "77",
"printed_number": "77",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/77.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/77.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/77.large.webp"
}
],
"expansion": {
"id": "pcg5_ja",
"name": "Mirage Forest",
"total": 86,
"language": "Japanese",
"language_code": "ja",
"series": "PCG",
"printed_total": 86,
"release_date": "2005/06/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.symbol.png",
"translation": {
"en": {
"name": "Mirage Forest"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "611799",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/77.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/77.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/77.large.webp"
}
]
}
],
"supertype": "Trainer",
"hp": "40",
"abilities": [
{
"name": "Jagged Stone",
"text": "If Claw Fossil is your Active Pokémon and is damaged by an opponent's attack (even if Claw Fossil is Knocked Out), put 1 damage counter on the Attacking Pokémon.",
"type": "Poké-Body"
}
],
"rarity": "Non",
"artist": "Ryo Ueda",
"pricing": {
"currency": "USD",
"market": 3.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.5
}
],
"graded": [],
"market_updated_at": "2026-07-15T19:53:55.826Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}