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

← POP Series 1
Larvitar

Larvitar

Common #11 Pokémon Basic HP 40
Types
Fighting
Illustrator
Hisao Nakamura
Expansion
POP Series 1 · POP
Language
English
TCGplayer
86636

Attacks

Sand Attack 10
Fighting

If the Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

GET /api/v1/pokemon/cards/pop1-11?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop1-11",
    "name": "Larvitar",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/11.large.webp"
      }
    ],
    "expansion": {
      "id": "pop1",
      "name": "POP Series 1",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86636",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Sand Attack",
        "text": "If the Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 3.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.41
        },
        {
          "condition": "LP",
          "price": 1.62
        },
        {
          "condition": "MP",
          "price": 1.49
        },
        {
          "condition": "HP",
          "price": 1.63
        },
        {
          "condition": "DMG",
          "price": 0.93
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 31,
          "low": 23.8,
          "high": 31.13,
          "confidence": "med",
          "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": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 45,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 355.5,
          "low": 336,
          "high": 355.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.67,
          "low": 18.54,
          "high": 19.27,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:51:41.782Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.19
      }
    }
  }
}