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

← Stormfront
Finneon

Finneon

Common #61 Pokémon Basic HP 50
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Stormfront · Diamond & Pearl
Language
English
TCGplayer
85450

Attacks

Aqua Liner

Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Mouth Pump 10
Water

Flip a coin. If heads, this attack does 10 damage plus 10 more damage.

GET /api/v1/pokemon/cards/dp7-61vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp7-61vrh",
    "name": "Finneon",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/61vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/61vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/61vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp7",
      "name": "Stormfront",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SF",
      "printed_total": 100,
      "release_date": "2008/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85450",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/61vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/61vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/61vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Aqua Liner",
        "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Mouth Pump",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2
        },
        {
          "condition": "LP",
          "price": 1.62
        },
        {
          "condition": "MP",
          "price": 0.75
        },
        {
          "condition": "HP",
          "price": 0.75
        },
        {
          "condition": "DMG",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 6.5,
          "high": 7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:59.926Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}