API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/32220/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        },
        {
            "url": "https://portsfallout.com/api/category/20/?format=api",
            "name": "java"
        }
    ],
    "origin": "archivers/apache-commons-compress",
    "name": "apache-commons-compress",
    "comment": "Classes for working with various archivers",
    "maintainer": "[email protected]",
    "www": "https://commons.apache.org/proper/commons-compress/",
    "main_category": "archivers"
}