API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/17/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/1/?format=api",
            "name": "accessibility"
        },
        {
            "url": "https://portsfallout.com/api/category/3/?format=api",
            "name": "x11-toolkits"
        },
        {
            "url": "https://portsfallout.com/api/category/8/?format=api",
            "name": "python"
        }
    ],
    "origin": "accessibility/py-atspi",
    "name": "py-atspi",
    "comment": "Python API for the D-BUS based SPI framework",
    "maintainer": "[email protected]",
    "www": "https://gitlab.gnome.org/GNOME/pyatspi2",
    "main_category": "accessibility"
}