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

{
    "count": 50601,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=1012",
    "results": [
        {
            "name": "AppHack",
            "portdir": "aqua/AppHack",
            "version": "1.1",
            "license": "GPL-2+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.sveinbjorn.org/apphack",
            "description": "Program for hacking application bundles.",
            "long_description": "AppHack is a developer and theming tool to alter, replace or extract the property lists or icons of Mac OS X application bundle packages.",
            "active": true,
            "categories": [
                "aqua",
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}