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

← Team Up
Nita

Nita

Rare Ultra #180 Trainer Supporter
Illustrator
Kagemaru Himeno
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183952
GET /api/v1/pokemon/cards/sm9-180vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-180vh",
    "name": "Nita",
    "number": "180",
    "printed_number": "180",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/180vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/180vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/180vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183952",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/180vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/180vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/180vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 42.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 42.18
        },
        {
          "condition": "LP",
          "price": 35.47
        },
        {
          "condition": "MP",
          "price": 39.24
        },
        {
          "condition": "HP",
          "price": 24.99
        },
        {
          "condition": "DMG",
          "price": 18.57
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 72.5,
          "low": 61.63,
          "high": 83.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 90.5,
          "low": 81,
          "high": 100,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 28.01,
          "low": 21.01,
          "high": 28.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 43,
          "low": 18.5,
          "high": 43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 232.5,
          "low": 204.25,
          "high": 249.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 39.99,
          "low": 25.36,
          "high": 40,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.38,
          "low": 31.78,
          "high": 36.41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.02
      }
    }
  }
}