API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/9/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/1/?format=api",
            "name": "accessibility"
        },
        {
            "url": "https://portsfallout.com/api/category/5/?format=api",
            "name": "kde"
        },
        {
            "url": "https://portsfallout.com/api/category/6/?format=api",
            "name": "kde-applications"
        }
    ],
    "origin": "accessibility/kmag",
    "name": "kmag",
    "comment": "KDE Screen magnifier",
    "maintainer": "[email protected]",
    "www": "https://www.kde.org/applications/utilities/kmag/",
    "main_category": "accessibility"
}