Skip to main content
GET
/
oem
/
product
/
{slug}
Retrieve a Product
curl --request GET \
  --url https://api.altostrat.io/oem/product/{slug}
{
  "id": 25,
  "category": "Ethernet routers",
  "slug": "l009uigs-2haxd-in",
  "archived": false,
  "name": "L009UiGS-2HaxD-IN",
  "model": "L009UiGS-2HaxD-IN",
  "short_description": "A great upgrade for your trusty RB2011: more features, better performance, and quality of life improvements.",
  "product_details": "<p>The legend is back! This is a great upgrade for your trusty RB2011. More features, better performance, and some cool quality of life improvements.</p>",
  "architecture": "ARM",
  "cpu": "IPQ-5018",
  "cpu_core_count": 2,
  "cpu_nominal_frequency": "800 MHz",
  "switch_chip_model": "88E6190",
  "router_os_license": 5,
  "operating_system": "RouterOS v7",
  "ram": "512 MB",
  "storage_size": "128 MB",
  "storage_type": "NAND",
  "mtbf": "Approximately 200'000 hours at 25C",
  "tested_ambient_temperature": "-40ยฐC to 70ยฐC",
  "price": 119,
  "banner": "https://cdn.sdx.altostrat.io/l009.jpg",
  "thumbnail": "https://cdn.sdx.altostrat.io/l009_s.jpg",
  "power_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "poe_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "ethernet_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "fiber_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "wireless_specifications": [
    {
      "frequency": "2.4 GHz 802.11b/g/n/ax",
      "transmit": "28",
      "receive_sensitivity": "-99"
    }
  ],
  "wireless_capabilities": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "peripherals": [
    {
      "item": "Serial console port",
      "value": "RJ45"
    }
  ],
  "other_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "certifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "downloads": [
    {
      "name": "L009UiGS-2HaxD-IN_brochure.pdf",
      "file": "https://cdn.sdx.altostrat.io/L009UiGS-2HaxD-IN_brochure.pdf"
    }
  ],
  "images": [
    {
      "file": "https://cdn.sdx.altostrat.io/l009_gallery_1.jpg"
    }
  ],
  "included_parts": [
    {
      "name": "24V 1.5A power adapter",
      "img": "https://cdn.sdx.altostrat.io/power_adapter.jpg"
    }
  ],
  "ethernet_test_results": [
    {
      "mode": "Bridging",
      "configuration": "none (fast path)",
      "r64bytes_kpps": "1488.1",
      "r64bytes_mbps": "761.9",
      "r512bytes_kpps": "1447.8",
      "r512bytes_mbps": "5930.2",
      "r1518bytes_kpps": "809.3",
      "r1518bytes_mbps": "9861.8"
    }
  ]
}

Path Parameters

slug
string
required

The unique URL-friendly identifier for the product.

Response

The full details of the specified product were successfully retrieved.

id
integer

The unique identifier for the product.

Example:

25

category
string

The name of the product category.

Example:

"Ethernet routers"

slug
string

The URL-friendly unique identifier for the product.

Example:

"l009uigs-2haxd-in"

archived
boolean

Indicates if the product is archived or discontinued.

Example:

false

name
string

The common name of the product.

Example:

"L009UiGS-2HaxD-IN"

model
string

The official model number of the product.

Example:

"L009UiGS-2HaxD-IN"

short_description
string

A brief, one-sentence summary of the product's key features.

Example:

"A great upgrade for your trusty RB2011: more features, better performance, and quality of life improvements."

product_details
string

Detailed product information, often containing HTML markup for rich formatting.

Example:

"<p>The legend is back! This is a great upgrade for your trusty RB2011. More features, better performance, and some cool quality of life improvements.</p>"

architecture
string

The CPU architecture of the device.

Example:

"ARM"

cpu
string

The specific CPU model.

Example:

"IPQ-5018"

cpu_core_count
integer

The number of CPU cores.

Example:

2

cpu_nominal_frequency
string

The nominal clock speed of the CPU.

Example:

"800 MHz"

switch_chip_model
string

The model of the integrated switch chip.

Example:

"88E6190"

router_os_license
integer

The RouterOS license level included with the device.

Example:

5

operating_system
string

The operating system installed on the device.

Example:

"RouterOS v7"

ram
string

The amount of RAM.

Example:

"512 MB"

storage_size
string

The amount of onboard storage.

Example:

"128 MB"

storage_type
string

The type of onboard storage.

Example:

"NAND"

mtbf
string

Mean Time Between Failures, an estimate of reliability.

Example:

"Approximately 200'000 hours at 25C"

tested_ambient_temperature
string

The range of ambient temperatures in which the device has been tested.

Example:

"-40ยฐC to 70ยฐC"

price
number

The manufacturer's suggested retail price (MSRP) in USD.

Example:

119

banner
string<uri>

A URL to the main product banner image.

Example:

"https://cdn.sdx.altostrat.io/l009.jpg"

thumbnail
string<uri>

A URL to the product's thumbnail image.

Example:

"https://cdn.sdx.altostrat.io/l009_s.jpg"

power_specifications
object[]
poe_specifications
object[]
ethernet_specifications
object[]
fiber_specifications
object[]
wireless_specifications
object[]
wireless_capabilities
object[]
peripherals
object[]
other_specifications
object[]
certifications
object[]
downloads
object[]
images
object[]
included_parts
object[]
ethernet_test_results
object[]