GET /api/v1/ports/?format=api&ordering=-name&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=-name&page=1012",
    "results": [
        {
            "name": "2048.c",
            "portdir": "games/2048.c",
            "version": "1.0.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mevdschee/2048.c",
            "description": "Terminal version of 2048",
            "long_description": "Terminal version of 2048.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "therealketo",
                    "github": "therealketo",
                    "ports_count": 17
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}