API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/72/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/5/?format=api",
            "name": "kde"
        },
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        },
        {
            "url": "https://portsfallout.com/api/category/22/?format=api",
            "name": "kde-frameworks"
        }
    ],
    "origin": "archivers/kf5-karchive",
    "name": "kf5-karchive",
    "comment": "KF5 library that provides classes for handling archive formats",
    "maintainer": "[email protected]",
    "www": "https://api.kde.org/frameworks/karchive/html/index.html",
    "main_category": "archivers"
}