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

Flip a coin. If heads, this attack does 10 damage plus 20 more damage.
/api/v1/pokemon/cards/dp1_ja-457?include=prices 200 18ms{
"success": true,
"data": {
"id": "dp1_ja-457",
"name": "Starly",
"number": "457",
"printed_number": "457",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-457.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-457.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-457.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-457.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-457.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-457.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Gust",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Quick Attack",
"text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
"damage": "10+"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+10"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 3.15,
"is_stale": true,
"conditions": [
{
"condition": "NM",
"price": 3.15
},
{
"condition": "HP",
"price": 0.25
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 41.33,
"low": 35.13,
"high": 47.53,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:12:39.712Z",
"trend_7d": {
"direction": "up",
"percent": 9.38
}
}
}
}