SiliconNavigator™
SiliconNavigator™ User Guide
Comprehensive guide to SiliconMark™ API.
The SiliconNavigator™ supports API calls, allowing users to retrieve data using REST API protocol.
How to Use
Step 1: Obtain API Token
- Generate SiliconNavigator™ token on SiliconData.com.
Step 2: Make API Request
- Use the generated token to authenticate request and send request with parameters.
Step 3: Receive Results
- 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.
Response Body
Field | Description |
---|---|
product_id | ID |
product_slug | Slug name |
chip | GPU chip name |
name | Name |
manufacturer | Manufacturer name |
mem | Memory Size in GB |
mem_bus | The width of the memory bus in bits |
bus | GPU interface type |
bandwidth | Bandwidth in GB/s |
tdp | TDP in W |
fp16 | FP16 (half) in TFLOPS |
msrp | Manufacturer”s Suggested Retail Price in US Dollar |
released_date | Released Date |
Response Example
- 200: Successful Response
POST /api/data-hub/gpu/specs-query
Get GPU information using a keyword.
Request Body
The request body must be in application/json
format.
Field | Description |
---|---|
keyword | Search criteria |
Request Example
Response Body
Field | Description |
---|---|
product_id | ID |
product_slug | Slug name |
chip | GPU chip name |
name | Name |
manufacturer | Manufacturer name |
mem | Memory Size in GB |
mem_bus | The width of the memory bus in bits |
bus | GPU interface type |
bandwidth | Bandwidth in GB/s |
tdp | TDP in W |
fp16 | FP16 (half) in TFLOPS |
msrp | Manufacturer”s Suggested Retail Price in US Dollar |
released_date | Released Date |
Response Example
- 200: Successful Response
POST api/data-hub/gpu/latest/price
Get GPU latest price.
Request Body
The request body must be in application/json
format.
Response Body
Field | Description |
---|---|
product_id | ID |
product_slug | Slug name |
chip | GPU chip name |
name | Name |
manufacturer | Manufacturer name |
date | Date |
country | Country Code: US,GB, FR, SG, JP, CN… |
Price_type | Must be one of the values [-1, 0, 1, 3, 6, 12, 100, 101, 102] |
price_type_descriptioin | See the table below for details |
Price | Price in US Dollar |
price_type_descriptioin
Field | Description |
---|---|
-1 | Rental Spot |
0 | Rental On-Demand |
1 | Rental Reserved 1 month |
3 | Rental Reserved 3 months |
6 | Rental Reserved 6 months |
12 | Rental Reserved 1 year |
100 | Retail New |
101 | Retail Refurbished |
102 | Retail Used |
Response Example
- 200: Successful Response
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.
Field | Description |
---|---|
product_id | ID |
start_date | Start date |
end_date | End data |
price_type | Must be one of the values [-1, 0, 1, 3, 6, 12, 100, 101, 102] |
country | Country Code: US,GB, FR, SG, JP, CN… |
Request Example
Response Body
Field | Description |
---|---|
product_id | ID |
product_slug | Slug name |
chip | GPU chip name |
name | Name |
manufacturer | Manufacturer name |
date | Date |
country | Country Code: US,GB, FR, SG, JP, CN… |
Price_type | Must be one of the values [-1, 0, 1, 3, 6, 12, 100, 101, 102] |
price_type_descriptioin | See the table below for details |
Price | Price in US Dollar |
price_type_descriptioin
Field | Description |
---|---|
-1 | Rental Spot |
0 | Rental On-Demand |
1 | Rental Reserved 1 month |
3 | Rental Reserved 3 months |
6 | Rental Reserved 6 months |
12 | Rental Reserved 1 year |
100 | Retail New |
101 | Retail Refurbished |
102 | Retail Used |
Response Example
- 200: Successful Response
Contact and Support
For additional information or technical support, please contact:
- Email: support@silicondata.com