API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/75/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        },
        {
            "url": "https://portsfallout.com/api/category/23/?format=api",
            "name": "databases"
        },
        {
            "url": "https://portsfallout.com/api/category/24/?format=api",
            "name": "geography"
        }
    ],
    "origin": "archivers/lazperf",
    "name": "lazperf",
    "comment": "Alternative LAZ implementation for C++ and JavaScript",
    "maintainer": "[email protected]",
    "www": "https://github.com/hobu/laz-perf",
    "main_category": "archivers"
}