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

Search your deck for up to 2 Fletchling, reveal them, and put them into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/cp3_ja-30?include=prices 200 17ms{
"success": true,
"data": {
"id": "cp3_ja-30",
"name": "Fletchling",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/30.large.webp"
}
],
"expansion": {
"id": "cp3_ja",
"name": "PokéKyun Collection",
"total": 32,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP3",
"printed_total": 32,
"release_date": "2016/01/29",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.symbol.png",
"translation": {
"en": {
"name": "PokéKyun Collection"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "605463",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/30.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Warble",
"text": "Search your deck for up to 2 Fletchling, reveal them, and put them into your hand. Shuffle your deck afterward."
}
],
"rarity": "usually",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 19.71,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 19.71
},
{
"condition": "MP",
"price": 18
},
{
"condition": "DMG",
"price": 9
}
],
"graded": [
{
"company": "BGS",
"grade": "10",
"value": 56,
"low": 47.6,
"high": 64.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 125,
"low": 99.49,
"high": 143.99,
"confidence": "high",
"value_kind": "sold",
"sold_count": 7
},
{
"company": "PSA",
"grade": "8",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 21.9,
"low": 34,
"high": 34,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:33:05.475Z",
"trend_7d": {
"direction": "up",
"percent": 5.74
}
}
}
}