GET /api/dcim/manufacturers/9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 9,
    "url": "https://netbox.c3voc.de/api/dcim/manufacturers/9/?format=api",
    "display": "Raspberry Pi Ltd",
    "name": "Raspberry Pi Ltd",
    "slug": "raspberry-pi-ltd",
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-05-24T16:14:14.139992Z",
    "last_updated": "2025-05-24T16:14:14.140008Z",
    "devicetype_count": 1,
    "inventoryitem_count": 0,
    "platform_count": 0
}