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

← Aquapolis
Nidorino

Nidorino

Uncommon #55 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Aquapolis · E-Card
Language
English
TCGplayer
87742

Attacks

Poison Horn 10
Grass

Flip a coin. If heads, the Defending Pokémon is now Poisoned.

Take Down 40
Colorless · Colorless · Colorless

Nidorino does 10 damage to itself.

GET /api/v1/pokemon/cards/ecard2-55?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2-55",
    "name": "Nidorino",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/55.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2",
      "name": "Aquapolis",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "AQ",
      "printed_total": 147,
      "release_date": "2003/01/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87742",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Horn",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Take Down",
        "text": "Nidorino does 10 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 6.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.45
        },
        {
          "condition": "LP",
          "price": 4.94
        },
        {
          "condition": "MP",
          "price": 3.48
        },
        {
          "condition": "HP",
          "price": 2.28
        },
        {
          "condition": "DMG",
          "price": 2.14
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 47.18,
          "low": 47.18,
          "high": 47.18,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 43.53,
          "low": 35.26,
          "high": 69.33,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11.5,
          "low": 11.5,
          "high": 17.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 61.5,
          "low": 53.13,
          "high": 175.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.64,
          "low": 18.99,
          "high": 18.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:25:58.336Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}