API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/12467/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/38/?format=api",
            "name": "graphics"
        }
    ],
    "origin": "graphics/box",
    "name": "box",
    "comment": "Compiler for box, the figure description language",
    "maintainer": "[email protected]",
    "www": "https://boxc.sourceforge.net",
    "main_category": "graphics"
}