GET /api/v1/ports/?format=api&ordering=-name&page=1018
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50851,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=1017",
    "results": [
        {
            "name": "1password-cli",
            "portdir": "security/1password-cli",
            "version": "2.32.1",
            "license": "Restrictive/Distributable",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://support.1password.com/command-line",
            "description": "Official 1Password command-line tool",
            "long_description": "View and manage 1password.com users, groups and objects from the command-line.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "newtonne.github",
                    "github": "newtonne",
                    "ports_count": 5
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1027
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}