API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/57/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/2/?format=api",
            "name": "gnome"
        },
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        }
    ],
    "origin": "archivers/file-roller",
    "name": "file-roller",
    "comment": "Archive manager for zip files, tar, etc",
    "maintainer": "[email protected]",
    "www": "https://wiki.gnome.org/Apps/FileRoller",
    "main_category": "archivers"
}