API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/7131/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/4/?format=api",
            "name": "devel"
        },
        {
            "url": "https://portsfallout.com/api/category/35/?format=api",
            "name": "converters"
        }
    ],
    "origin": "devel/pas2dox",
    "name": "pas2dox",
    "comment": "Preprocessor to use doxygen with Pascal sources",
    "maintainer": "[email protected]",
    "www": "https://pas2dox.sourceforge.net",
    "main_category": "devel"
}