GET /api/v1/ports/netdata-dashboard/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "netdata-dashboard",
    "portdir": "sysutils/netdata",
    "version": "3.0.4",
    "license": "GPL-3",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/netdata/dashboard",
    "description": "Static assets for the Netdata Agent dashboard.",
    "long_description": "Static assets for the Netdata Agent dashboard.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 898
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libyaml",
                "lz4",
                "json-c",
                "openssl",
                "judy",
                "libuuid",
                "libuv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "netdata"
            ]
        }
    ]
}