API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/82/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/4/?format=api",
            "name": "devel"
        },
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        },
        {
            "url": "https://portsfallout.com/api/category/25/?format=api",
            "name": "emulators"
        }
    ],
    "origin": "archivers/lib1541img",
    "name": "lib1541img",
    "comment": "Library for handling commodore 1541 disk images",
    "maintainer": "[email protected]",
    "www": "https://github.com/excess-c64/lib1541img",
    "main_category": "archivers"
}