The SiliconNavigator™ supports API calls, allowing users to retrieve data using REST API protocol.

How to Use

Step 1: Obtain API Token

  1. Generate SiliconNavigator™ token on SiliconData.com.

Step 2: Make API Request

  1. Use the generated token to authenticate request and send request with parameters.

Step 3: Receive Results

  1. SiliconNavigator™ API returns a structured response containing the requested data.

API Fields

POST /api/data-hub/gpu/specs-list

Get complete list of all GPU information.

Request Body

The request body must be in application/json format.

null

Response Body

FieldDescription
product_idID
product_slugSlug name
chipGPU chip name
nameName
manufacturerManufacturer name
memMemory Size in GB
mem_busThe width of the memory bus in bits
busGPU interface type
bandwidthBandwidth in GB/s
tdpTDP in W
fp16FP16 (half) in TFLOPS
msrpManufacturer”s Suggested Retail Price in US Dollar
released_dateReleased Date

Response Example

  • 200: Successful Response
{
    "product_id": 18081301,
    "product_slug": "n-q-rtx-6000",
    "chip": "TU102",
    "name": "Quadro RTX 6000",
    "manufacturer": "NVIDIA",
    "mem": 24,
    "mem_bus": 384,
    "bus": "PCIe 3.0 x16",
    "bandwidth": 672.0,
    "tdp": 260,
    "fp16": 32.62,
    "msrp": 6299.0,
    "released_date": "2018-08-13"
}

POST /api/data-hub/gpu/specs-query

Get GPU information using a keyword.

Request Body

The request body must be in application/json format.

FieldDescription
keywordSearch criteria

Request Example

{
  "keyword": "h100"
}

Response Body

FieldDescription
product_idID
product_slugSlug name
chipGPU chip name
nameName
manufacturerManufacturer name
memMemory Size in GB
mem_busThe width of the memory bus in bits
busGPU interface type
bandwidthBandwidth in GB/s
tdpTDP in W
fp16FP16 (half) in TFLOPS
msrpManufacturer”s Suggested Retail Price in US Dollar
released_dateReleased Date

Response Example

  • 200: Successful Response
{
  "product_id": 23032101,
  "product_slug": "n-h100-sxm-80g",
  "chip": "GH100",
  "name": "H100 SXM5 80 GB",
  "manufacturer": "NVIDIA",
  "mem": 80,
  "mem_bus": 5120,
  "bus": "PCIe 5.0 x16",
  "bandwidth": 3360.0,
  "tdp": 700,
  "fp16": 267.6,
  "msrp": 30000.0,
  "released_date": "2023-03-21"
}

POST api/data-hub/gpu/latest/price

Get GPU latest price.

Request Body

The request body must be in application/json format.

null

Response Body

FieldDescription
product_idID
product_slugSlug name
chipGPU chip name
nameName
manufacturerManufacturer name
dateDate
countryCountry Code: US,GB, FR, SG, JP, CN…
Price_typeMust be one of the values [-1, 0, 1, 3, 6, 12, 100, 101, 102]
price_type_descriptioinSee the table below for details
PricePrice in US Dollar

price_type_descriptioin

FieldDescription
-1Rental Spot
0Rental On-Demand
1Rental Reserved 1 month
3Rental Reserved 3 months
6Rental Reserved 6 months
12Rental Reserved 1 year
100Retail New
101Retail Refurbished
102Retail Used

Response Example

  • 200: Successful Response
{
  "product_id": 18081300,
  "product_slug": "n-q-rtx-5000",
  "chip": "TU104",
  "name": "Quadro RTX 5000",
  "manufacturer": "NVIDIA",
  "date": "2025-02-01",
  "country": "SG",
  "price_type": 102,
  "price_type_descriptioin": "Retail Used",
  "price": 1339.61
}

POST /api/data-hub/gpu/history/price

Get GPU price history using start_date, end_date, country, and price_type.

Request Body

The request body must be in application/json format.

FieldDescription
product_idID
start_dateStart date
end_dateEnd data
price_typeMust be one of the values [-1, 0, 1, 3, 6, 12, 100, 101, 102]
countryCountry Code: US,GB, FR, SG, JP, CN…

Request Example

{
  "product_id": 23122800,
  "start_date": "2024-11-01",
  "end_date": "2024-12-01",
  "price_type": 0,
  "country": "US"
}

Response Body

FieldDescription
product_idID
product_slugSlug name
chipGPU chip name
nameName
manufacturerManufacturer name
dateDate
countryCountry Code: US,GB, FR, SG, JP, CN…
Price_typeMust be one of the values [-1, 0, 1, 3, 6, 12, 100, 101, 102]
price_type_descriptioinSee the table below for details
PricePrice in US Dollar

price_type_descriptioin

FieldDescription
-1Rental Spot
0Rental On-Demand
1Rental Reserved 1 month
3Rental Reserved 3 months
6Rental Reserved 6 months
12Rental Reserved 1 year
100Retail New
101Retail Refurbished
102Retail Used

Response Example

  • 200: Successful Response
{
  "product_id": 23122800,
  "product_slug": "n-gf-rtx-4090-d",
  "chip": "AD102",
  "name": "GeForce RTX 4090 D",
  "manufacturer": "NVIDIA",
  "date": "2024-11-03",
  "country": "US",
  "price_type": 0,
  "price_type_descriptioin": "Rental On-Demand",
  "price": 0.36
}

Contact and Support

For additional information or technical support, please contact: