GET /api/ipam/ip-ranges/8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 8,
    "url": "https://netbox.c3voc.de/api/ipam/ip-ranges/8/?format=api",
    "display_url": "https://netbox.c3voc.de/ipam/ip-ranges/8/?format=api",
    "display": "10.73.28.100-199/16",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "start_address": "10.73.28.100/16",
    "end_address": "10.73.28.199/16",
    "size": 100,
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "description": "router28 DHCP",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2026-06-18T19:43:49.744443Z",
    "last_updated": "2026-06-18T19:43:49.744460Z",
    "mark_populated": false,
    "mark_utilized": false
}