API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/64/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        },
        {
            "url": "https://portsfallout.com/api/category/18/?format=api",
            "name": "sysutils"
        }
    ],
    "origin": "archivers/gtar",
    "name": "gtar",
    "comment": "GNU version of the traditional tape archiver",
    "maintainer": "[email protected]",
    "www": "https://www.gnu.org/software/tar/",
    "main_category": "archivers"
}