API endpoint for Port's.

GET /api/port/73/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://portsfallout.com/api/port/73/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/7/?format=api",
            "name": "linux"
        },
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        }
    ],
    "origin": "archivers/kzip",
    "name": "kzip",
    "comment": "PKZIP-compatible compressor focusing on space over speed",
    "maintainer": "[email protected]",
    "www": "http://www.advsys.net/ken/",
    "main_category": "archivers"
}