API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/10654/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/15/?format=api",
            "name": "editors"
        }
    ],
    "origin": "editors/le",
    "name": "le",
    "comment": "Text editor with block and binary operations",
    "maintainer": "[email protected]",
    "www": "https://github.com/lavv17/le",
    "main_category": "editors"
}