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/lp_ja-64?include=prices 200 17ms{
"success": true,
"data": {
"id": "lp_ja-64",
"name": "Raikou",
"number": "64",
"printed_number": "64",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-64.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-64.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-64.large.webp"
}
],
"expansion": {
"id": "lp_ja",
"name": "LEGEND Promos",
"total": 92,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"printed_total": 92,
"release_date": "2009/09/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.symbol.png",
"translation": {
"en": {
"name": "LEGEND Promos"
}
}
},
"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/lp_ja-64.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-64.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-64.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"abilities": [
{
"name": "Extreme Speed",
"text": "Raikou's Retreat Cost is Colorless less for each Lightning Energy attached to Raikou.",
"type": "Poké-Body"
}
],
"rarity": "Promo",
"artist": "Noriko Hotta",
"pricing": {
"currency": "USD",
"market": 1833,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1833
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 1135,
"low": 964.75,
"high": 1305.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-28T21:32:15.954Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}