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

← Fates Collide
Larvitar

Larvitar

Common #40 Pokémon Basic HP 60
Types
Fighting
Illustrator
Suwama Chiaki
Expansion
Fates Collide · XY
Language
English
TCGplayer
117800

Attacks

Reckless Charge 20
Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/xy10-40vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-40vrh",
    "name": "Larvitar",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/40vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/40vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/40vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117800",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/40vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/40vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/40vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Reckless Charge",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "LP",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.24
        },
        {
          "condition": "HP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 473,
          "low": 402.05,
          "high": 543.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:44:28.772Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.56
      }
    }
  }
}