API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/17516/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/4/?format=api",
            "name": "devel"
        },
        {
            "url": "https://portsfallout.com/api/category/43/?format=api",
            "name": "net"
        }
    ],
    "origin": "net/libtnl",
    "name": "libtnl",
    "comment": "Robust, secure, easy to use cross-platform C++ networking API",
    "maintainer": "[email protected]",
    "www": "https://sourceforge.net/projects/opentnl/",
    "main_category": "net"
}