Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Temporal Forces
Deerling

Deerling

Common #16 Pokémon Basic HP 70
Types
Grass
Illustrator
Rond
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542678

Attacks

Flop 10
Colorless
Leaf Litter Tackle 40
Grass · Colorless · Colorless

Discard a Grass Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv5-16vrh?include=prices 200 106ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-16vrh",
    "name": "Deerling",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/16vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/16vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/16vrh.large.png"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542678",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/16vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/16vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/16vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Flop",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Leaf Litter Tackle",
        "text": "Discard a Grass Energy from this Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Rond",
    "pricing": {
      "currency": "USD",
      "market": 0.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.29
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T14:11:03.389Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}