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/tk9a-21?include=prices 200 16ms{
"success": true,
"data": {
"id": "tk9a-21",
"name": "Frogadier",
"number": "21",
"printed_number": "21",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-21.large.webp"
}
],
"expansion": {
"id": "tk9a",
"name": "XY Trainer Kit Suicune",
"total": 30,
"language": "English",
"language_code": "en",
"series": "XY",
"printed_total": 30,
"release_date": "2016/04/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9a.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9a.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "118841",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-21.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Cut",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 0.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.32
},
{
"condition": "HP",
"price": 0.17
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 19.99,
"low": 16.99,
"high": 22.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:52:24.302Z",
"trend_7d": {
"direction": "up",
"percent": 3.23
}
}
}
}