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

{
    "count": 50051,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=1001",
    "results": [
        {
            "name": "ArpSpyX",
            "portdir": "aqua/ArpSpyX",
            "version": "1.3",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.thebends.org/~allen/arpspyx/",
            "description": "ArpSpyX displays ARP packets received by your computer",
            "long_description": "ArpSpyX will passively sniff your network for ARP packets and display the IP and MAC address of the machine that generated the packet.",
            "active": true,
            "categories": [
                "aqua",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}