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/swsh7d_ja-40?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh7d_ja-40",
"name": "Altaria",
"number": "40",
"printed_number": "40",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/40.large.webp"
}
],
"expansion": {
"id": "swsh7d_ja",
"name": "Skyscraping Perfection",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S7D",
"printed_total": 67,
"release_date": "2021/07/09",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.symbol.png",
"translation": {
"en": {
"name": "Skyscraping Perfection"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "569363",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/40.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Dragon"
],
"hp": "90",
"abilities": [
{
"name": "Luring Melody",
"text": "Once during your turn, you may search your deck for a Supporter card and reveal it. Then, shuffle your deck and put that card on top of it.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Metal"
],
"converted_energy_cost": 2,
"name": "Glide",
"damage": "60"
}
],
"rarity": "Non",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 0.45,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.45
},
{
"condition": "LP",
"price": 0.35
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:46:59.344Z",
"trend_7d": {
"direction": "up",
"percent": 36.36
}
}
}
}