API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/4761/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/4/?format=api",
            "name": "devel"
        }
    ],
    "origin": "devel/libs11n",
    "name": "libs11n",
    "comment": "C++ library for easily serializing a wide variety of objects",
    "maintainer": "[email protected]",
    "www": "http://s11n.net/",
    "main_category": "devel"
}