API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/29825/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/4/?format=api",
            "name": "devel"
        },
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        }
    ],
    "origin": "archivers/gzip-hpp",
    "name": "gzip-hpp",
    "comment": "C++ header-only library for gzip compression and decompression",
    "maintainer": "[email protected]",
    "www": "https://github.com/mapbox/gzip-hpp",
    "main_category": "archivers"
}