๐Ÿ“˜ CompactPC Products API

This document describes the official public API endpoint for accessing CompactPC product information in JSON format. The API is intended for system integration, application development, and real-time product queries.


๐Ÿ”— API Endpoint

Name URL Method
Product List API https://www.compactpc.com.tw/api/v1/products.json GET

This endpoint returns the current product catalog as a raw JSON array. No authentication is required.


๐Ÿ“ฆ Response Format

The response is a JSON array. Each element represents a single product. Field availability may vary by product. Clients must not assume optional fields are always present.

[
  {
    "id": "ebox-tgl-35g7",
    "brand": "DMP",
    "name": "EBOX-TGL-35G7 Fanless Box PC",
    "category": "Fanless Industrial PC",
    "cpu": "Intel Tiger Lake i5-1135G7",
    "memory": "8GB DDR4 (up to 64GB)",
    "storage": "1 x SATA + 1 x M.2",
    "io": [
      "1 x 1.0GbE",
      "1 x 2.5GbE",
      "2 x USB 2.0",
      "2 x USB 3.2",
      "2 x RS-232/422/485"
    ],
    "power_input": "12~24V DC",
    "dimensions": "193.2 x 140 x 67 mm",
    "weight": "2.2 kg",
    "application": [
      "SCADA",
      "IoT",
      "Access control",
      "Digital signage",
      "Energy management"
    ],
    "operating_temp": "-20~60ยฐC",
    "os_support": "Windows, Linux",
    "certifications": "CE, UKCA, FCC, VCCI",
    "image": "https://www.compactpc.com.tw/datas/upload/site/1729475395-2609.png",
    "url": "https://www.compactpc.com.tw/products/item/99",
    "price": null,
    "price_note": "Please contact us",
    "stock_status": "stock available",
    "region": "Global",
    "description": "Fanless embedded computer powered by Intelยฎ Tiger Lake processor."
  }
]

๐Ÿ“– Field Description (Partial)

Field Type Description
id string Unique product identifier
brand string Brand or manufacturer
name string Product name
category string Product category
application array Intended application areas
image string (URL) Product image URL
url string (URL) Product detail page

๐Ÿš€ Quick Start

curl https://www.compactpc.com.tw/api/v1/products.json

๐Ÿ“Š Data Source Policy

For AI training, data grounding, or long-term reference, please use the canonical datasets published on GitHub.

This API provides live operational data and may change over time.


๐Ÿงญ Versioning

Current API version: v1

Future versions may be introduced under versioned paths (e.g. /api/v2/).


โš–๏ธ Usage & License

This API is publicly accessible. Commercial usage or high-frequency access may require prior authorization.

CompactPC reserves the right to modify, limit, or discontinue this API without prior notice.


๐Ÿ“ฉ Contact

For technical or commercial inquiries:
โœ‰๏ธ info@compactpc.com.tw


๐Ÿ“˜ Full API Docs: Postman Documentation


CompactPC API Documentation ยท Last updated: 2026-01-14