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

{
    "id": 20,
    "url": "https://netbox.bayareabackbone.com/api/dcim/sites/20/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/sites/20/?format=api",
    "display": "City Hall",
    "name": "City Hall",
    "slug": "city-hall",
    "status": {
        "value": "active",
        "label": "Active"
    },
    "region": null,
    "group": null,
    "tenant": null,
    "facility": "",
    "time_zone": null,
    "description": "",
    "physical_address": "250 Hamilton Ave\r\nPalo Alto, CA  94301\r\nUnited States",
    "shipping_address": "",
    "latitude": 37.44414,
    "longitude": -122.16032,
    "comments": "",
    "asns": [],
    "tags": [],
    "custom_fields": {
        "aredn_map": "https://worldmap.arednmesh.org/#14.57/37.44414/-122.16032"
    },
    "created": "2025-04-11T23:25:47.222449Z",
    "last_updated": "2025-07-16T22:46:46.899691Z",
    "circuit_count": 0,
    "device_count": 2,
    "prefix_count": 6,
    "rack_count": 0,
    "virtualmachine_count": 0,
    "vlan_count": 0
}