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

← Ruby & Sapphire
Linoone

Linoone

Uncommon #38 Pokémon Stage 1 HP 70
Types
Colorless
Illustrator
Ken Sugimori
Expansion
Ruby & Sapphire · EX
Language
English
TCGplayer
86803

Attacks

Seek Out
Colorless

Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward.

Continuous Headbutt 40
Colorless · Colorless

Flip a coin until you get tails. This attack does 40 damage times the number of heads.

GET /api/v1/pokemon/cards/ex1-38?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex1-38",
    "name": "Linoone",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/38.large.webp"
      }
    ],
    "expansion": {
      "id": "ex1",
      "name": "Ruby & Sapphire",
      "total": 109,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RS",
      "printed_total": 109,
      "release_date": "2003/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86803",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Seek Out",
        "text": "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Continuous Headbutt",
        "text": "Flip a coin until you get tails. This attack does 40 damage times the number of heads.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.22
        },
        {
          "condition": "LP",
          "price": 1.57
        },
        {
          "condition": "MP",
          "price": 1.27
        },
        {
          "condition": "HP",
          "price": 0.87
        },
        {
          "condition": "DMG",
          "price": 1.21
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 162,
          "low": 137.7,
          "high": 186.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 31.95,
          "low": 27.16,
          "high": 36.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:46.056Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.78
      }
    }
  }
}