---
title: "Returns a detail of a specific vlan by id"
method: GET
path: "/vlans/{vlan_id}/"
tags: ["Vlans"]
---

# Returns a detail of a specific vlan by id

`GET /vlans/{vlan_id}/`

## Path parameters

- `vlan_id` integer, required

## Response `200`

Vlan details list

- Vlan
  - `gateway` string
  - `ip_free` integer
  - `ip_range` string
  - `netmask` string
  - `vlan_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/quadsproject/apis/quads.md) · [All operations](https://skmtc.net/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadsproject/quads/versions/a060ee3d649d/schema)
