API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/6/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/1/?format=api",
            "name": "accessibility"
        },
        {
            "url": "https://portsfallout.com/api/category/2/?format=api",
            "name": "gnome"
        }
    ],
    "origin": "accessibility/caribou",
    "name": "caribou",
    "comment": "Gnome On-Screen keyboard",
    "maintainer": "[email protected]",
    "www": "https://live.gnome.org/Caribou",
    "main_category": "accessibility"
}