API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/50/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        },
        {
            "url": "https://portsfallout.com/api/category/17/?format=api",
            "name": "games"
        }
    ],
    "origin": "archivers/deutex",
    "name": "deutex",
    "comment": "WAD file manipulator for Doom, Heretic, Hexen, and Strife",
    "maintainer": "[email protected]",
    "www": "https://github.com/Doom-Utils/deutex",
    "main_category": "archivers"
}