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

← Gym Challenge Unlimited
Giovanni's Nidoran ♂

Giovanni's Nidoran ♂

Common #76 Pokémon Basic HP 40
Types
Grass
Illustrator
Ken Sugimori
Expansion
Gym Challenge Unlimited · Gym
Language
English
TCGplayer
85721

Attacks

Double Kick 10×
Colorless

Flip 2 coins. This attack does 10 damage times the number of heads.

Retaliation 30
Grass

You can't use this attack unless Giovanni's Nidoran ♂ has 2 or more damage counters on it.

GET /api/v1/pokemon/cards/gym2-76vuu?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2-76vuu",
    "name": "Giovanni's Nidoran ♂",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/76vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/76vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/76vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2-unlimited",
      "name": "Gym Challenge Unlimited",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85721",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/76vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/76vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/76vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Kick",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10×"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Retaliation",
        "text": "You can't use this attack unless Giovanni's Nidoran ♂ has 2 or more damage counters on it.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.85
        },
        {
          "condition": "LP",
          "price": 0.9
        },
        {
          "condition": "MP",
          "price": 0.67
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.39
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 26,
          "high": 29.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 25,
          "high": 60,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 9,
          "high": 15.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.5,
          "low": 22.74,
          "high": 23.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:25:41.215Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.54
      }
    }
  }
}