API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/14119/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/21/?format=api",
            "name": "lang"
        },
        {
            "url": "https://portsfallout.com/api/category/62/?format=api",
            "name": "lisp"
        }
    ],
    "origin": "lang/clisp",
    "name": "clisp",
    "comment": "Common Lisp implementation",
    "maintainer": "[email protected]",
    "www": "https://www.gnu.org/software/clisp/",
    "main_category": "lang"
}