API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/19526/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/13/?format=api",
            "name": "print"
        },
        {
            "url": "https://portsfallout.com/api/category/46/?format=api",
            "name": "elisp"
        }
    ],
    "origin": "print/auctex",
    "name": "auctex",
    "comment": "Integrated environment for writing LaTeX using GNU Emacs",
    "maintainer": "[email protected]",
    "www": "https://www.gnu.org/software/auctex/",
    "main_category": "print"
}