API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/14211/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/21/?format=api",
            "name": "lang"
        },
        {
            "url": "https://portsfallout.com/api/category/46/?format=api",
            "name": "elisp"
        }
    ],
    "origin": "lang/haskell-mode.el",
    "name": "haskell-mode.el",
    "comment": "Emacs lisp mode for editing haskell programs",
    "maintainer": "[email protected]",
    "www": "https://projects.haskell.org/haskellmode-emacs/",
    "main_category": "lang"
}